ame

ame is a skill for Claude Code, Codex from CSKishan/ame-skill. It costs 113 tokens per session (4,094 once invoked), scanned A, original, MIT.

A structured requirements interview for turning a vague software idea into a detailed specification through one batch of questions.

In plain words
What is it for?
Use it when you want an exhaustive interview about what to build, then a written .ame/spec.md file that can guide implementation planning.
Why use it?
It helps uncover missing decisions about the product, users, behavior, and quality before planning or coding begins.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/cskishan/ame-skill/ame
Any agent
npx skills add CSKishan/ame-skill --skill ame
Clone the repo
git clone --depth 1 https://github.com/CSKishan/ame-skill

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for ame

README.md
[![agentmods](https://agentmods.dev/badge/skills/cskishan/ame-skill/ame.svg)](https://agentmods.dev/skills/cskishan/ame-skill/ame)
Your own site
<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>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,094 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 0797e7b3af8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/ame/SKILL.md · 423 lines

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:

  1. Writing code or implementation details during the interview
  2. Presenting questions across multiple separate messages — ALL questions go in ONE compiled interview message
  3. Invoking context7 tools after the interview message has been presented
  4. Skipping Section [6] (Reflection & Confirmation) under any circumstance
  5. Writing the spec more than once before Section [6] confirmation — write it ONCE after all answers are received
  6. Hardcoding or assuming a tech stack unless explicitly stated by the user
  7. Calling the deprecated tool mcp_context7_get-library-docs — use mcp_context7_query-docs
  8. Blocking the interview if context7 tools are unavailable
  9. 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.md once after all answers are received
    • Aliases across runtimes: create_file / Write / StrReplace / edit_file
  • File read: to check if .ame/spec.md already exists (resume support)
    • Aliases: read_file / Read / localGetFileContent

OPTIONAL tools (context7 — compile step only, before presenting questions):

  • mcp_context7_resolve-library-id — resolves a library name to a Context7 ID
  • mcp_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:

  • /ame REQUIRES 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>


Read the full file on GitHub · 423 lines

Changes

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.

  1. 5d ago First seen · 423 lines · 113 tokens per session scan A 0797e7b3af8b

Subscribe to this mod's changes

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.