fireauto-wiki-guide

fireauto-wiki-guide is a skill for Claude Code, Codex from imgompanda/fireauto. It costs 84 tokens per session (667 once invoked), scanned A, original, MIT.

A guide for maintaining a project knowledge base in .claude/wiki/. It explains when to search or record coding patterns, warnings, design decisions, and session notes.

In plain words
What is it for?
It helps agents search the wiki, record repeated patterns and mistakes, document design choices, and maintain an index of its pages.
Why use it?
It keeps detailed project knowledge out of the main instruction file while making past decisions and solutions easier to find.

Skill for Claude CodeCodex

Part of the fireauto plugin — 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server shipped together

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

Made for: Claude Code, Codex.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 6 agents, 3 hooks, 1 MCP server.

Wrote 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.

agentmods badge for fireauto-wiki-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-wiki-guide.svg)](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-wiki-guide)
Your own site
<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-wiki-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-wiki-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 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.00084 $0.00667
Opus 5 $0.00042 $0.00333
Sonnet 5 $0.00017 $0.00133
Haiku 4.5 $0.00008 $0.00067

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

Security

Grade A, and why

fireauto-wiki-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.

plugin/skills/fireauto-wiki-guide/SKILL.md · 90 lines

What it actually says

Wiki 관리 가이드

.claude/wiki/ 디렉토리는 프로젝트의 상세 지식 베이스예요. CLAUDE.md를 작게 유지하면서, 상세 지식은 Wiki에 저장해요.


언제 트리거되나요?

다음 상황에서 이 가이드를 참고하세요:

  • Wiki 관련: "wiki", "지식 페이지", "위키"
  • 기록 요청: "패턴 기록", "주의사항 추가", "결정 기록"
  • 지식 검색: "이전에 뭐라고 했지?", "패턴 찾아줘"

페이지 구조

파일 용도
patterns.md 코딩 패턴, 모범 사례
gotchas.md 주의사항, 삽질 기록
decisions.md 설계 결정 + 이유
skills-catalog.md 자동 생성된 스킬 목록
retrospective.md 세션별 복기 기록
index.md 자동 생성 목록

능동적 사용

패턴 발견 시

코드에서 반복되는 패턴을 발견하면 wiki-write MCP 도구로 patterns.md를 업데이트하세요.

📝 패턴 기록: {패턴명}
   {패턴 설명}

삽질 발견 시

버그나 삽질을 발견하면 wiki-write MCP 도구로 gotchas.md를 업데이트하세요.

⚠️ 주의사항 기록: {주의사항}
   원인: {원인}
   해결: {해결법}

설계 결정 시

설계 결정을 내리면 wiki-write MCP 도구로 decisions.md를 업데이트하세요.

📋 결정 기록: {결정사항}
   이유: {이유}
   대안: {고려한 대안}

지식 검색 시

관련 지식이 필요하면 wiki-search MCP 도구로 검색하세요.


CLAUDE.md와의 관계

  • CLAUDE.md는 80줄 이내로 유지
  • 상세 지식은 Wiki로 위임: @.claude/wiki/patterns.md 형태로 참조
  • "이 줄을 제거하면 Claude가 실수할까?" — 아니면 Wiki로 이동

톤 & 스타일

  • 문체: 토스체 — 친근하고 간결하게
  • 분량: 핵심만 짧게. 장황하게 설명하지 않아요
  • 행동 유도: 기록 후 확인 메시지를 보여줘요
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. 4d ago First seen · 90 lines · 84 tokens per session scan A b7a9c349c384

Subscribe to this mod's changes

fireauto-wiki-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 4mo ago), licensed MIT. It adds 84 tokens to every session and 667 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.

Related

Other skills, from other repositories

flow-next-audit

Audit .flow/memory/ entries against current code and keep, update, consolidate, replace, delete, or harden each. Use when asked to audit memory or graduate a recurring lesson into a gate.

gmickel/flow-next · 46 tokens

flow-next-audit

Audit .flow/memory/ entries against the current codebase and decide Keep / Update / Consolidate / Replace / Delete per entry. Triggers on /flow-next:audit, "audit memory", "review memory", "refresh learnings", "sweep stale memory", "consolidate overlapping memory entries". Optional mode:autofix token in arguments runs…

gmickel/flow-next · 112 tokens

flow-next-memory-migrate

Migrate legacy flat .flow/memory files to the categorized YAML schema. One-time ceremony. Use when asked to migrate flow memory.

gmickel/flow-next · 33 tokens

ascend

Elevate a vague recall to the supra-session unit it belongs to. Type: (RecallGranularityInsufficient, AI, ELEVATE, ScatteredDeposits × DepositGraph) → HigherGranularityUnit.

jongwony/epistemic-protocols · 45 tokens

recollect

Resolve vague recall into recognized context through AI-guided contextual scan and user-validated recognition.

jongwony/epistemic-protocols · 21 tokens

catchup

Rebuild the human's lost context on a project from live state, in plain language: what needs them, what changed, what new words mean. Use when the human returns after a gap, says they can't follow the project anymore, asks what happened or what a term means, or before deciding what to do next when their mental model…

LilMGenius/paperthin · 84 tokens