estimate

estimate is a skill for Claude Code, Codex from Dannykkh/skill-olympus. It costs 66 tokens per session (3,385 once invoked), scanned A, original, MIT.

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.

In plain words
What is it for?
Use it to analyze a project, extract its features and technical work, calculate estimates, and produce an Excel quotation.
Why use it?
It turns scattered requirements and technical details into a structured cost estimate instead of requiring manual feature and cost tracking.

Skill for Claude CodeCodex

Part of the skill-olympus plugin — 95 skills, 6 commands, 42 agents shipped together

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.

agentmods
npx agentmods add skills/dannykkh/skill-olympus/estimate
Any agent
npx skills add Dannykkh/skill-olympus --skill estimate
Clone the repo
git clone --depth 1 https://github.com/Dannykkh/skill-olympus

Made for: Claude Code, Codex.

Or install skill-olympus, the plugin that ships this one along with the rest of its 95 skills, 6 commands, 42 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dannykkh/skill-olympus/estimate.svg)](https://agentmods.dev/skills/dannykkh/skill-olympus/estimate)
Your own site
<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/estimate"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/estimate.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00066 $0.03385
Opus 5 $0.00033 $0.01692
Sonnet 5 $0.00013 $0.00677
Haiku 4.5 $0.00007 $0.00338

Measured yesterday against content hash 084de3038625, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 yesterday.

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

How it starts

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

Estimate — 개발 견적서

젭마인 산출물 또는 프로젝트 분석 결과를 기반으로 비용 그룹별 견적서를 엑셀(.xlsx)로 생성하는 스킬.

Quick Start

/estimate                           # 프로젝트 자동 분석 + 견적서 생성
/estimate docs/plan/my-feature      # 특정 젭마인 산출물 기준
/estimate --template only           # 빈 견적서 양식만 생성

공식 호출명: /estimate (별칭: 견적, 견적서, 공수 산정)

파이프라인 위치

/zephermine → spec.md + sections/ + api-spec.md
                    ↓
              /estimate (견적서)
                    ↓
              estimate.xlsx

독립 실행 가능 — 젭마인 산출물 없이도 프로젝트를 직접 분석하여 생성 가능.


CRITICAL: First Actions

1. Print Intro

Estimate — 개발 견적서 생성
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
순서: Analyze → Ask → Calculate → Excel

2. Resolve Inputs

입력 소스를 결정합니다:

A. 젭마인 산출물이 있는 경우 (권장, archive/ 경로 제외):

  • docs/plan/*/spec.md — 기능 요구사항
  • docs/plan/*/sections/ — 섹션별 상세 스펙
  • docs/plan/*/api-spec.md — API 엔드포인트
  • docs/plan/*/db-schema.md — DB 구조

B. 없는 경우:

  • 네이티브 위임이 가능하면 읽기 전용 탐색 역할에 기능, API, 데이터 모델, 외부 서비스 근거를 조사시킵니다. 이 역할은 파일을 수정하지 않고 file:line 근거와 기능 목록만 반환하며, 특정 커스텀 에이전트 이름을 요구하지 않습니다.
  • 위임 기능이 없거나 실패하면 메인 컨텍스트에서 코드맵(있는 경우) → rg → 핵심 파일 읽기 순으로 같은 조사를 순차 수행합니다.
  • 공수 계산, 사용자 확인, 엑셀 작성과 검증은 항상 메인 스킬 하네스가 담당합니다.
  • 사용자에게 기능 목록 직접 질문

Phase 1: 기능 추출

젭마인 산출물에서 추출

spec.md → 기능 요구사항 목록 (FR-001, FR-002, ...)
sections/ → 섹션별 상세 기능 (프론트/백엔드 분리)
api-spec.md → API 엔드포인트 수
db-schema.md → 테이블/엔티티 수

기능별 복잡도 분류

각 기능을 복잡도로 분류합니다:

복잡도 기준 기본 공수 (MM)
단순 CRUD, 목록/상세, 기본 폼 0.3 MM
보통 검색/필터, 권한 분기, 파일 업로드 0.5 MM
복잡 결제 연동, 실시간 처리, 복잡한 비즈니스 로직 1.0 MM
고난도 AI/ML 연동, 대용량 처리, 외부 시스템 통합 1.5~2.0 MM

기본 공수는 참고값 — 사용자가 조정할 수 있습니다.


Phase 2: 비용 기준 확인

현재 CLI의 질문 방식으로 사용자에게 단가를 확인합니다:

question: "견적서 기본 단가를 설정해주세요"
header: "비용 기준"

확인 항목

항목 질문 기본값
1MM 단가 "개발자 1인 1개월 인건비는?" 800만원
프론트/백엔드 분리 "프론트/백엔드 공수를 분리할까요?" Yes
PM 오버헤드 "PM/기획 비용을 포함할까요? (개발비의 %)?" 10%
테스트 비용 "QA/테스트 비용을 포함할까요? (개발비의 %)?" 15%
버퍼 "예비비(버퍼)를 포함할까요? (총 비용의 %)?" 10%
부가세 "부가세(VAT)를 포함할까요?" Yes (10%)
통화 "통화 단위는?" KRW (원)

Read the full file on GitHub · 350 lines

Files

What ships with it

1 file 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. yesterday First seen · 350 lines · 66 tokens per session scan A 084de3038625

Subscribe to this mod's changes

estimate is a skill published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed 3d ago), licensed MIT. It adds 66 tokens to every session and 3,385 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-09-03.