Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-fast

mindforge-fast executes minimal development tasks directly without planning overhead or subagent delegation, handling items like typo corrections, configuration adjustments, small refactors, and simple code additions. Use this skill exclusively for single-sentence tasks completable in under two minutes that require no research, verification, or multi-step planning.

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

SKILL.md

<objective>
Execute a trivial task directly in the current context without spawning subagents
or generating PLAN.md files. For tasks too small to justify planning overhead:
typo fixes, config changes, small refactors, forgotten commits, simple additions.

This is NOT a replacement for /mindforge-quick — use /mindforge-quick for anything that
needs research, multi-step planning, or verification. /mindforge-fast is for tasks
you could describe in one sentence and execute in under 2 minutes.
</objective>

<execution_context>
@.agent/workflows/mindforge-fast.md
</execution_context>

<process>
Execute the fast workflow from @.agent/workflows/mindforge-fast.md end-to-end.
</process>