Skill4k repo starsupdated 3d ago
sys-configure
Configure Claude Octopus — redirects to /octo:setup interactive wizard
Install in Claude Code
Copygit clone --depth 1 https://github.com/nyldn/claude-octopus /tmp/sys-configure && cp -r /tmp/sys-configure/.claude/skills/sys-configure ~/.claude/skills/sys-configureThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# Configuration → Setup Redirect
This skill is an alias for `/octo:setup`. When triggered, invoke the setup command directly.
**Action:** Run `/octo:setup` — the interactive setup wizard handles all configuration:
- Provider installation and auth
- RTK token optimization
- Work mode selection
- First-run onboarding
Do NOT duplicate setup logic here. Read
`${HOME}/.claude-octopus/plugin/commands/setup.md` and follow it only because
the user explicitly invoked this configuration skill.More from this repository
backend-architectSubagent
Backend architect. Delegate only when the user explicitly starts an Octopus workflow.
cloud-architectSubagent
Cloud architect. Delegate only when the user explicitly starts an Octopus workflow.
code-reviewerSubagent
Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.
database-architectSubagent
Database architect. Delegate only when the user explicitly starts an Octopus workflow.
debuggerSubagent
Debugger. Delegate only when the user explicitly starts an Octopus workflow.
docs-architectSubagent
Documentation architect. Delegate only when the user explicitly starts an Octopus workflow.
frontend-developerSubagent
Frontend developer. Delegate only when the user explicitly starts an Octopus workflow.
performance-engineerSubagent
Performance engineer. Delegate only when the user explicitly starts an Octopus workflow.