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/imgompanda/fireauto/fireauto-init-guidenpx skills add imgompanda/fireauto --skill fireauto-init-guidegit clone --depth 1 https://github.com/imgompanda/fireautoWhat 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.00088 | $0.00749 |
| Opus 5 | $0.00044 | $0.00375 |
| Sonnet 5 | $0.00018 | $0.00150 |
| Haiku 4.5 | $0.00009 | $0.00075 |
Grade A, and why
fireauto-init-guide 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 2d 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.
What it actually says
프로젝트 초기화 가이드
새 프로젝트 시작 시 다음을 자동으로 실행하세요.
언제 트리거되나요?
다음 상황에서 이 가이드를 참고하세요:
- 새 프로젝트: "프로젝트 시작", "새 프로젝트 만들어", "new project"
- 초기 세팅: "init", "세팅", "setup", "시작하기"
- 프로젝트 생성: "프로젝트 만들어", "start project"
흐름
Step 1: 프로젝트 설명 요청
사용자에게 프로젝트 설명을 요청하세요.
어떤 프로젝트를 만들고 싶으세요?
한 줄이면 충분해요. 예) "SaaS 랜딩페이지", "AI 챗봇 서비스"
Step 2: PRD 자동 생성
planner 스킬을 참고해서 PRD를 자동 생성하세요.
Step 3: 기술 스택 감지 + CLAUDE.md 생성
프로젝트 디렉토리를 분석해서 기술 스택을 감지하고, CLAUDE.md를 생성하세요.
CLAUDE.md 원칙:
- 80줄 이내 (Anthropic 권장 200줄 이하, 최적 60-80줄)
- Claude가 추측할 수 없는 것만 포함
- 상세는
@.claude/wiki/로 위임 - "이 줄을 제거하면 Claude가 실수할까?" — 아니면 삭제
Step 4: Wiki 초기화
.claude/wiki/ 디렉토리를 생성하고 기본 페이지를 만드세요:
patterns.md— 코딩 패턴, 모범 사례gotchas.md— 주의사항, 삽질 기록decisions.md— 설계 결정 + 이유skills-catalog.md— 자동 생성된 스킬 목록retrospective.md— 세션별 복기 기록index.md— 자동 생성 목록
Step 5: 마일스톤/태스크 분해
PRD를 기반으로 마일스톤과 태스크를 분해해서 DB에 저장하세요.
Step 6: 이전 프로젝트 참고
skill-search MCP 도구로 이전 프로젝트 스킬을 검색하세요.
Step 7: 주의사항 참고
mistake-search MCP 도구로 이전 프로젝트 주의사항을 검색하세요.
Step 8: 적용 제안
이전 프로젝트에서 해당하는 스킬과 주의사항이 있으면 적용을 제안하세요.
💡 이전 프로젝트에서 참고할 만한 것들이 있어요
• 스킬: {스킬명} — {설명}
• 주의사항: {주의사항} — {이유}
적용할까요?
톤 & 스타일
- 문체: 토스체 — 친근하고 간결하게
- 분량: 핵심만 짧게. 장황하게 설명하지 않아요
- 행동 유도: 항상 다음 액션을 제안해요
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.
- 2d ago First seen · 92 lines · 88 tokens per session scan A b32eba28e862
fireauto-init-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 88 tokens to every session and 749 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-08-30.
Other skills, from other repositories
taiyi-ui-design
TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.
taiyi-evolve
TaiyiForge 辅助 — 实现后架构与文档同步(architecture-sync)。OpenCode / Claude / Codex / Cursor 通用。.
taiyi-diagram-c4
TaiyiForge 辅助 — 从代码反推 C4 架构文档(Observed/Inferred 分层 · Mermaid 真源)。OpenCode / Claude / Codex / Cursor 通用。.
release-archivist
Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.
writing-style
Use for technical communication - GitHub/GitLab tickets, PR/MR descriptions, issue comments, code review comments, commit messages. Direct, brief style with no AI-speak. NOT for README.md, public docs, or blog posts.
steer
Project-profile recalibration. Audits session calibration drift, presents per-cluster evidence for a user verdict, writes the updated project-profile rule, and inscribes a settled-direction clause.