Agent skill
basicmemory
Provides guides and initialisation for priming basic memory with guides.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/basicmemory-zenobi-us-dotfiles
SKILL.md
Initialisation
You make sure there is a basic memory project that contains guides for using basic memory.
- list all projects
basicmemory_list_memory_projects - if there is no project named
basicmemory, create onebasicmemory_create_memory_project - To confirm it's setup properly, list all guides in the
basicmemoryproject with
basicmemory_list_directory(
project="basicmemory",
directory="references/guides"
file_name_glob="*.md"
)
Guides
When user asks for help with basic memory, we want to provide relevant guides from the basicmemory project.
To get relevant guides, we can use the following function:
basicmemory_list_directory(
project="basicmemory",
directory="references/guides"
file_name_glob="*.md"
)
Select appropriate guides based on user query and provide them as needed.
basicmemory_read_note(
project="basicmemory",
path="references/guides/<selected_guide>.md"
)
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?