avantsoftware

6 mods across 1 repository, 11 stars between them.

sheepdog

02

avantsoftware/sheepdog

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…

11 1mo ago A tokens not measured original MIT

UserPromptSubmit

03

avantsoftware/sheepdog

Hook

Runs when you submit a prompt, before the agent sees it, executing skill-reminder.sh. From avantsoftware/sheepdog.

11 1mo ago A tokens not measured copy · 89% MIT

PostToolUse

04

avantsoftware/sheepdog

Hook

Runs after a tool call finishes for Skill tool calls, executing stamp-skill.sh. From avantsoftware/sheepdog.

11 1mo ago A tokens not measured original MIT

PreToolUse

05

avantsoftware/sheepdog

Hook

Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing require-skill.sh. From avantsoftware/sheepdog.

11 1mo ago A tokens not measured original MIT

setup

06

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.

11 1mo ago A 62 tokens original MIT