note

Save user-provided notes as Markdown files with YAML frontmatter.

43|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/gordonbrander/busytown --skill note-gordonbrander
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/gordonbrander/busytown/tree/main/.claude/skills/note
Command: npx skills add https://github.com/gordonbrander/busytown --skill note-gordonbrander

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick and organized way to capture thoughts, ideas, and important information, ensuring nothing gets lost and notes are easily retrievable.

Core Features & Use Cases

  • Note Capture: Quickly jot down notes with content and associated tags.
  • Automatic Title Generation: Infers a title from the first sentence or content.
  • Organized Saving: Saves notes as Markdown files with YAML frontmatter, including title, date, and tags.
  • Update Existing Notes: Merges new content and tags into existing notes, preserving original data.
  • Use Case: You have a sudden idea during a meeting. Use this skill to instantly capture it with relevant tags like #meeting and #idea, and it will be saved as a dated Markdown file.

Quick Start

Use the note skill to save the following thought: "The new marketing campaign is showing promising early results #marketing #campaigns".

Frequently Asked Questions about note

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

FAQPage Schema
How do I capture quick notes and organize them with tags in Markdown?

To capture quick notes, you provide your text and associated tags. The system saves your notes as Markdown files with YAML frontmatter, automatically extracting tags and generating titles from the first sentence.

Can I update an existing Markdown note without losing the original content?

Yes, you can update existing Markdown notes. The system merges new content and tags into the existing file while preserving the original data, ensuring your notes remain intact and organized.

How does automatic title generation work for journaling notes?

Automatic title generation for journaling notes works by inferring the title directly from the first sentence of your provided content, requiring no manual input while ensuring your Markdown files are properly named.

What is the best way to organize ideas and meeting notes using YAML frontmatter?

The best way to organize ideas using YAML frontmatter is to save them as structured Markdown files. The system automatically includes the title, date, and tags within the frontmatter for easy retrieval.

Do I need any external dependencies to manage Markdown files with this approach?

No external dependencies are required to manage Markdown files with this approach. The system operates independently to capture thoughts, extract tags, and manage file creation or updates.

What happens after I save a thought or idea to a Markdown file?

After you save a thought to a Markdown file, the system integrates with an event queue for post-note actions. This allows downstream processes to trigger automatically following your file creation or update.