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

CommandPluginDescription
/brainstormsuperpowersCollaborative design session from idea to spec
/write-plansuperpowersCreate a bite-sized implementation plan
/execute-plansuperpowersExecute a plan with subagents and checkpoints

Git and PRs

CommandPluginDescription
/commit-msgsanctumGenerate a conventional commit message
/prepare-prsanctumFull PR preparation (title, description, checks)
/pr-reviewsanctumReview an open pull request
/do-issuesanctumWork on a GitHub issue end-to-end
/fix-prsanctumFix issues flagged in PR review
/fix-workflowsanctumFix a failing CI workflow
/git-catchupsanctumSummarize recent git activity
/resolve-threadssanctumResolve PR review threads
/create-tagsanctumCreate a git tag with version
/merge-docssanctumMerge documentation changes
/skill-logssanctumView skill execution logs
/update-cisanctumUpdate CI configuration

Documentation and Maintenance

CommandPluginDescription
/update-docssanctumUpdate project documentation
/update-readmesanctumUpdate README.md
/update-testssanctumUpdate test suite
/update-tutorialsanctumUpdate tutorial content
/update-dependenciessanctumUpdate project dependencies
/update-pluginssanctumUpdate installed plugins
/update-versionsanctumBump version numbers

Code Review

CommandPluginDescription
/full-reviewpensiveComprehensive multi-dimensional code review
/architecture-reviewpensiveSystem design and ADR compliance review
/api-reviewpensiveAPI design and contract review
/bug-reviewpensiveBug-focused code analysis
/test-reviewpensiveTest quality and coverage review
/rust-reviewpensiveRust-specific code review
/math-reviewpensiveMathematical correctness review
/makefile-reviewpensiveMakefile analysis and review
/shell-reviewpensiveShell script review
/skill-reviewpensiveClaude Code skill quality review
/skill-historypensiveView skill evolution history
/refine-codepensiveIterative code refinement

Workflow Methodologies

CommandPluginDescription
/structured-reviewimbueEvidence-based structured review
/catchupimbueCatch up on project context
/feature-reviewimbueFeature prioritization (RICE/WSJF)

Spec-Driven Development

CommandPluginDescription
/speckit-startupspec-kitInitialize spec-driven workflow
/speckit-specifyspec-kitWrite a specification
/speckit-clarifyspec-kitClarify specification requirements
/speckit-planspec-kitCreate implementation plan from spec
/speckit-tasksspec-kitGenerate tasks from plan
/speckit-implementspec-kitExecute implementation tasks
/speckit-analyzespec-kitAnalyze spec coverage
/speckit-checklistspec-kitGenerate spec checklist
/speckit-constitutionspec-kitDefine project constitution

Meta / Plugin Management

CommandPluginDescription
/create-skillabstractAuthor a new Claude Code skill
/create-commandabstractCreate a new slash command
/create-hookabstractDevelop a new hook
/test-skillabstractTest a skill in isolation
/bulletproof-skillabstractHarden a skill against edge cases
/evaluate-skillabstractEvaluate skill quality
/skills-evalabstractEvaluate all skills in a plugin
/hooks-evalabstractEvaluate all hooks in a plugin
/analyze-skillabstractDeep analysis of a skill
/analyze-hookabstractDeep analysis of a hook
/validate-pluginabstractValidate plugin structure
/validate-hookabstractValidate hook configuration
/plugin-reviewabstractFull plugin quality review
/improve-skillsabstractSuggest skill improvements
/make-dogfoodabstractGenerate dogfooding scenarios
/aggregate-logsabstractAggregate skill execution logs
/context-reportabstractReport on context usage
/estimate-tokensabstractEstimate token consumption

Resource Optimization

CommandPluginDescription
/bloat-scanconserveScan for codebase bloat
/unbloatconserveRemove detected bloat
/optimize-contextconserveOptimize context window usage
/cleanupconserveClean up temporary files and artifacts
/ai-hygiene-auditconserveAudit AI interaction patterns
/analyze-growthconserveAnalyze codebase growth trends

Infrastructure

CommandPluginDescription
/reinstall-all-pluginsleylineReinstall all Claude Code plugins
/update-all-pluginsleylineUpdate all plugins to latest versions

Iterative Development

CommandPluginDescription
/ralph-loopralph-wiggumStart an iterative refinement loop
/cancel-ralphralph-wiggumCancel an active ralph loop
/helpralph-wiggumShow ralph-wiggum usage help

Agents

AgentPluginPurpose
code-reviewersuperpowersReview code after completing a plan step
git-workspace-agentsanctumAnalyze git workspace state
commit-agentsanctumPrepare and execute commits
pr-agentsanctumManage pull request lifecycle
workflow-recreate-agentsanctumRecreate CI workflows
workflow-improvement-analysis-agentsanctumAnalyze workflow improvements
workflow-improvement-planner-agentsanctumPlan workflow improvements
workflow-improvement-implementer-agentsanctumImplement workflow improvements
workflow-improvement-validator-agentsanctumValidate workflow changes
dependency-updatersanctumUpdate project dependencies
code-reviewerpensiveMulti-file code review with findings
architecture-reviewerpensiveSystem design and ADR review
rust-auditorpensiveRust-specific security and performance audit
code-refinerpensiveIterative code refinement
review-analystimbueEvidence-based review analysis
meta-architectabstractPlugin architecture design
plugin-validatorabstractValidate plugin quality
skill-auditorabstractAudit skill implementations
skill-evaluatorabstractEvaluate skill effectiveness
skill-improverabstractSuggest and apply skill improvements
ai-hygiene-auditorconserveAudit AI interaction efficiency
bloat-auditorconserveAudit codebase for bloat
context-optimizerconserveOptimize context window usage
continuation-agentconserveHandle context continuation
unbloat-remediatorconserveRemove bloat from codebase
spec-analyzerspec-kitAnalyze specification coverage
task-generatorspec-kitGenerate tasks from specifications
implementation-executorspec-kitExecute implementation tasks

MCP Servers

ServerPurposeAuto-bundled?Requires
ontopix-docsOntopix engineering patterns from docs.ontopix.devYes (via plugin)Network access
serenaSemantic code analysis via LSPNoPython/uvx
chrome-devtoolsBrowser automation and debuggingNoNode.js/npx
playwrightBrowser testing with PlaywrightNoNode.js/npx
magicUI component builder (21st.dev)NoNode.js/npx
morphllm-fast-applyFast code applyNoNode.js/npx
sequential-thinkingChain-of-thought reasoningNoNode.js/npx
context7Library documentation contextNoNode.js/npx
aws-mcpAWS services (CLI, docs, SOPs)NoPython/uvx

Skills (Auto-Activated)

Skills activate automatically based on context. Unlike commands, you do not invoke them directly.

superpowers (14 skills)

SkillWhen It Activates
brainstormingDuring ideation and design discussions
dispatching-parallel-agentsWhen parallel work is beneficial
executing-plansDuring plan execution
finishing-a-development-branchWhen wrapping up a feature branch
receiving-code-reviewWhen processing review feedback
requesting-code-reviewWhen preparing code for review
subagent-driven-developmentDuring complex multi-step implementations
systematic-debuggingWhen debugging failures
test-driven-developmentDuring TDD workflows
using-git-worktreesWhen working with git worktrees
using-superpowersGeneral superpowers guidance
verification-before-completionBefore marking tasks complete
writing-plansDuring plan creation
writing-skillsWhen authoring new skills

sanctum (14 skills)

SkillWhen It Activates
commit-messagesWhen crafting commit messages
do-issueWhen working on issues
doc-consolidationWhen consolidating documentation
doc-updatesWhen updating documentation
file-analysisWhen analyzing file changes
git-workspace-reviewWhen reviewing git workspace state
pr-prepWhen preparing pull requests
pr-reviewWhen reviewing pull requests
session-managementDuring session lifecycle
test-updatesWhen updating tests
tutorial-updatesWhen updating tutorials
update-readmeWhen updating README files
version-updatesWhen updating versions
workflow-improvementWhen improving workflows

pensive (12 skills)

SkillWhen It Activates
api-reviewDuring API review
architecture-reviewDuring architecture review
bug-reviewDuring bug analysis
code-refinementDuring code refinement
fpf-reviewDuring functional perspective review
makefile-reviewDuring Makefile review
math-reviewDuring mathematical review
rust-reviewDuring Rust code review
safety-critical-patternsWhen safety-critical patterns apply
shell-reviewDuring shell script review
test-reviewDuring test review
unified-reviewDuring comprehensive review

imbue (10 skills)

SkillWhen It Activates
catchupWhen catching up on context
diff-analysisWhen analyzing diffs
evidence-loggingWhen logging evidence
feature-reviewDuring feature prioritization
proof-of-workWhen demonstrating work evidence
review-coreDuring core review methodology
rigorous-reasoningWhen rigorous analysis is needed
scope-guardWhen preventing scope creep
structured-outputWhen producing structured outputs
workflow-monitorWhen monitoring workflow execution

abstract (11 skills)

SkillWhen It Activates
escalation-governanceWhen escalation decisions arise
hook-authoringWhen creating hooks
hooks-evalDuring hook evaluation
makefile-dogfooderWhen dogfooding Makefiles
methodology-curatorWhen curating methodologies
modular-skillsWhen designing modular skills
performance-optimizationDuring performance optimization
shared-patternsWhen applying shared patterns
skill-authoringWhen creating skills
skills-evalDuring skill evaluation
subagent-testingWhen testing subagents

conserve (11 skills)

SkillWhen It Activates
bloat-detectorWhen detecting code bloat
clear-contextWhen context needs clearing
code-quality-principlesWhen applying quality principles
context-optimizationWhen optimizing context
cpu-gpu-performanceDuring CPU/GPU performance analysis
decisive-actionWhen decisive action is needed
mcp-code-executionDuring MCP code execution
optimizing-large-skillsWhen optimizing large skills
response-compressionWhen compressing responses
smart-sourcingWhen sourcing information efficiently
token-conservationWhen conserving tokens

leyline (14 skills)

SkillWhen It Activates
quota-managementWhen managing quotas
usage-loggingWhen logging usage
service-registryWhen using service registry
error-patternsWhen applying error patterns
authentication-patternsWhen implementing auth
git-platformWhen detecting git platform
mecw-patternsWhen applying MECW patterns
evaluation-frameworkDuring evaluation
storage-templatesWhen using storage templates
progressive-loadingWhen loading progressively
testing-quality-standardsWhen applying test standards
pytest-configWhen configuring pytest
damage-controlDuring damage control
risk-classificationWhen classifying risks

spec-kit (3 skills)

SkillWhen It Activates
speckit-orchestratorWhen orchestrating spec workflows
spec-writingWhen writing specifications
task-planningWhen planning tasks

ontopix (3 skills)

SkillWhen It Activates
setup-repoWhen setting up an Ontopix repository
check-complianceWhen checking Ontopix pattern compliance
search-docsWhen researching Ontopix documentation via MCP