skills/memory-manage/SKILL.md
Manages the ai-context/ memory layer: initialize from scratch, update with session work, or maintain/cleanup. Trigger: /memory-init, /memory-update, /memory-maintain, initialize memory, update memory, maintain memory.
npx skillsauth add fearovex/claude-config memory-manageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Unified management of the ai-context/ memory layer. Three modes: init, update, maintain.
Triggers: /memory-init, /memory-update, /memory-maintain, initialize memory, update memory, maintain memory, memory housekeeping, clean ai-context
Determine the mode from the invocation:
/memory-init or "initialize memory" or "generate ai-context" → init mode/memory-update or "update memory" or "sync memory" or "record session" → update mode/memory-maintain or "maintain memory" or "memory housekeeping" or "clean ai-context" → maintain modeCreates the 5 core ai-context/ files from scratch by reading the project.
Use when: Project has no ai-context/ yet, or you want to regenerate from scratch.
ai-context/stack.md — tech stack, versions, key toolsai-context/architecture.md — architectural decisions and rationaleai-context/conventions.md — naming patterns, code conventionsai-context/known-issues.md — known bugs, tech debt, gotchasai-context/changelog-ai.md — empty, ready for session entriesai-context/features/_template.md and stub files for discovered domains.Incrementally updates ai-context/ with work done in the current session.
Use when: After completing significant work (SDD cycles, architecture changes, bug fixes).
ai-context/stack.md — new dependencies, version changesai-context/architecture.md — new decisions, pattern changesai-context/conventions.md — new naming patterns, style changesai-context/known-issues.md — new issues found, resolved issues markedai-context/changelog-ai.md — append entry with date, summary, files affectedai-context/features/<domain>.md — update if relevant domain was touched[manual] sections. Only update [auto-updated] markers.Periodic housekeeping: archive old entries, separate resolved issues, detect gaps.
Use when: changelog-ai.md is long (30+ entries), known-issues has resolved items, or at the start of a new project phase.
changelog-ai.md has more than 30 entries, move older entries to changelog-ai-archive.md.known-issues.md to known-issues-archive.md.ai-context/index.md listing all ai-context/ files with one-line descriptions.[manual] sections in any fileskills/feature-domain-expert/SKILL.mdbusiness
Turns an already-investigated customer issue into a short, non-technical engineering-to-CS brief: one natural message that leads with the finding (root cause, real scope, open question), ready to paste into Slack for the support team. Trigger: /support-brief, support brief, brief for support, resumen soporte.
development
Parks the current Claude Code session before going to sleep. Analyzes the conversation, writes a handoff document to docs/handoffs/ in the current project, mirrors the same summary to engram tagged with the session ID, and prints the exact `claude --resume <id>` command for tomorrow. Zero interaction — runs end-to-end on a single invocation. Trigger: /night-park, night park, park session, me voy a dormir, guardar sesion.
testing
Interactive creator for a project feature: scaffolds the domain knowledge markdown at ai-context/features/<slug>.md AND the antenna skill at .claude/skills/<slug>/SKILL.md, both from the canonical templates. Also registers the antenna in the project's CLAUDE.md. Trigger: /feature-define <name>, define feature, documentar funcionalidad, nueva feature.
data-ai
Generates a short, non-technical, informal English summary of an already-investigated customer issue, ready to paste into Slack/email for support, CX, or ops teammates. Trigger: /customer-summary, customer summary, resumir customer issue, slack summary.