Offload a bounded subtask to the shared model router — discover the live model menu from the router's published contract, pick the cheapest capable tier, place a bounded call, and report honestly when the router is unreachable.
Fan a plan or diff out to independent model families — a cloud coding-agent CLI, a cloud reasoning-agent CLI, and a local model server — for adversarial review, plus the gotcha each type of invocation hits. Use when a second (or third) opinion on a plan/diff is wanted from genuinely independent models, when one…
Choose among the hosted models the shared router serves — discover current ids and prices from the public catalog, self-enforce a spend budget the router does not meter for you, respect the free-tier prompt-logging caveat, and request onboarding of a model the router does not serve yet.
Use when the session runs a premium top-tier/SOTA model (any vendor, current or future — the session's model IS the premium lead). Keeps premium reasoning on judgment (intent, architecture, tradeoffs, final review) and delegates checkable labor to cheaper agents or local/free LLMs.
Runs before the agent uses a tool for Write, Edit, WebFetch, WebSearch and Bash tool calls, executing validate-token-limits.py, leakage-guard.py, webfetch-guard.py and enforce-issue-limits.py (4 commands). From dryvist/claude-code-plugins.
3 yesterdayA
tokens not measured
originalApache-2.0
Runs after a tool call finishes for Write, Edit, Write and Edit tool calls, executing validate-markdown.sh and validate-readme.py (2 commands). From dryvist/claude-code-plugins.
3 yesterdayA
tokens not measured
originalApache-2.0
Validate all README files in the repository for required sections and installation code blocks, and score each one 0-6 on a quality rubric (purpose paragraph, quickstart, usage examples, license, length). Checks section presence using config from .readme-validator.yaml or sensible defaults. Badge URL reachability is…
Git security and workflow protection via PreToolUse and UserPromptSubmit hooks - worktree reminder plus dangerous-command, commit-trailer, and main-branch edit guards.
3 yesterdayA
tokens not measured
originalApache-2.0
Use when managing branches, resolving merge conflicts, syncing with the default branch, or working with worktrees. Covers both trunk repos (main) and git-flow repos (develop) — see gh-cli-patterns (github-workflows) for default-branch detection.