memory-notes

Author structured markdown notes for Basic Memory's knowledge graph.

25|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-notes
Source: https://github.com/basicmachines-co/basic-memory-skills/tree/main/memory-notes
Command: npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides you in creating well-structured notes that can be effectively parsed into a searchable knowledge graph, ensuring your information is organized, discoverable, and interconnected.

Core Features & Use Cases

  • Note Anatomy: Learn the structure of a Basic Memory note, including frontmatter, observations, and relations.
  • Structured Observations: Understand how to use categorized facts ([category] Content) for precise querying.
  • Knowledge Graph Relations: Master linking notes together using explicit relation types and inline wiki-links.
  • Use Case: When you need to document a new API design decision, you'll use this skill to structure the note with a clear title, relevant observations about the decision, and links to related specifications or architectural components.

Quick Start

Use the memory-notes skill to write a new note about API design decisions.

Frequently Asked Questions about memory-notes

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

FAQPage Schema
How do I write structured markdown notes for a knowledge graph?

Markdown notes for a knowledge graph require frontmatter, categorized observations, and explicit relations to ensure information is organized, discoverable, and interconnected for effective parsing and traversal.

What is the best way to format observations in markdown notes for querying?

The best way to format observations in markdown notes is using categorized facts, structured as `[category] Content`. This precise syntax allows Basic Memory to parse and query specific data points within your knowledge graph effectively.

How do I link markdown notes together using explicit relations?

You link markdown notes together using explicit relation types and inline wiki-links. Defining these connections allows you to traverse related specifications or architectural components directly within the knowledge graph.

Do I need frontmatter to create a note in Basic Memory?

Yes, frontmatter is an essential part of a Basic Memory note structure. Including frontmatter alongside categorized observations and relations maximizes your note's discoverability and integration within the knowledge graph.

Why are my markdown notes not showing up in knowledge graph searches?

Markdown notes may not appear in knowledge graph searches if they lack structured formatting. Adding frontmatter, using categorized observations like `[category] Content`, and defining explicit relations ensures your notes are properly parsed and discoverable.