Judges whether a single pending learning entry deserves to be promoted into CLAUDE.md. Reads one entry plus the target CLAUDE.md and returns a structured verdict (promote / confidence / scope / dedup / proposed text). Invoked by the self-improvement pipeline, one instance per candidate. The orchestrator launches these…
Proactive capture agent. Invoked in the background by main Claude whenever a trigger fires (user correction, command failure, feature gap, useful suggestion, knowledge gap). Writes a structured entry to /.learnings/ with a 6-char hex ID. Do NOT invoke this agent for normal coding tasks — only when something worth…
Runs the self-improvement review pipeline: sweep a session transcript for missed learnings, investigate each pending entry in /.learnings/ for 'needed-ness', and AUTO-PROMOTE the qualifiers into CLAUDE.md with a full revertible audit trail in CHANGELOG.md. Non-interactive — it never waits for approval (so it is safe…
First-time setup agent for the side-quest plugin. Deploys xp.sh, xpcore.py, statusline-command.sh, and the xp-sync-daemon.sh MQTT listener to their stable paths; merges the statusLine block, Stop hook, and PostToolUse tick hook into /.claude/settings.json; installs the sync daemon as a launchd (macOS) or systemd…
Sets up GitOps automation for a Tailscale policy repository — creates the GitHub Actions workflow, configures the correct auth method, and optionally adds a pre-commit hook. Use this agent when the user wants to manage their Tailscale policy in git, set up CI/CD for policy validation and deployment, or migrate from…
Reviews a Tailscale HuJSON policy file for security issues, overly broad rules, missing tests, and correctness. Use this agent when the user wants a second opinion on a policy, wants to audit an existing policy, or asks "is this safe?". The agent produces a structured report with findings by severity and concrete…
Drafts, edits, and updates Tailscale HuJSON policy files. Use this agent when the user wants to write a new policy from scratch, add or modify ACL/grant rules, add groups or tags, update SSH rules, or convert existing acls to the grants syntax. The agent produces a complete, valid policy file with inline comments and…
Use this agent when the user wants to download or extract videos from websites. This includes YouTube, Vimeo, Twitter/X, TikTok, Instagram, Reddit, Twitch, and virtually any other platform hosting video content. The agent handles single videos, playlists, batch downloads, and tricky extraction scenarios. ALWAYS launch…
Haiku agent for wp-local stateless operations: check-deps, list, start, and stop. Invoked synchronously by the wp-local skill (do NOT run in the background — results are needed immediately before the skill can proceed). The prompt must specify the operation and any arguments. Returns the script's JSON output verbatim…