Thrunt-god thrunt-note
Zero-friction idea capture. Append, list, or promote notes to todos.
install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-note" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-note && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-note/SKILL.mdsource content
<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>