notes-list

List all notes with topics and descriptions from the database.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/adamrdrew/claude-code-patterns --skill notes-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes-list
Source: https://github.com/adamrdrew/claude-code-patterns/tree/main/knowledge-hooks/.claude/skills/notes-list
Command: npx skills add https://github.com/adamrdrew/claude-code-patterns --skill notes-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill lists all notes currently stored in the database, providing a quick overview of topics and descriptions to keep knowledge bases current and navigable.

Core Features & Use Cases

  • List all notes with their topics and descriptions in a single, readable table.
  • Validate that notes-config.yaml exists and resolve the notes_path, then read the index.md to present entries.
  • Use cases include auditing notes, generating quick summaries for teammates, and refreshing the knowledge base after edits.

Quick Start

Ask notes-buddy to list all notes to view the current database contents.

Frequently Asked Questions about notes-list

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

FAQPage Schema
How do I list all notes with topics and descriptions from my database?

This skill lists all notes with topics and descriptions by reading notes-config.yaml to locate the notes_path, verifying the index.md file exists, parsing its content, and rendering the entries in a formatted table.

What is the best way to get a readable snapshot of notes after edits?

Getting a readable snapshot of notes after edits involves this skill parsing the index.md file and rendering all stored notes with their topics and descriptions into a single, formatted table.

Do I need a notes-config.yaml file to list my notes?

Yes, a notes-config.yaml file is required because this skill reads it to locate the notes_path and verifies the index.md file exists before parsing and listing the notes.

Can I use this to audit notes and generate summaries for teammates?

Yes, you can use this to audit notes and generate summaries for teammates because it validates the notes_path, reads the index.md, and presents all topics and descriptions in a readable table.

Why does listing notes fail if index.md is missing?

Listing notes fails if index.md is missing because the skill verifies the index.md file exists within the resolved notes_path before parsing entries and rendering the formatted table.