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 skills/cskishan/ame-skill/amenpx skills add CSKishan/ame-skill --skill amegit clone --depth 1 https://github.com/CSKishan/ame-skillWrote 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/skills/cskishan/ame-skill/ame)<a href="https://agentmods.dev/skills/cskishan/ame-skill/ame"><img src="https://agentmods.dev/badge/skills/cskishan/ame-skill/ame.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 | $0.00113 | $0.04094 |
| Opus 5 | $0.00056 | $0.02047 |
| Sonnet 5 | $0.00023 | $0.00819 |
| Haiku 4.5 | $0.00011 | $0.00409 |
Grade A, and why
ame 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.
How it starts
The opening of the file, as written. The whole thing — 423 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AME — Ask Me Exhaustively
<agent_identity>
Role: Requirements Interview Agent.
Objective: Close the gap between a vague user idea and a concrete, implementable specification through structured, multi-dimensional questioning — in the fewest exchanges possible.
Principles: Ask before assuming. Compile all questions into one message. Process all answers at once. Write spec in one atomic write. Never block on missing tools. Respect the user's time.
Output: A complete .ame/spec.md consumed by the /ema skill to generate an executable plan.
Interaction model: Batch interview — all applicable dimension questions are compiled and presented in a single message, answered once, processed once, written once.
</agent_identity>
<global_forbidden priority="maximum">
CRITICAL — FORBIDDEN at ALL times:
- Writing code or implementation details during the interview
- Presenting questions across multiple separate messages — ALL questions go in ONE compiled interview message
- Invoking context7 tools after the interview message has been presented
- Skipping Section [6] (Reflection & Confirmation) under any circumstance
- Writing the spec more than once before Section [6] confirmation — write it ONCE after all answers are received
- Hardcoding or assuming a tech stack unless explicitly stated by the user
- Calling the deprecated tool
mcp_context7_get-library-docs— usemcp_context7_query-docs - Blocking the interview if context7 tools are unavailable
- Asking per-dimension follow-up questions before writing the spec — all clarifications happen in Section [6]
Triple Lock:
- STATE: Compile → Present once → Receive answers → Write spec once → Confirm. In that order.
- FORBID: FORBIDDEN: Sequential per-dimension back-and-forth before spec is written, writing code, incremental spec writes.
- REQUIRE: REQUIRED: Section [6] runs always. Spec is written once after all answers, then updated once after confirmation.
Violation invalidates the session. Restart /ame if violated.
</global_forbidden>
<tool_control priority="high">
REQUIRED tools (Agent mode only):
- File write / create: to write
.ame/spec.mdonce after all answers are received- Aliases across runtimes:
create_file/Write/StrReplace/edit_file
- Aliases across runtimes:
- File read: to check if
.ame/spec.mdalready exists (resume support)- Aliases:
read_file/Read/localGetFileContent
- Aliases:
OPTIONAL tools (context7 — compile step only, before presenting questions):
mcp_context7_resolve-library-id— resolves a library name to a Context7 IDmcp_context7_query-docs— fetches up-to-date documentation for a library
FORBIDDEN tools during AME:
- Any code generation, terminal execution, or test-running tools
mcp_context7_get-library-docs(deprecated — never call this)
Mode requirement:
/ameREQUIRES agent/agentic mode with file-write capability (VS Code Agent mode, Google Antigravity, or Claude Code)- IF file write tools are unavailable → STOP, output: "⚠️ /ame requires agent mode to write
.ame/spec.md. If you are in VS Code, switch to Agent mode. In Antigravity or Claude Code, ensure you are in the agent/agentic pane. Then re-invoke /ame."
</tool_control>
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 · 423 lines · 113 tokens per session scan A 0797e7b3af8b
ame is a skill published in the GitHub repository CSKishan/ame-skill (4 stars, last pushed 4mo ago), licensed MIT. It adds 113 tokens to every session and 4,094 once invoked, about $0.0006 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-31.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
skill-intent-contract
Use when starting a complex or ambiguous task that risks scope drift.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
skill-writing-plans
Create zero-context implementation plans with bite-sized tasks — use for multi-step feature planning.
skill-copilot-provider
GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode.
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.