Claude-skill-registry jobs
Show current work status (active increments, progress) and background jobs (imports, cloning). Even with no jobs, shows increment summary and helpful context.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/jobs" ~/.claude/skills/majiayu000-claude-skill-registry-jobs && rm -rf "$T"
manifest:
skills/data/jobs/SKILL.mdsource content
Background Jobs Monitor
NOTE: This command is normally intercepted by the UserPromptSubmit hook for instant execution (<100ms). If the hook output isn't displayed, execute the CLI fallback below.
When this command is invoked, extract any arguments from the user's prompt and execute:
specweave jobs
If the user provided arguments (e.g.,
/sw:jobs --all), pass them to the command.
CRITICAL: Execute the command directly with NO commentary before or after. Show the output to the user.