Skip to main content
Generaldavepoon

gsd:note

Zero-friction idea capture. Append, list, or promote notes to todos.

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--note
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/note/SKILL.md -o .claude/skills/note.md

Drops the SKILL.md into .claude/skills/note.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Zero-friction idea capture — one Write call, one confirmation line.

Three subcommands:

  • append (default): Save a timestamped note file. No questions, no formatting.
  • list: Show all notes from project and global scopes.
  • promote: Convert a note into a structured todo.

Runs inline — no Task, no AskUserQuestion, no Bash.

@${CLAUDE_PLUGIN_ROOT}/workflows/note.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md $ARGUMENTS Execute the note workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/note.md end-to-end. Capture the note, list notes, or promote to todo — depending on arguments.