estimate-size

estimate-size is a skill for Claude Code, Codex from Dawn-Technology/aicelerate. It costs 38 tokens per session (2,081 once invoked), scanned A, original, no licence file.

A workflow for estimating the relative size of software tickets and other work items. It follows project-specific sizing rules when they exist and uses default rules otherwise.

In plain words
What is it for?
Use it to size tickets and work items before planning or prioritising them.
Why use it?
It helps teams estimate work consistently when different projects or teams use different sizing rules.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Part of the aimate plugin — 16 skills shipped together

Good fit Use it to size tickets and work items before planning or prioritising them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dawn-technology/aicelerate/estimate-size
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 Dawn-Technology/aicelerate --skill estimate-size
Clone the repo
git clone --depth 1 https://github.com/Dawn-Technology/aicelerate

Made for: Claude Code, Codex.

Or install aimate, the plugin that ships this one along with the rest of its 16 skills.

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 estimate-size

README.md
[![agentmods](https://agentmods.dev/badge/skills/dawn-technology/aicelerate/estimate-size/github.svg)](https://agentmods.dev/skills/dawn-technology/aicelerate/estimate-size)
Your own site
<a href="https://agentmods.dev/skills/dawn-technology/aicelerate/estimate-size"><img src="https://agentmods.dev/badge/skills/dawn-technology/aicelerate/estimate-size/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 estimate-size

Your own site · 80×15
<a href="https://agentmods.dev/skills/dawn-technology/aicelerate/estimate-size"><img src="https://agentmods.dev/badge/skills/dawn-technology/aicelerate/estimate-size.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,081 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 unknown 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.00038 $0.02081
Opus 5 $0.00019 $0.01040
Sonnet 5 $0.00008 $0.00416
Haiku 4.5 $0.00004 $0.00208

Measured 10d ago against content hash 49bf891bc9d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

estimate-size 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.

plugins/aimate/skills/estimate-size/SKILL.md · 178 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 178 lines · 38 tokens per session scan A 49bf891bc9d7

Subscribe to this mod's changes

estimate-size is a skill published in the GitHub repository Dawn-Technology/aicelerate (11 stars, last pushed today), with no licence file. It adds 38 tokens to every session and 2,081 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.

Related

Other skills, from other repositories

github-triage

Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

sammcj/agentic-coding · 50 tokens

backlog

Capture single backlog items, or list and triage an existing project backlog. Use this skill whenever the user wants to file a bug, feature request, or backlog item without writing a full PRD, including casual requests mid-conversation like "create an issue for that", "add this to the backlog", or "file a quick bug…

sammcj/agentic-coding · 182 tokens

reframe-voice

Write, rewrite, or review content in the evidence-led reframe voice style. Use when the user explicitly asks to write in "reframe voice" or "reframe style". Do NOT use for general writing tasks.

sammcj/agentic-coding · 49 tokens

to-tickets

Break a plan, spec, or the current conversation into independently-grabbable tickets on the project issue tracker using tracer-bullet vertical slices, each declaring the tickets that block it. Use when user wants to convert a plan or spec into tickets, create implementation tickets, or break down work into issues.

sammcj/agentic-coding · 64 tokens

to-spec

Turn the current conversation context into a spec and submit it as a GitHub issue. Use when user wants to create a spec or PRD from the current context.

sammcj/agentic-coding · 36 tokens

plan-orchestrator

THE BRAIN behind /toh-plan — analyzes the request or PRD, writes .toh/plan.md per the orchestration-protocol Section D schema (plans are files, never chat state), shows a condensed summary, and holds the single "Go" approval gate before handing execution to THE TOH LOOP. Also drafts plans for /toh-vibe. Use for…

wasintoh/toh-framework · 94 tokens