AI AGENT ADDONS

When one task finishes, another can start automatically. This skill defines how to link skills together using simple trigger hooks. Developers can set hooks that run before, after, or on error of a skill's workflow.

There are three modes for triggers. Auto runs a follow-up task right away when the host supports it. Background records a non-blocking task that does not change files silently. Ask first asks the user before starting the next skill. Conditions can also be checked before triggering.

This setup helps create smooth, safe chains of actions. For example, after a planning skill finishes, it can trigger a self-improvement skill in the background, which then asks to create a pull request. The session logger runs automatically to track progress.

Add Auto Trigger skill to your workflow

Global

mkdir -p ~/.claude/skills/auto-trigger

Project

mkdir -p .claude/skills/auto-trigger

Source Repository

Stars
62
Forks
10
Watchers
62
Last Push
1 month ago
Created
7 months ago