Agent skill
memory
Filesystem-based knowledge management. Triggers on "remember", "save context", "knowledge base", "document decision".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/memory-project-x-vietnam-landing-page
SKILL.md
Memory
A filesystem-based knowledge management system where source code IS the memory. Store decisions, patterns, and context in structured markdown files.
When to Use
- Recording architectural decisions
- Documenting patterns discovered during development
- Saving context about why something was built a certain way
- Tracking known issues and workarounds
- Storing API documentation or integration notes
When NOT to Use
- Temporary debugging notes (use comments instead)
- Task tracking (use git issues or project board)
Core Principles
- Source code is the single source of truth
- Store knowledge close to where it's used
- Use structured markdown for consistency
- Keep files focused (one topic per file)
Storage Locations
| Type | Location | Example |
|---|---|---|
| Technical docs | docs/technical/ |
Architecture decisions, patterns |
| Feature docs | docs/features/ |
Feature specifications, requirements |
| API docs | docs/api/ |
API contracts, integration notes |
Memory Operations
Remember (Write)
Store new knowledge:
# [Topic Title]
## Context
[Why this exists, what problem it solves]
## Decision
[What was decided and why]
## Details
[Technical details, code examples]
## References
- [Related files or URLs]
---
*Created: [date]*
*Last updated: [date]*
Recall (Read)
Retrieve knowledge:
- Check
docs/directory structure - Read relevant files
- Search for keywords across docs
Update
Modify existing knowledge:
- Read the existing file
- Update the relevant section
- Add to evolution history if significant
Related Skills
| Skill | When to Chain |
|---|---|
| feature-dev | Store architectural decisions during development |
| planning | Document the plan for future reference |
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?