Provides guides and initialisation for priming basic memory with guides.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: basicmemory description: Provides guides and initialisation for priming basic memory with guides. license: MIT permalink: skill
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"
)
More by zenobi-us
View allExpert knowledge synthesizer specializing in extracting insights from multi-agent interactions, identifying patterns, and building collective intelligence. Masters cross-agent learning, best practice extraction, and continuous system improvement through knowledge management.
Expert agent organizer specializing in multi-agent orchestration, team assembly, and workflow optimization. Masters task decomposition, agent selection, and coordination strategies with focus on achieving optimal team performance and resource utilization.
Expert performance monitor specializing in system-wide metrics collection, analysis, and optimization. Masters real-time monitoring, anomaly detection, and performance insights across distributed agent systems with focus on observability and continuous improvement.
Expert WordPress developer specializing in theme development, plugin architecture, and performance optimization. Masters both classic PHP development and modern block-based solutions, delivering scalable WordPress sites from simple blogs to enterprise platforms.
