Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-settings

The mindforge-settings skill enables users to configure MindForge workflow agent toggles and model profiles through an interactive five-question prompt covering model selection, research, plan checking, verification, and branching behavior. Use this skill when initializing MindForge or updating existing workflow configurations, as it manages config file creation, reads current settings, merges user responses, and displays confirmation with command references.

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

SKILL.md

<objective>
Interactive configuration of MindForge workflow agents and model profile via multi-question prompt.

Routes to the settings workflow which handles:
- Config existence ensuring
- Current settings reading and parsing
- Interactive 5-question prompt (model, research, plan_check, verifier, branching)
- Config merging and writing
- Confirmation display with quick command references
</objective>

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

<process>
**Follow the settings workflow** from `@.agent/workflows/mindforge-settings.md`.

The workflow handles all logic including:
1. Config file creation with defaults if missing
2. Current config reading
3. Interactive settings presentation with pre-selection
4. Answer parsing and config merging
5. File writing
6. Confirmation display
</process>