fireauto-mem-guide

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

A guide for keeping useful project context between coding sessions with claude-mem, a memory tool for Claude Code.

In plain words
What is it for?
It helps save, search, and review project history, including architecture decisions, coding patterns, bug fixes, and service integrations.
Why use it?
It prevents important decisions, discoveries, and past work from being lost when a session ends.

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-mem-guide
Any agent
npx skills add imgompanda/fireauto --skill fireauto-mem-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-mem-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-mem-guide.svg)](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-mem-guide)
Your own site
<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-mem-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-mem-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 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.00079 $0.00503
Opus 5 $0.00039 $0.00251
Sonnet 5 $0.00016 $0.00101
Haiku 4.5 $0.00008 $0.00050

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

Security

Grade A, and why

fireauto-mem-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-mem-guide/SKILL.md · 59 lines

What it actually says

메모리 관리 가이드 (claude-mem 연동)

claude-mem이란?

claude-mem은 Claude Code에서 세션 간 기억을 관리하는 플러그인이다. 대화가 끝나도 중요한 정보를 기억하고, 다음 세션에서 불러올 수 있다.

설치 방법

# Claude Code 안에서
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem@claude-mem

기본 기능

  • 자동 저장: 중요한 발견, 결정, 패턴을 자동으로 메모리에 저장
  • 검색: 메모리에서 키워드로 검색
  • 타임라인: 시간순 작업 히스토리 추적
  • 수동 저장: save_memory로 직접 저장

fireauto와 함께 쓰기

/fireauto-research + 메모리

수요조사 결과를 저장 → 다음 조사 시 이전 결과와 비교 가능.

/fireauto-prd + 메모리

이전에 조사한 API, 경쟁사 정보를 자동 참조.

/fireauto-seo + 메모리

정기 감사 시 이전 결과와 비교하여 개선/악화 추적.

/fireauto-secure + 메모리

반복되는 취약점 패턴 발견.

/fireauto-team + 메모리

효과적이었던 워크스트림 분할 패턴 기억.

메모리 베스트 프랙티스

저장할 것

  • 프로젝트 아키텍처 결정사항
  • 반복 패턴 (코드 스타일, 네이밍 규칙)
  • 버그 원인과 해결 방법
  • 외부 서비스 연동 방법

저장하지 않을 것

  • 임시 디버깅 로그
  • 환경변수 값이나 시크릿
  • 확정되지 않은 추측
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 · 59 lines · 79 tokens per session scan A 18faa84f27d0

Subscribe to this mod's changes

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