Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-help

The mindforge-help skill retrieves and displays the complete MindForge command reference documentation from the project's workflow files. Use this skill when you need to view available MindForge commands, understand their syntax, or reference the usage guide for working with MindForge workflows and automation tools.

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

SKILL.md

<objective>
Display the complete MindForge command reference.

Output ONLY the reference content below. Do NOT add:
- Project-specific analysis
- Git status or file context
- Next-step suggestions
- Any commentary beyond the reference
</objective>

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

<process>
Output the complete MindForge command reference from @.agent/workflows/mindforge-help.md.
Display the reference content directly — no additions or modifications.
</process>