Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-do

The mindforge-do skill analyzes natural language input to automatically route requests to the appropriate MindForge command. Use this when you have a clear goal but are uncertain which specific mindforge command (such as mindforge-brainstorm or mindforge-analyze) will accomplish it most effectively.

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

SKILL.md

<objective>
Analyze freeform natural language input and dispatch to the most appropriate MindForge command.

Acts as a smart dispatcher — never does the work itself. Matches intent to the best MindForge command using routing rules, confirms the match, then hands off.

Use when you know what you want but don't know which `/mindforge-*` command to run.
</objective>

<execution_context>
@.agent/workflows/mindforge-do.md
@.agent/references/ui-brand.md
</execution_context>

<context>
$ARGUMENTS
</context>

<process>
Execute the do workflow from @.agent/workflows/mindforge-do.md end-to-end.
Route user intent to the best MindForge command and invoke it.
</process>