Claude Setup
Available Tools
Quick reference for all commands, agents, and MCP servers in the Ontopix Claude Code setup.
New
Quick reference for all commands, agents, and MCP servers available after following the recommended setup.
Slash Commands
Development Workflow
| Command | Plugin | Description |
|---|---|---|
/brainstorm | superpowers | Collaborative design session from idea to spec |
/write-plan | superpowers | Create a bite-sized implementation plan |
/execute-plan | superpowers | Execute a plan with subagents and checkpoints |
Git and PRs
| Command | Plugin | Description |
|---|---|---|
/commit-msg | sanctum | Generate a conventional commit message |
/prepare-pr | sanctum | Full PR preparation (title, description, checks) |
/pr-review | sanctum | Review an open pull request |
/do-issue | sanctum | Work on a GitHub issue end-to-end |
/fix-pr | sanctum | Fix issues flagged in PR review |
/fix-workflow | sanctum | Fix a failing CI workflow |
/git-catchup | sanctum | Summarize recent git activity |
/resolve-threads | sanctum | Resolve PR review threads |
/create-tag | sanctum | Create a git tag with version |
/merge-docs | sanctum | Merge documentation changes |
/skill-logs | sanctum | View skill execution logs |
/update-ci | sanctum | Update CI configuration |
Documentation and Maintenance
| Command | Plugin | Description |
|---|---|---|
/update-docs | sanctum | Update project documentation |
/update-readme | sanctum | Update README.md |
/update-tests | sanctum | Update test suite |
/update-tutorial | sanctum | Update tutorial content |
/update-dependencies | sanctum | Update project dependencies |
/update-plugins | sanctum | Update installed plugins |
/update-version | sanctum | Bump version numbers |
Code Review
| Command | Plugin | Description |
|---|---|---|
/full-review | pensive | Comprehensive multi-dimensional code review |
/architecture-review | pensive | System design and ADR compliance review |
/api-review | pensive | API design and contract review |
/bug-review | pensive | Bug-focused code analysis |
/test-review | pensive | Test quality and coverage review |
/rust-review | pensive | Rust-specific code review |
/math-review | pensive | Mathematical correctness review |
/makefile-review | pensive | Makefile analysis and review |
/shell-review | pensive | Shell script review |
/skill-review | pensive | Claude Code skill quality review |
/skill-history | pensive | View skill evolution history |
/refine-code | pensive | Iterative code refinement |
Workflow Methodologies
| Command | Plugin | Description |
|---|---|---|
/structured-review | imbue | Evidence-based structured review |
/catchup | imbue | Catch up on project context |
/feature-review | imbue | Feature prioritization (RICE/WSJF) |
Spec-Driven Development
| Command | Plugin | Description |
|---|---|---|
/speckit-startup | spec-kit | Initialize spec-driven workflow |
/speckit-specify | spec-kit | Write a specification |
/speckit-clarify | spec-kit | Clarify specification requirements |
/speckit-plan | spec-kit | Create implementation plan from spec |
/speckit-tasks | spec-kit | Generate tasks from plan |
/speckit-implement | spec-kit | Execute implementation tasks |
/speckit-analyze | spec-kit | Analyze spec coverage |
/speckit-checklist | spec-kit | Generate spec checklist |
/speckit-constitution | spec-kit | Define project constitution |
Meta / Plugin Management
| Command | Plugin | Description |
|---|---|---|
/create-skill | abstract | Author a new Claude Code skill |
/create-command | abstract | Create a new slash command |
/create-hook | abstract | Develop a new hook |
/test-skill | abstract | Test a skill in isolation |
/bulletproof-skill | abstract | Harden a skill against edge cases |
/evaluate-skill | abstract | Evaluate skill quality |
/skills-eval | abstract | Evaluate all skills in a plugin |
/hooks-eval | abstract | Evaluate all hooks in a plugin |
/analyze-skill | abstract | Deep analysis of a skill |
/analyze-hook | abstract | Deep analysis of a hook |
/validate-plugin | abstract | Validate plugin structure |
/validate-hook | abstract | Validate hook configuration |
/plugin-review | abstract | Full plugin quality review |
/improve-skills | abstract | Suggest skill improvements |
/make-dogfood | abstract | Generate dogfooding scenarios |
/aggregate-logs | abstract | Aggregate skill execution logs |
/context-report | abstract | Report on context usage |
/estimate-tokens | abstract | Estimate token consumption |
Resource Optimization
| Command | Plugin | Description |
|---|---|---|
/bloat-scan | conserve | Scan for codebase bloat |
/unbloat | conserve | Remove detected bloat |
/optimize-context | conserve | Optimize context window usage |
/cleanup | conserve | Clean up temporary files and artifacts |
/ai-hygiene-audit | conserve | Audit AI interaction patterns |
/analyze-growth | conserve | Analyze codebase growth trends |
Infrastructure
| Command | Plugin | Description |
|---|---|---|
/reinstall-all-plugins | leyline | Reinstall all Claude Code plugins |
/update-all-plugins | leyline | Update all plugins to latest versions |
Iterative Development
| Command | Plugin | Description |
|---|---|---|
/ralph-loop | ralph-wiggum | Start an iterative refinement loop |
/cancel-ralph | ralph-wiggum | Cancel an active ralph loop |
/help | ralph-wiggum | Show ralph-wiggum usage help |
Agents
| Agent | Plugin | Purpose |
|---|---|---|
| code-reviewer | superpowers | Review code after completing a plan step |
| git-workspace-agent | sanctum | Analyze git workspace state |
| commit-agent | sanctum | Prepare and execute commits |
| pr-agent | sanctum | Manage pull request lifecycle |
| workflow-recreate-agent | sanctum | Recreate CI workflows |
| workflow-improvement-analysis-agent | sanctum | Analyze workflow improvements |
| workflow-improvement-planner-agent | sanctum | Plan workflow improvements |
| workflow-improvement-implementer-agent | sanctum | Implement workflow improvements |
| workflow-improvement-validator-agent | sanctum | Validate workflow changes |
| dependency-updater | sanctum | Update project dependencies |
| code-reviewer | pensive | Multi-file code review with findings |
| architecture-reviewer | pensive | System design and ADR review |
| rust-auditor | pensive | Rust-specific security and performance audit |
| code-refiner | pensive | Iterative code refinement |
| review-analyst | imbue | Evidence-based review analysis |
| meta-architect | abstract | Plugin architecture design |
| plugin-validator | abstract | Validate plugin quality |
| skill-auditor | abstract | Audit skill implementations |
| skill-evaluator | abstract | Evaluate skill effectiveness |
| skill-improver | abstract | Suggest and apply skill improvements |
| ai-hygiene-auditor | conserve | Audit AI interaction efficiency |
| bloat-auditor | conserve | Audit codebase for bloat |
| context-optimizer | conserve | Optimize context window usage |
| continuation-agent | conserve | Handle context continuation |
| unbloat-remediator | conserve | Remove bloat from codebase |
| spec-analyzer | spec-kit | Analyze specification coverage |
| task-generator | spec-kit | Generate tasks from specifications |
| implementation-executor | spec-kit | Execute implementation tasks |
MCP Servers
| Server | Purpose | Auto-bundled? | Requires |
|---|---|---|---|
| ontopix-docs | Ontopix engineering patterns from docs.ontopix.dev | Yes (via plugin) | Network access |
| serena | Semantic code analysis via LSP | No | Python/uvx |
| chrome-devtools | Browser automation and debugging | No | Node.js/npx |
| playwright | Browser testing with Playwright | No | Node.js/npx |
| magic | UI component builder (21st.dev) | No | Node.js/npx |
| morphllm-fast-apply | Fast code apply | No | Node.js/npx |
| sequential-thinking | Chain-of-thought reasoning | No | Node.js/npx |
| context7 | Library documentation context | No | Node.js/npx |
| aws-mcp | AWS services (CLI, docs, SOPs) | No | Python/uvx |
Skills (Auto-Activated)
Skills activate automatically based on context. Unlike commands, you do not invoke them directly.
superpowers (14 skills)
| Skill | When It Activates |
|---|---|
| brainstorming | During ideation and design discussions |
| dispatching-parallel-agents | When parallel work is beneficial |
| executing-plans | During plan execution |
| finishing-a-development-branch | When wrapping up a feature branch |
| receiving-code-review | When processing review feedback |
| requesting-code-review | When preparing code for review |
| subagent-driven-development | During complex multi-step implementations |
| systematic-debugging | When debugging failures |
| test-driven-development | During TDD workflows |
| using-git-worktrees | When working with git worktrees |
| using-superpowers | General superpowers guidance |
| verification-before-completion | Before marking tasks complete |
| writing-plans | During plan creation |
| writing-skills | When authoring new skills |
sanctum (14 skills)
| Skill | When It Activates |
|---|---|
| commit-messages | When crafting commit messages |
| do-issue | When working on issues |
| doc-consolidation | When consolidating documentation |
| doc-updates | When updating documentation |
| file-analysis | When analyzing file changes |
| git-workspace-review | When reviewing git workspace state |
| pr-prep | When preparing pull requests |
| pr-review | When reviewing pull requests |
| session-management | During session lifecycle |
| test-updates | When updating tests |
| tutorial-updates | When updating tutorials |
| update-readme | When updating README files |
| version-updates | When updating versions |
| workflow-improvement | When improving workflows |
pensive (12 skills)
| Skill | When It Activates |
|---|---|
| api-review | During API review |
| architecture-review | During architecture review |
| bug-review | During bug analysis |
| code-refinement | During code refinement |
| fpf-review | During functional perspective review |
| makefile-review | During Makefile review |
| math-review | During mathematical review |
| rust-review | During Rust code review |
| safety-critical-patterns | When safety-critical patterns apply |
| shell-review | During shell script review |
| test-review | During test review |
| unified-review | During comprehensive review |
imbue (10 skills)
| Skill | When It Activates |
|---|---|
| catchup | When catching up on context |
| diff-analysis | When analyzing diffs |
| evidence-logging | When logging evidence |
| feature-review | During feature prioritization |
| proof-of-work | When demonstrating work evidence |
| review-core | During core review methodology |
| rigorous-reasoning | When rigorous analysis is needed |
| scope-guard | When preventing scope creep |
| structured-output | When producing structured outputs |
| workflow-monitor | When monitoring workflow execution |
abstract (11 skills)
| Skill | When It Activates |
|---|---|
| escalation-governance | When escalation decisions arise |
| hook-authoring | When creating hooks |
| hooks-eval | During hook evaluation |
| makefile-dogfooder | When dogfooding Makefiles |
| methodology-curator | When curating methodologies |
| modular-skills | When designing modular skills |
| performance-optimization | During performance optimization |
| shared-patterns | When applying shared patterns |
| skill-authoring | When creating skills |
| skills-eval | During skill evaluation |
| subagent-testing | When testing subagents |
conserve (11 skills)
| Skill | When It Activates |
|---|---|
| bloat-detector | When detecting code bloat |
| clear-context | When context needs clearing |
| code-quality-principles | When applying quality principles |
| context-optimization | When optimizing context |
| cpu-gpu-performance | During CPU/GPU performance analysis |
| decisive-action | When decisive action is needed |
| mcp-code-execution | During MCP code execution |
| optimizing-large-skills | When optimizing large skills |
| response-compression | When compressing responses |
| smart-sourcing | When sourcing information efficiently |
| token-conservation | When conserving tokens |
leyline (14 skills)
| Skill | When It Activates |
|---|---|
| quota-management | When managing quotas |
| usage-logging | When logging usage |
| service-registry | When using service registry |
| error-patterns | When applying error patterns |
| authentication-patterns | When implementing auth |
| git-platform | When detecting git platform |
| mecw-patterns | When applying MECW patterns |
| evaluation-framework | During evaluation |
| storage-templates | When using storage templates |
| progressive-loading | When loading progressively |
| testing-quality-standards | When applying test standards |
| pytest-config | When configuring pytest |
| damage-control | During damage control |
| risk-classification | When classifying risks |
spec-kit (3 skills)
| Skill | When It Activates |
|---|---|
| speckit-orchestrator | When orchestrating spec workflows |
| spec-writing | When writing specifications |
| task-planning | When planning tasks |
ontopix (3 skills)
| Skill | When It Activates |
|---|---|
| setup-repo | When setting up an Ontopix repository |
| check-compliance | When checking Ontopix pattern compliance |
| search-docs | When researching Ontopix documentation via MCP |