avantsoft
01Plugin Claude Code
Claude Code plugins.
Plugin Claude Code
Claude Code plugins.
Plugin Claude Code
Herds Claude Code through your project's conventions: injects a per-project task->skill routing table on every prompt and blocks edits to governed files unless the matching skill was invoked first. Project rules live in .claude/sheepdog/config.json (scaffold it with /sheepdog:setup); the plugin ships no…
Hook
Runs when you submit a prompt, before the agent sees it, executing skill-reminder.sh. From avantsoftware/sheepdog.
Hook
Runs after a tool call finishes for Skill tool calls, executing stamp-skill.sh. From avantsoftware/sheepdog.
Hook
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing require-skill.sh. From avantsoftware/sheepdog.
Skill Claude CodeCodex
Scaffold the sheepdog configuration in the current project. Use when the user wants to set up, enable, or bootstrap the sheepdog gate for a repository — creates .claude/sheepdog/config.json and wires .gitignore. Not project-specific; it writes a starter config the user then customizes.