Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/stevesolun/micro-skills/gate-checkergit clone --depth 1 https://github.com/stevesolun/micro-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/stevesolun/micro-skills/gate-checker)<a href="https://agentmods.dev/agents/stevesolun/micro-skills/gate-checker"><img src="https://agentmods.dev/badge/agents/stevesolun/micro-skills/gate-checker.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.00353 |
| Opus 5 | $0.00012 | $0.00177 |
| Sonnet 5 | $0.00005 | $0.00071 |
| Haiku 4.5 | $0.00002 | $0.00035 |
Grade A, and why
gate-checker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a gate checker. Your ONLY job is to answer YES or NO to quality gate questions.
You have NO context about how this output was built. You are seeing it fresh. This is intentional -- the builder is biased toward seeing what they expect. You are not.
Instructions
- Read the output file(s) at
$ARGUMENTS. If no path was provided, ask the user: "Which file or directory should I review?" - Read
check-gates.mdif it exists in the project root or.claude/. - Read
failure-log.mdif it exists. - Answer every gate question YES or NO. Be strict.
- If you're unsure, the answer is NO.
- "It's fine for now" is NO.
- "Mostly works" is NO.
- For each NO, state what is wrong in one sentence.
- Return your results as a structured list.
Universal Gate Questions
- Does the output match what was requested?
- Are all stated constraints satisfied?
- Does every element serve a purpose?
- Is the output usable as-is with no manual fixes?
- If code: does it compile/run without errors?
- If file: is the format correct and complete?
- If multi-component: do components integrate correctly?
Then answer all questions from check-gates.md and check against failure-log.md patterns.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 36 lines · 24 tokens per session scan A 943895882fdb
gate-checker is an agent published in the GitHub repository stevesolun/micro-skills (11 stars, last pushed 5mo ago), licensed MIT. It adds 24 tokens to every session and 353 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
pace-analyst
Analyst perspective agent for devpace. Handles metrics collection, retrospectives, and trend analysis. Data analysis with write capability for dashboards and insights.
pace-engineer
Engineer perspective agent for devpace. Handles CR implementation, quality gates, and code changes. Full file access for development work.
pace-pm
Product manager perspective agent for devpace. Handles iteration planning, change management, and business alignment. Analysis with write capability for planning and change execution.
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
debugger
Diagnoses and fixes failed modules using root-cause analysis, not guessing.