mk:story-sizer

mk:story-sizer is a skill for Claude Code from ngocsangyem/MeowKit. It costs 88 tokens per session (1,240 once invoked), scanned A, original, MIT.

A tool that estimates a batch of user stories using Fibonacci story points before tickets are created.

In plain words
What is it for?
Use it to size pasted stories, produce a sizing report, or optionally create tickets after a required dry run and confirmation.
Why use it?
It helps a team judge the relative size of planned work before committing it to a project tracker.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: agent in frontmatter; reads .claude/ paths; names the AskUserQuestion tool.

Good fit Use it to size pasted stories, produce a sizing report, or optionally create tickets after a required dry run and confirmation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngocsangyem/meowkit/story-sizer
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.

Any agent
npx skills add ngocsangyem/MeowKit --skill story-sizer
Clone the repo
git clone --depth 1 https://github.com/ngocsangyem/MeowKit

Made for: Claude Code.

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 mk:story-sizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ngocsangyem/meowkit/story-sizer/github.svg)](https://agentmods.dev/skills/ngocsangyem/meowkit/story-sizer)
Your own site
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/story-sizer"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/story-sizer/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.

agentmods 80×15 button for mk:story-sizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/story-sizer"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/story-sizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00088 $0.01240
Opus 5 $0.00044 $0.00620
Sonnet 5 $0.00018 $0.00248
Haiku 4.5 $0.00009 $0.00124

Measured 9d ago against content hash 4847f0a2deb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mk:story-sizer 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 9d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/check-auto-create-gating.py, scripts/execute-auto-create.py, scripts/parse-paste-stories.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/story-sizer/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mk:story-sizer

Forks to the story-sizer agent (system prompt at .claude/agents/story-sizer.md). v1 ships paste-mode only: the user provides a markdown block of stories, the agent applies heuristics, and a Story Sizing Report is written to tasks/reports/story-sizing-{YYMMDD}-{slug}.md. No Jira side effects in default mode.

Triggers

  • "size these stories"
  • "rough-size from spec"
  • "pre-ticket sizing for these user stories"
  • "Fibonacci size this story list"
  • "story points for these candidates before we create tickets"

Commands

Mode Invocation Side effects
Default /mk:story-sizer --paste [--scout] [--story <id>] Writes Story Sizing Report only. No Jira calls.
Auto-create /mk:story-sizer --paste --auto-create --project <KEY> [--epic <KEY>] After dry-run + single confirmation, delegates ticket creation per story.

Input

Paste-mode contract: see references/input-adapter.md for the strict markdown template, StoryRecord schema, validation rules, and failure modes. The parser is scripts/parse-paste-stories.py (deterministic; SHA-256 source-hash recorded for the auto-create source-consistency check).

Heuristics

Fibonacci sizing rules: see references/sizing-heuristics.md for complexity dimensions, scoring tables, inconsistency detection, split-proposal triggers, and DoR advisory. Scorer is scripts/score-story.py (integer-arithmetic over text-derived counts; same input → same numeric output).

Output

Report template + slot semantics: references/report-writer.md. Renderer is scripts/write-sizing-report.py. Default path: tasks/reports/story-sizing-{YYMMDD}-{slug}.md. Idempotency by source_hash — repeated runs on the identical paste body re-prompt before overwriting.

Read the full file on GitHub · 79 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. 9d ago First seen · 79 lines · 88 tokens per session scan A 4847f0a2deb5

Subscribe to this mod's changes

mk:story-sizer is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 88 tokens to every session and 1,240 once invoked, about $0.0004 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-09-03.