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 skills add Intai/story-flow --skill draft-story-markdowngit clone --depth 1 https://github.com/Intai/story-flowWrote 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/intai/story-flow/draft-story-markdown)<a href="https://agentmods.dev/skills/intai/story-flow/draft-story-markdown"><img src="https://agentmods.dev/badge/skills/intai/story-flow/draft-story-markdown/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/skills/intai/story-flow/draft-story-markdown"><img src="https://agentmods.dev/badge/skills/intai/story-flow/draft-story-markdown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.02864 |
| Opus 5 | $0.00017 | $0.01432 |
| Sonnet 5 | $0.00007 | $0.00573 |
| Haiku 4.5 | $0.00003 | $0.00286 |
Grade A, and why
Draft a story markdown from a story tracker or feature description 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 2d 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 — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Draft a story markdown from a story tracker or feature description
Overview
This skill helps junior developers create technical story markdown by:
- Gathering requirements from a story tracker or a provided feature description
- Fetching Figma designs linked in the story (when applicable)
- Exploring the codebase to discover relevant files and patterns
- Generating a draft
story.mdfor the developer to review and refine
Instructions
Phase 1: Gather Requirements
Option A: Ticket ID provided
When the input is a ticket ID (matching a pattern like PROJ-123, 86d2uf1mh, 4821, AB#4821). A bare integer is always a ticket ID, never a feature description:
- Use the project's story tracker MCP tools (Jira, ClickUp, Azure DevOps) to fetch the story by its ticket ID and download its attachments. If no story tracker MCP tool is available, tell the developer the project has no story tracker MCP server configured (
/mcpto check status) and ask them to paste the story details or provide a feature description instead — never guess at the story content. - Extract:
- Type (Story, Task, Bug/Defect, etc.)
- Summary (user story statement)
- Description (context and background)
- Acceptance criteria (requirements)
- Subtasks (if any)
- Figma links (URLs matching
figma.com/file/orfigma.com/design/) - Steps to reproduce, actual and expected behaviour (bug tickets)
- Treat the ticket as a bug when its type is
Bug,Defect,Incidentor equivalent, or when it carries steps to reproduce with actual and expected behaviour. - If the ticket is a bug, reproduce it before drafting. Follow its steps to reproduce by driving the app with
mcp__plugin_story-flow_playwright__*tools, ormcp__plugin_story-flow_appium__*for a mobile app. Navigate relative to the base URL fromBASE_URL, falling back touse.baseURLin the project's @playwright.config.js. Note the failing step, the actual behaviour and any console or network errors, and use them to inform the exploration keywords in Phase 2 and the tasks in Phase 3. - If the bug does not reproduce, carry on drafting and highlight it as an assumption in Phase 4 for the developer to confirm the environment, version, account or seed data.
- If the fetch fails, inform the developer and ask them to verify:
- The ticket ID is correct
- The project's
.mcp.jsondefines a story tracker MCP server, and they are logged into it (/mcpto check status)
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.
- 2d ago Changed 6f845bd3a3c0
- 4d ago Changed · +9 lines 9c9e76728eb8
- 10d ago First seen · 230 lines · 35 tokens per session scan A de0a010922cb
Draft a story markdown from a story tracker or feature description is a skill published in the GitHub repository Intai/story-flow (12 stars, last pushed 3d ago), licensed MIT. It adds 35 tokens to every session and 2,864 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 skills, from other repositories
automation
Instructions for managing scheduled tasks through the host's structured automation tool, including reminders, delayed work, recurring checks, and result delivery.
find-leads
Find qualified B2B leads with OpenOutreach — run openoutreach find N [emails], read the CSV it prints on stdout, and hand the rows to whatever sends. Use when the user wants leads, prospects, an ICP-matched contact list, or asks what a campaign already has. Also covers first-run setup (openoutreach init), openoutreach…
flame-harness-evaluator
Phase 6 — skeptical QA. Run the game, watch it, then judge against the contract. Default = functional check; --strict adds quality and edge-case passes.
flame-harness-submit
Phase 10 — upload store text metadata + categories via fastlane, then pause with exact manual steps for the final iOS review submission and Android production promotion.
flame-harness-design
Phase 3 — define the Flutter designtokens.dart spec (palette, typography, spacing), the game's art/visual concept, and the asset/audio sourcing plan.
flame-harness-screenshot
Phase 9 — capture store screenshots in the game's configured locales via integrationtest (ads hidden), fill ASO keywords, and upload via fastlane.