What problem does it solve?
Detects and configures project stacks and tooling so godmode can run autonomously without manual command discovery, reducing setup time and configuration errors.
Core Features & Use Cases
- Stack Detection: Scans manifests, lockfiles, framework configs, language versions, and Docker presence to identify language, framework, and package manager.
- Command Validation: Executes and validates test, lint, and build commands with retries, timeout handling, and fallbacks, and prints useful diagnostics on failures.
- Platform & Optimization Setup: Identifies execution platform (Claude Code, Gemini CLI, Codex, Cursor), configures optimization metrics and scope, and writes a guarded, committed .godmode/config.yaml.
- Use Case: Ideal for first-time repository setup or when a skill requires validated test/lint/build commands to run automated optimization or multi-agent workflows.
Quick Start
Run the setup skill to auto-detect your project's stack, validate test/lint/build commands, and commit a vetted .godmode/config.yaml.