AutomationPython

Background Watch Hook

by avibe-bot

Background Watch Hook is an Automation skill for Claude Code, published by avibe-bot in avibe.

494 stars76 forkson avibe-bot/avibeAdded 2026/08/26Repository updated 2026/08/26
agentagent-osaiai-agentschatopsclaudeclaude-codecodexdevtoolsdiscord-botlark-botllmlocal-firstopencodeslack-botvibe-codingwechat
Install in seconds
Install Background Watch Hook
Copy Background Watch Hook into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/avibe-bot/avibe/tree/master/skills/background-watch-hook ~/.claude/skills/background-watch-hook

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/avibe-bot/avibe.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/background-watch-hook/SKILL.md in avibe-bot/avibe
Installs to
~/.claude/skills/background-watch-hook
Collection
One of 5 skills cataloged from this repository
Category
Automation1523 skills

What Background Watch Hook does

Background Watch Hook uses `vibe watch` to run a managed waiter that brings the agent back to the same conversation later. Use it for reviews, CI, files, logs, and other wait-now-continue-later workflows.

Background Watch Hook is cataloged under Automation on DirSkills. Background Watch Hook comes from a repository tagged agent, agent-os, ai, ai-agents and chatops.

Documentation

README

Background Watch Hook

Use this skill when the job is "wait now, continue later in the same conversation".

What it gives the agent:

  • a managed background task instead of manual polling
  • a clean way to come back to the same channel or thread later
  • a reusable pattern that works for reviews, CI, files, logs, and process completion

Good trigger scenarios:

  • PR reviews or comments may arrive later
  • CI, deployments, or exports need time to finish
  • a file, log line, or process exit should wake the agent up later

Prefer vibe watch when the wait should be inspectable, pausable, resumable, or removable later.

Main Tools

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Background Watch Hook

  • What else does avibe-bot publish alongside Background Watch Hook?

    Background Watch Hook is one of 5 skills that DirSkills catalogs from avibe-bot/avibe, the repository it ships in. Its siblings there include PR Delivery Loop, Sentry CLI Debug and Use Avibe. Each one is a separate skill with its own page in this directory, installs the same way Background Watch Hook does, and is maintained by avibe-bot in that same repository. The rest of the collection is listed on the avibe-bot/avibe page.

  • How does Background Watch Hook compare to other Automation skills?

    Background Watch Hook ranks #1354 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Background Watch Hook against them. Open each page to compare what they document and how they install.