storage-basicmemory

Manages project artifacts via basicmemory tools with enforced YAML frontmatter and ProjectId tracking.

3|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill storage-basicmemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storage-basicmemory
Source: https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol/tree/main/.windsurf/skills/storage-basicmemory
Command: npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill storage-basicmemory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures all project artifacts are consistently stored and managed within a basicmemory system, preventing data loss and disorganization from direct file system interaction.

Core Features & Use Cases

  • Centralized Artifact Management: Utilizes basicmemory tools for all reading, writing, and manipulation of project artifacts.
  • Structured Data Storage: Enforces YAML frontmatter for planning artifacts (Specs, Epics, Stories, etc.) for structured metadata.
  • Use Case: When documenting a new feature, use basicmemory_write_note to create an 'Epic' artifact, ensuring it's correctly tagged with a ProjectId and includes all necessary frontmatter for discoverability and tracking.

Quick Start

Use basicmemory_write_note to create a new epic artifact for the current project.

Frequently Asked Questions about storage-basicmemory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage project artifacts using YAML frontmatter?

Manage project artifacts by storing structured data with YAML frontmatter using basicmemory tools. This enforces specific metadata formatting for planning artifacts like Specs, Epics, and Stories to ensure data discoverability within a defined ProjectId context.

What is the best way to store Epics and Stories in a knowledge base?

Storing Epics and Stories in a knowledge base is best handled by using basicmemory_write_note to create artifacts. This enforces structured data storage via YAML frontmatter and prevents data loss from direct file system interaction.

Can I use direct file system access for artifact management in basicmemory?

Direct file system access is prevented for artifact management in basicmemory. All reading, writing, and manipulation must occur exclusively through basicmemory tools to ensure data integrity and consistent storage.

How do I create a new project artifact with basicmemory?

Create a new project artifact by using the basicmemory_write_note command. This ensures the artifact is correctly tagged with a ProjectId and includes the necessary YAML frontmatter for tracking and discoverability.

Why use YAML frontmatter for project planning artifacts?

Use YAML frontmatter for project planning artifacts to enforce structured metadata storage. This ensures data integrity and discoverability for items like Specs and Stories within your defined project context.

Does basicmemory support structured data storage for software development planning?

Yes, basicmemory supports structured data storage for software development planning by enforcing YAML frontmatter formatting. This centralizes artifact management and ensures all project items are consistently tracked.