orbitant-graceful-degradation
Checks MCP servers and config files before any chief-of-staff command. Ensures no command hard-fails — always proceeds with available sources. Auto-activates on every command.
Installation
# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-chief-of-staff Usage
After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:
/orbitant-chief-of-staff:graceful-degradation Using with Other Agents
Install this skill on other AI agents using skills.sh:
# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-graceful-degradation --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-graceful-degradation --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-graceful-degradation --agent claude-code -y