dev-setuplisted
Install: claude install-skill oprogramadorreal/optimus-claude
# Development Setup Documentation
Ensure the project has accurate, whole-project-scope "how to run in development mode" instructions in the README — covering prerequisites, installation, external services, environment config, and run commands. Detect existing instructions and audit them against actual project state. Create or update with user approval.
## Step 1: Detect Full Project Context (agent-assisted)
Delegate project scanning to a detection agent to keep the main context clean for content generation.
Read `$CLAUDE_PLUGIN_ROOT/skills/dev-setup/agents/shared-constraints.md` for agent constraints.
Read `$CLAUDE_PLUGIN_ROOT/skills/dev-setup/agents/dev-environment-detector.md` for the full prompt template, detection tasks, and return format for the Dev Environment Detector Agent.
Read these reference files and provide their content to the agent as context before the agent prompt:
- `$CLAUDE_PLUGIN_ROOT/skills/init/references/multi-repo-detection.md` — workspace detection
- `$CLAUDE_PLUGIN_ROOT/skills/init/references/project-detection.md` — monorepo/single-project detection
- `$CLAUDE_PLUGIN_ROOT/skills/init/references/tech-stack-detection.md` — manifest → tech stack + package manager
- `$CLAUDE_PLUGIN_ROOT/skills/dev-setup/references/dev-setup-sections.md` — signal-to-section mapping and external services detection
Launch 1 `general-purpose` Agent tool call using the prompt from dev-environment-detector.md, prepended with the shared constraints and reference file cont