Zero-friction idea capture. Append, list, or promote notes to todos.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add buildomator/buildomator --skill note --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Note?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/buildomator-note)More formats (shields.io, HTML) on the badges page.
---
name: note
description: Zero-friction idea capture. Append, list, or promote notes to todos.
argument-hint: "<text> | list | promote <N> [--global]"
allowed-tools:
- Read
- Write
- Glob
- Grep
---
<objective>
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.
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/note.md
@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md
</execution_context>
<context>
$ARGUMENTS
</context>
<process>
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.
</process>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!