From contextstellar
Set up ContextStellar cloud mode for RLM learning and dashboards. Use when the user wants to configure an API key, connect their project, or upgrade from local-only scoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contextstellar:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The plugin works out of the box in **local mode** — scoring runs locally with zero config.
The plugin works out of the box in local mode — scoring runs locally with zero config.
This command upgrades to cloud mode for RLM adaptive weight learning, team dashboards, and cross-session analytics.
Check current mode:
CONTEXTSTELLAR_API_KEY is set → already in cloud mode, test connectivityExplain the two modes:
/contextstellar:stats, /contextstellar:optimize, and the web dashboard.If the user wants cloud mode, guide them:
cs_live_)Set environment variables. Tell the user to add these to their shell profile or .env:
export CONTEXTSTELLAR_API_KEY="cs_live_your_key_here"
export CONTEXTSTELLAR_PROJECT_ID="your_project_id_here"
# Optional: custom instance URL (defaults to https://contextstellar.com)
# export CONTEXTSTELLAR_BASE_URL="https://your-instance.contextstellar.com"
curl -s "${CONTEXTSTELLAR_BASE_URL:-https://contextstellar.com}/api/v1/hooks/shell-stats" \
-H "Authorization: ${CONTEXTSTELLAR_API_KEY}"
If you get a JSON response with score, grade, etc., cloud mode is active.
/contextstellar:stats — scoring dashboard in terminal/contextstellar:optimize — pattern-based recommendationsnpx claudepluginhub sunnypatneedi/claude-code-contextstellarRedirects to the interactive /octo:setup wizard for configuring Claude Octopus (provider auth, RTK tokens, work mode, onboarding).
Sets up and configures oh-my-claudecode, the plugin system for Claude Code. Handles setup detection, resumable wizard, and config updates.
8-phase onboarding wizard that scans codebase, detects tech stack, recommends skills and MCP servers, and generates an improvement plan with readiness score. Use when setting up OrchestKit for a new project or rescanning after major changes.