con un clic
check-memory
Explicitly check memory system before answering or exploring
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Explicitly check memory system before answering or exploring
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Prepare and publish a new gem release — bumps version across all required files, validates tests/linting/MCP server, commits, and creates the GitHub release. Use this skill when the user says "release", "publish a new version", "bump the version", "cut a release", "prepare for release", "ship it", or any variation of wanting to publish a new gem version. Also use when the user asks about the release process or what steps are needed to release.
Deep analysis of an external repository's architecture, patterns, and design decisions. Generates comprehensive influence document and updates improvements.md with prioritized recommendations.
Launch a local web dashboard for ClaudeMemory debugging and observability
Upgrade all Ruby gem dependencies to their latest versions with release note review and codebase alignment checks. Use this skill whenever the user asks to update, upgrade, or bump dependencies, gems, or packages — even casually like 'update my gems' or 'are my deps up to date?'
Incrementally implement feature improvements from docs/improvements.md with tests and atomic commits. Focuses on new functionality rather than refactoring.
Automatically install, configure, or upgrade ClaudeMemory
| name | check-memory |
| description | Explicitly check memory system before answering or exploring |
| disable-model-invocation | true |
When invoked with /check-memory <topic>, this skill forces a memory-first workflow.
IMPORTANT: You MUST check memory BEFORE reading any files or running any code searches.
The user is asking about: $ARGUMENTS
Before querying, confirm the memory system is operational:
memory.check_setup
If status is not "healthy", inform the user and suggest running claude-memory doctor for details.
Run multiple memory queries to find existing knowledge:
memory.recall "$ARGUMENTS"
Also try specialized shortcuts:
memory.decisions (if implementing a feature)memory.architecture (if working with frameworks)memory.conventions (if writing code)memory.conflicts (if encountering contradictions)Review what memory returns:
If memory doesn't have enough information:
Combine:
Based on memory:
- [Fact from memory with context]
From code exploration:
- [New findings from reading files]
Answer: [Complete response combining both sources]
Memory contains distilled knowledge from previous sessions. Checking it first:
ALWAYS start with memory queries. NEVER skip this step.