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 agentmods add skills/dannykkh/skill-olympus/estimatenpx skills add Dannykkh/skill-olympus --skill estimategit clone --depth 1 https://github.com/Dannykkh/skill-olympusWrote 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/dannykkh/skill-olympus/estimate)<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>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 | $0.00066 | $0.03385 |
| Opus 5 | $0.00033 | $0.01692 |
| Sonnet 5 | $0.00013 | $0.00677 |
| Haiku 4.5 | $0.00007 | $0.00338 |
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.
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 — 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 (원) |
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.
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.
- yesterday First seen · 350 lines · 66 tokens per session scan A 084de3038625
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.
Other skills, from other repositories
generate-change-impact
Generates a change impact assessment file (change-impact-CR-001.xlsx) for Phase 4 — Development. PM describes a scope change request; the agent classifies the change (scope / budget / timeline / resource), analyzes impact on project-plan.md and project-budget.xlsx, calculates timeline delta, budget delta, and risk…
bilig-workpaper
Use formula-backed WorkPaper JSON and MCP tools for agent spreadsheet tasks without driving Excel or a browser UI.
xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…
recipe-log-deal-update
Append a deal status update to a Google Sheets sales tracking spreadsheet.
xlsx
Create/edit/analyze/verify spreadsheet workbooks including XLSX/CSV/TSV.
moai-workflow-project
Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.