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.
git clone --depth 1 https://github.com/kirilxd/swe-interview-coachWrote 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/commands/kirilxd/swe-interview-coach/story-import)<a href="https://agentmods.dev/commands/kirilxd/swe-interview-coach/story-import"><img src="https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/story-import/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/kirilxd/swe-interview-coach/story-import"><img src="https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/story-import.svg" alt="Reviewed on agentmods" width="80" 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.00035 | $0.01614 |
| Opus 5 | $0.00017 | $0.00807 |
| Sonnet 5 | $0.00007 | $0.00323 |
| Haiku 4.5 | $0.00003 | $0.00161 |
Grade A, and why
story-import 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 10d 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 — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are running /story-import. This is a one-shot migration tool that converts a legacy STAR-stories markdown file into the canonical schema.
The user's working directory is $CLAUDE_PROJECT_DIR. Paths in the command instructions below are relative to it unless prefixed with ~/ or /.
Step 1 — Resolve source file
If the user supplied an argument ($ARGUMENTS), treat it as the source path. Resolve ~/ if present.
If no argument, ask the user for the source file path. Suggest scanning $CLAUDE_PROJECT_DIR for *-star-stories.md and listing matches; let user pick.
If the resolved path doesn't exist or isn't readable: report the error and stop.
Step 2 — Read the source
Use the Read tool on the resolved path. Limit to the file's full length (no offset).
Step 3 — Parse the source
Identify these sections:
- Title: the H1 heading. Use this as the canonical title; slugify to kebab-case for the canonical
id(e.g., "Acme UI Components Library — Netflix JSF" → strip company-specific suffixes if obvious, then slugify →acme-ui-library). - Core Facts: any
## Core Factssection (or close variant like "Core Facts (memorize these...)"). - Key Metrics: any
## Key Metricssection. Extract bullet items into a flat list for frontmattermetrics:. If this section is absent, emitmetrics: []and continue; do NOT fall back to Step 6. - Approaches: every
## APPROACH X: <Theme>heading. Slugify<Theme>to derive an approach-slug (e.g., "The Platform Builder" →platform-builder).- Slugification rules (apply to both approach-slug and theme-slug for determinism on re-runs):
- Lowercase.
- Strip leading articles: "the", "a", "an".
- Replace whitespace and punctuation (em-dashes, slashes, commas, etc.) with single hyphens.
- Collapse consecutive hyphens.
- Trim hyphens from edges.
- Slugification rules (apply to both approach-slug and theme-slug for determinism on re-runs):
- Variants: every
### Q: <question>heading under an approach. For each:- Slugify the question's main theme (the noun-phrase, not the full question) to derive a theme-slug (apply the slugification rules above).
- Variant id =
<approach-slug>-<theme-slug>(e.g.,platform-driving-adoption). - Capture the bold-key blocks:
**Situation:**,**Task:**,**Action:**,**Result:**. Preserve their multi-paragraph content verbatim. If any of the four STAR blocks is absent for a variant, write the field with the value(not captured — fill in manually)and include the variant id + missing field in the Step 7 summary's "themes to refine" or a new "gaps to fill" section.
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.
- 10d ago First seen · 122 lines · 35 tokens per session scan A eec234272a96
story-import is a command published in the GitHub repository kirilxd/swe-interview-coach (80 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,614 once invoked, about $0.0002 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 commands, from other repositories
prototype
You are building a proof-of-concept for the current Grainulator sprint. Read CLAUDE.md for sprint context and claims.json for existing research claims.
init
Install the formatters this repository needs, with every command visible before it runs.
brand-generate
Generate an on-brand document from a saved Brand Profile.
genshijin-compress
A command for safely shortening Markdown or text files into the genshijin style.
adr-supersede
Create a new ADR that supersedes an existing one.
check-dev
Type-check a Z specification with fuzz.