From fireauto
Proactively saves valuable development insights like bug fixes, patterns, decisions, gotchas, features, and refactors to fireauto-mem database using automatic memory-save calls or explicit user triggers like 'remember this'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fireauto:fireauto-mem-save-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
fireauto-mem은 사용자의 개발 지식 DB입니다.
fireauto-mem은 사용자의 개발 지식 DB입니다. 사용자가 말하지 않아도 가치 있는 지식을 능동적으로 저장하세요.
자동으로 저장할 가치가 있는 상황:
| 상황 | type | 예시 |
|---|---|---|
| 버그를 찾고 해결했을 때 | bugfix | "setState 비동기 이슈 — useEffect에서 처리" |
| 반복 사용할 패턴을 발견했을 때 | pattern | "Result 타입으로 에러 흐름 통일" |
| 중요한 설계 결정을 내렸을 때 | decision | "MCP 서버를 Thin Wrapper로 구현한 이유" |
| 삽질 후 원인을 알게 됐을 때 | gotcha | "sql.js WASM에 FTS5 없음 → FTS4 사용" |
| 핵심 기능을 구현 완료했을 때 | feature | "SSE 실시간 스트리밍 + 자동 재연결" |
| 코드를 의미있게 개선했을 때 | refactor | "worker.cjs 함수명 db.cjs와 통일" |
→ 하나라도 해당하면 저장하세요.
memory-save:
title: 간결하고 검색하기 좋은 제목
content: 구체적 내용 (코드 예시, 이유, 맥락)
type: bugfix | feature | pattern | decision | gotcha | refactor
tags: [관련 키워드들]
npx claudepluginhub imgompanda/fireauto --plugin fireautoSaves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Stores important decisions, patterns, bug fixes, and lessons into Cortex persistent memory. Use after resolving bugs, making architecture choices, or when the user asks to remember something.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.