Help us improve
Share bugs, ideas, or general feedback.
From fireauto
Guides active use of .claude/wiki/ for recording coding patterns, gotchas, decisions via MCP tools (wiki-write, wiki-search, wiki-index). Triggers on wiki, knowledge page, pattern/gotcha/decision record requests.
npx claudepluginhub imgompanda/fireauto --plugin fireautoHow this skill is triggered — by the user, by Claude, or both
Slash command
/fireauto:fireauto-wiki-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`.claude/wiki/` 디렉토리는 프로젝트의 상세 지식 베이스예요.
Maintains persistent wiki knowledge base with Markdown formats for entities, concepts, decisions, syntheses, index, and logs. Manages ingest, query, and lint workflows in /pith wiki mode.
Records lessons from pitfalls, technical decisions, and project rules into CLAUDE.md for persistent knowledge. Use after debugging to prevent repeats or logging choices.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Share bugs, ideas, or general feedback.
.claude/wiki/ 디렉토리는 프로젝트의 상세 지식 베이스예요.
CLAUDE.md를 작게 유지하면서, 상세 지식은 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/wiki/patterns.md 형태로 참조