Octo Dev banner
nyldn nyldn

Octo Dev

Development community

Description

--- description: "\"Switch to Dev Work mode - optimized for software development\"" --- # Dev Work Mode Switch to **Dev Work Mode**, optimized for software development. ## Implementation Instructions When this command is executed: 1. **Check current mode:** - Config file: `.claude/claude-octopus.local.md` - If file doesn't exist, user is already in Dev Work Mode (default) - Use bash `test -f` to check existence before reading 2. **Switch to Dev Work mode:** - Create/update `.cl

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-octo-dev/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-octo-dev && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/commands/octo-dev.md -o ~/.claude/skills/nyldn-claude-octopus-octo-dev/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository