fireauto-init-guide

Instructions for starting a new project by creating planning documents, project rules, a small wiki, and an initial task breakdown.

In plain words
What is it for?
Use them when initializing a project, generating a product requirements document, detecting the technology stack, creating project instructions, and organizing milestones.
Why use it?
They give a new project a documented direction and reusable guidance before implementation begins.

Skill for Claude CodeCodex

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/imgompanda/fireauto/fireauto-init-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-init-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code, Codex.

Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 749 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.00088 $0.00749
Opus 5 $0.00044 $0.00375
Sonnet 5 $0.00018 $0.00150
Haiku 4.5 $0.00009 $0.00075

Measured 2d ago against content hash b32eba28e862, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugin/skills/fireauto-init-guide/SKILL.md · 92 lines

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: 적용 제안

이전 프로젝트에서 해당하는 스킬과 주의사항이 있으면 적용을 제안하세요.

💡 이전 프로젝트에서 참고할 만한 것들이 있어요
   • 스킬: {스킬명} — {설명}
   • 주의사항: {주의사항} — {이유}

적용할까요?

톤 & 스타일

  • 문체: 토스체 — 친근하고 간결하게
  • 분량: 핵심만 짧게. 장황하게 설명하지 않아요
  • 행동 유도: 항상 다음 액션을 제안해요
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. 2d ago First seen · 92 lines · 88 tokens per session scan A b32eba28e862

Subscribe to this mod's changes

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.