Explicitly check the memory system before answering or exploring
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.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer