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'.
npx claudepluginhub imgompanda/fireauto --plugin fireautoThis skill uses the workspace's default tool permissions.
fireauto-mem은 사용자의 개발 지식 DB입니다.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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: [관련 키워드들]