Agent skill
Serena Memory System
Interface for long-term memory and context management. Use to store and retrieve user preferences, project context, and past learnings.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/serena-memory
SKILL.md
Serena Memory System Skill
This skill grants access to the serena MCP tools, which provide persistent memory and context awareness for the agent.
When to use
- Recalling user preferences or project history.
- Storing new "memories" or learnings for future sessions.
- searching for files or symbols using Serena's semantic index.
Available Tools (Context Loaded)
The following tools are available via the serena MCP server:
Memory Management
mcp__serena__list_memories: Retrieve stored memories.mcp__serena__think_about_collected_information: Process and synthesize information.mcp__serena__onboarding: Access onboarding information.
Semantic Search
mcp__serena__find_file: Find files semantically.mcp__serena__find_symbol: Find code symbols semantically.
Best Practices
- Check Memory First: Before asking the user for repetitive info, check if it's stored in memory.
- Synthesize: Use
think_about_collected_informationto consolidate complex context.
Example Workflow
- User: "What was the design pattern we decided on?"
- Agent: Calls
mcp__serena__list_memoriesto search for design decisions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?