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-retro-guidenpx skills add imgompanda/fireauto --skill fireauto-retro-guidegit clone --depth 1 https://github.com/imgompanda/fireautoWrote 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/imgompanda/fireauto/fireauto-retro-guide)<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-retro-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-retro-guide.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.00083 | $0.00677 |
| Opus 5 | $0.00042 | $0.00338 |
| Sonnet 5 | $0.00017 | $0.00135 |
| Haiku 4.5 | $0.00008 | $0.00068 |
Grade A, and why
fireauto-retro-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 4d 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
복기 시스템 가이드
원칙: 실수는 크게, 성공은 조용히
언제 트리거되나요?
다음 상황에서 이 가이드를 참고하세요:
- 세션 종료: 사용자가 작업을 마무리할 때 자동 실행
- 복기 요청: "복기해줘", "회고", "뭘 배웠지", "오늘 뭐 했지"
- 정리 요청: "세션 정리", "오늘 정리", "review session"
자동 복기
세션 종료 시 자동으로 실행하세요:
Step 1: 메모리/실수 수집
이 세션에서 저장된 메모리와 실수를 수집하세요.
Step 2: 복기 출력
## 세션 복기
⚠️ 실수 (크게 표시)
• {실수 1} — {원인과 해결}
• {실수 2} — {원인과 해결}
💡 배운 점
• {배운 점 1}
• {배운 점 2}
✓ 완료한 작업 (조용히)
• {완료 1}
• {완료 2}
📝 다음 TODO
• {TODO 1}
• {TODO 2}
Step 3: Wiki 자동 업데이트
- 실수 →
wiki-write로gotchas.md업데이트 - 배운 점 →
wiki-write로patterns.md업데이트 - 복기 기록 →
wiki-write로retrospective.md업데이트
수동 복기
사용자가 "복기해줘", "오늘 뭐 배웠지" 등을 말하면 retrospect MCP 도구를 호출하세요.
🔍 이 세션을 돌아볼게요...
이후 위 자동 복기와 동일한 형식으로 출력하세요.
핵심 원칙
- 실수는 크게: 실수를 숨기지 않아요. 다음에 같은 실수를 반복하지 않기 위해 눈에 띄게 기록해요
- 성공은 조용히: 잘한 건 간단히만. 자랑보다 반성이 더 값져요
- 구체적으로: "뭔가 잘못했다"가 아니라 "X를 Y로 잘못 설정해서 Z 에러가 났다"처럼 구체적으로
톤 & 스타일
- 문체: 토스체 — 친근하고 간결하게
- 분량: 핵심만 짧게. 장황하게 설명하지 않아요
- 행동 유도: 다음 TODO를 항상 제안해요
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.
- 4d ago First seen · 89 lines · 83 tokens per session scan A ecc9d547cca2
fireauto-retro-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 83 tokens to every session and 677 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 通用。.
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.
taiyi-diagram-c4
TaiyiForge 辅助 — 从代码反推 C4 架构文档(Observed/Inferred 分层 · Mermaid 真源)。OpenCode / Claude / Codex / Cursor 通用。.
flow-next-resolve-pr
Resolve PR review feedback. Fetches unresolved threads, triages, fixes, replies and resolves via GraphQL. Use when asked to address review comments.
flow-next-tracker-sync
Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.