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-project-guidenpx skills add imgompanda/fireauto --skill fireauto-project-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.00068 | $0.01093 |
| Opus 5 | $0.00034 | $0.00547 |
| Sonnet 5 | $0.00014 | $0.00219 |
| Haiku 4.5 | $0.00007 | $0.00109 |
Grade A, and why
fireauto-project-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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
프로젝트 관리 가이드
프로젝트 생성부터 마일스톤 관리, 태스크 추적까지. fireauto의 프로젝트 관리 MCP 도구를 활용하는 방법을 안내하는 가이드.
언제 트리거되나요?
다음 키워드나 상황에서 이 가이드를 참고하세요:
- 프로젝트 관련: "프로젝트 만들어", "프로젝트 생성", "project create", "새 프로젝트"
- 마일스톤 관련: "마일스톤 추가", "마일스톤 만들어", "milestone", "단계 나누기"
- 태스크 관련: "태스크 추가", "태스크 완료", "task", "할 일 추가", "완료 처리"
- 진행률 관련: "진행률 확인", "얼마나 했어?", "프로젝트 상태", "progress"
사용 가능한 MCP 도구
프로젝트 관리
| 도구 | 설명 | 주요 파라미터 |
|---|---|---|
project-create |
새 프로젝트 생성 | name, description |
project-status |
프로젝트 상태/진행률 조회 | projectId (선택) |
project-list |
전체 프로젝트 목록 | status (선택) |
project-update |
프로젝트 정보 수정 | projectId, name, description, status |
마일스톤 관리
| 도구 | 설명 | 주요 파라미터 |
|---|---|---|
project-milestone-create |
마일스톤 생성 | projectId, name, description, order |
project-milestone-update |
마일스톤 수정 | milestoneId, name, status |
project-milestone-list |
마일스톤 목록 | projectId |
태스크 관리
| 도구 | 설명 | 주요 파라미터 |
|---|---|---|
project-task-create |
태스크 생성 | milestoneId, name, description, order |
project-task-update |
태스크 상태 변경 | taskId, status, name |
project-task-list |
태스크 목록 | milestoneId, status (선택) |
project-next |
다음 해야 할 태스크 조회 | projectId (선택) |
프로젝트 생성 플로우
1. PRD가 있는 경우
PRD 문서를 분석해서 자동으로 마일스톤과 태스크를 생성해요.
1. project-create → 프로젝트 생성
2. PRD에서 Phase/로드맵 추출 → project-milestone-create
3. 각 Phase의 작업 항목 추출 → project-task-create
2. PRD가 없는 경우
빈 프로젝트를 먼저 만들고, 나중에 마일스톤/태스크를 추가해요.
1. project-create → 빈 프로젝트 생성
2. 사용자가 마일스톤을 정의하면 → project-milestone-create
3. 각 마일스톤에 태스크 추가 → project-task-create
3. /planner 연계
아이디어만 있으면 /planner로 PRD를 먼저 만들고, /project new로 프로젝트를 생성해요.
태스크 상태 관리
태스크의 상태는 다음 순서로 진행돼요:
pending → in_progress → completed
- pending: 아직 시작하지 않은 태스크
- in_progress: 현재 작업 중인 태스크
- completed: 완료된 태스크
태스크 시작
project-task-update: taskId, status: "in_progress"
태스크 완료
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 · 141 lines · 68 tokens per session scan A 250b096d7ab7
fireauto-project-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 1,093 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-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.