generate-estimate

generate-estimate is a skill for Claude Code, Codex from khanhvo1104/Requirement-Blueprint-Skill. It costs 70 tokens per session (1,375 once invoked), scanned A, original, MIT.

A tool that creates an Excel workbook from a Requirement Blueprint task list so team members can enter how many hours each task may take.

In plain words
What is it for?
Use it when a completed blueprint pack needs an estimate spreadsheet with empty hour fields for team members to fill in.
Why use it?
It provides a shared worksheet for collecting estimates without making up the hour values itself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a completed blueprint pack needs an estimate spreadsheet with empty hour fields for team members to fill in.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khanhvo1104/requirement-blueprint-skill/generate-estimate
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 khanhvo1104/Requirement-Blueprint-Skill --skill generate-estimate
Clone the repo
git clone --depth 1 https://github.com/khanhvo1104/Requirement-Blueprint-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 generate-estimate

README.md
[![agentmods](https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate/github.svg)](https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate)
Your own site
<a href="https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate"><img src="https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate/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 generate-estimate

Your own site · 80×15
<a href="https://agentmods.dev/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate"><img src="https://agentmods.dev/badge/skills/khanhvo1104/requirement-blueprint-skill/generate-estimate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,375 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.00070 $0.01375
Opus 5 $0.00035 $0.00687
Sonnet 5 $0.00014 $0.00275
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade A, and why

generate-estimate 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_estimate.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.

skills/generate-estimate/SKILL.md · 165 lines

How it starts

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

Generate Estimate

Turn the task list in a Requirement Blueprint defined/ folder into an Excel workbook for the team to fill.

The unit is hours. This skill does not invent estimates. Hours cells stay empty so members type their own numbers.

When to use

Use when the user wants a spreadsheet, .xlsx, or a team estimate sheet from a generated blueprint pack.

Do not use this skill to analyse a new customer brief. Use requirement-blueprint for that. Do not use this skill to present the pack. Use generate-slide for that.

Workflow

List folders in output/
        ↓
Ask which pack to generate (do not skip this)
        ↓
Read that pack’s 10-task-breakdown.md (fallback 13-estimate-worksheet.md)
        ↓
Ask estimator names only if the user has not named them
        ↓
Render Excel with empty Hours columns
        ↓
Save under output/<chosen-slug>/estimate/

Do not generate files until the pack is known.

Step 1 — Choose a folder in output/

Live packs are the child folders of output/ that contain defined/.

List them by running:

ls -d output/*/defined 2>/dev/null

Ignore output/README.md and output/.gitkeep. Do not list examples/ in this picker.

Then ask, before doing anything else:

Which pack in output/ should I generate the estimate sheet from?

1. <slug-a>
2. <slug-b>

Rules:

  • If a structured choice tool exists, use it. Always print the numbered list in chat.
  • If the user already named a folder under output/ (or gave a full path), use that and skip the picker.
  • If there is only one pack, still list it as option 1 and wait for them to pick it, unless they already named it.
  • If output/ has no pack folders, stop. Tell them to export a confirmation pack with requirement-blueprint first. Do not invent tasks. Do not silently use examples/.
  • Use an examples/<slug>/ pack only when the user names that path.
  • Do not write a new requirement pack into examples/.

After they pick, the source is output/<slug>/defined/ and the workbook is written to output/<slug>/estimate/.

Read the full file on GitHub · 165 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 165 lines · 70 tokens per session scan A b4da19282ecf

Subscribe to this mod's changes

generate-estimate is a skill published in the GitHub repository khanhvo1104/Requirement-Blueprint-Skill (5 stars, last pushed 22d ago), licensed MIT. It adds 70 tokens to every session and 1,375 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

slack-report-delivery

Deliver formatted network reports, audit results, topology diagrams, and compliance documentation to Slack channels with rich Block Kit formatting. Use when posting a health check report, sharing a security audit, delivering topology diagrams, or sending scheduled network reports to Slack.

automateyournetwork/netclaw · 54 tokens

google-workspace-ops

Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.

ufy2024/AuC · 59 tokens

google-workspace-ops

Operate across Google Workspace tools with reusable patterns for docs, sheets, calendar, drive, and gmail.

aaronnat23/disp8ch · 0 tokens

aaif-sync-chapters

Push intake decisions out of the Intake Ops sheet — accepted organizers onto the Chapters List and into each chapter's About doc, intake people plus their survey interest into their chapter's Attendee CRM (accepted people always; organizer candidates only where the chapter is big enough to self-serve), per-chapter…

aaif/community-events · 162 tokens

estimate

A development-estimation tool that analyzes project plans or source code and creates an Excel estimate grouped by development, labor, cloud, API, and miscellaneous costs.

Dannykkh/skill-olympus · 66 tokens

stylework-yunxiao-requirement-sync

A workflow for exporting selected requirements from Yunxiao, a project-management service, into a new sheet in an existing DingTalk online spreadsheet. It formats the result into a fixed set of columns and groups it by iteration.

PANGKAIFENG/ai-product-manager-skills · 153 tokens