Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-note

mindforge-note captures ideas with minimal friction by appending timestamped notes, listing existing notes across project and global scopes, or promoting notes into structured todos. Use this skill when you need quick idea storage without formatting overhead, want to review accumulated notes, or ready to convert a captured idea into an actionable task.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-note && cp -r /tmp/mindforge-note/.agent/skills/mindforge-note ~/.claude/skills/mindforge-note
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<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>
@.agent/workflows/mindforge-note.md
@.agent/references/ui-brand.md
</execution_context>

<context>
$ARGUMENTS
</context>

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