ferrox-config

SkillDev tools

You want to change how Ferrox behaves. Workflow toggles, advanced knobs, integrations

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ferrox-config skill

What this skill tells your AI

The instructions your AI receives, as published by ferroxlabs/ferrox-factory in skills/ferrox-config/SKILL.md and read by ahel’s review.

Mode routing:

  • default (no flag): Common-case toggles (model, research, plan_check, verifier, branching) → settings workflow
  • --advanced: Power-user knobs (planning tuning, timeouts, branch templates, cross-AI execution) → settings-advanced workflow
  • --integrations: Third-party API keys, code-review CLI routing, agent-skill injection → settings-integrations workflow
  • --profile : Switch model profile (quality|balanced|budget|inherit) → set-profile (inline)
FlagActionWorkflow
(none)Interactive 5-question common-case config promptsettings
--advancedPower-user knobs: planning, execution, discussion, cross-AI, git, runtimesettings-advanced
--integrationsAPI keys (Brave/Firecrawl/Exa), review CLI routing, agent skillssettings-integrations
--profile <name>Switch model profile without interactive promptferrox-tools query config-set-model-profile

<execution_context> @/.claude/ferrox-core/workflows/settings.md @/.claude/ferrox-core/workflows/settings-advanced.md @~/.claude/ferrox-core/workflows/settings-integrations.md </execution_context>

Parse the first token of $ARGUMENTS:

  • If it is --advanced: strip the flag, execute settings-advanced workflow
  • If it is --integrations: strip the flag, execute settings-integrations workflow
  • If it starts with --profile: extract the profile name (remainder after --profile), then:
    1. Verify ferrox-tools is on PATH via command -v ferrox-tools; if absent, emit the install hint Install Ferrox via 'npm i -g ferrox-core' and stop.
    2. Run: ferrox-tools query config-set-model-profile <profile-name> --raw and display the output verbatim.
  • Otherwise: execute settings workflow (no argument needed)

Signals

GitHub stars
23
Forks
9
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
ferrox-config
Source
github.com/ferroxlabs/ferrox-factory