# Thrunt Note

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

- Skill: `3dcom2711/thrunt-note` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 3dcom2711/thrunt-note`
- Raw SKILL.md: https://api.skillmd.com/api/skills/3dcom2711/thrunt-note/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 3dcom2711 (https://skillmd.com/u/3dcom2711)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/3dcom2711/thrunt-note

---


<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>
@.github/thrunt-god/workflows/note.md
@.github/thrunt-god/references/ui-brand.md
</execution_context>

<context>
$ARGUMENTS
</context>

<process>
Execute the note workflow from @.github/thrunt-god/workflows/note.md end-to-end.
Capture the note, list notes, or promote to todo — depending on arguments.
</process>

