Initialize Claude Ultra plugin and verify configuration
Initializes Claude Ultra plugin and verifies all components are working correctly.
/plugin marketplace add nategarelik/claude-ultra-plugin/plugin install claude-ultra@claude-ultra-marketplaceRun the following setup steps:
Verify Python is available for hooks:
python --version
Check plugin structure is correctly installed:
Test a hook to ensure it works:
echo '{"tool_input": {"command": "echo test"}}' | python "${CLAUDE_PLUGIN_ROOT}/scripts/safety-gate.py"
Display available commands:
/claude-ultra:mode - Switch autonomy modes/claude-ultra:verify - Force web verification/claude-ultra:plan - Enter planning mode/claude-ultra:fix - Systematic bug fix workflow/claude-ultra:parallel - Multi-agent parallel execution/claude-ultra:review - Code review workflow/claude-ultra:status - Show session status/claude-ultra:compact - Compress context/claude-ultra:rollback - Git rollback helperDisplay available agents:
Report success and show a summary of what's available.