Command Reference¶
17 Registered Commands | 19 Skill-Invoked Commands | Version: 3.5.2
Commands fall into two categories:
Registered commands are declared in
plugin.jsonand available as user-facing/slash-commands.Skill-invoked commands exist on disk but are not registered in manifests — they are triggered by skills, not directly by users.
Registered Commands¶
Agent Core Suite (agent-core) — 2 Commands¶
Command |
Description |
|---|---|
|
Comprehensive analysis with full reasoning framework execution |
|
Generate ready-to-use agent team configurations from pre-built templates |
Dev Suite (dev-suite) — 10 Commands¶
Command |
Description |
|---|---|
|
Unified documentation management — generate, update, and sync |
|
Multi-dimensional validation with automated testing and security scanning |
|
End-to-end feature development with customizable methodologies |
|
Diagnose and fix CI/CD failures by analyzing logs and rerunning workflows |
|
Merge all local branches into main and clean up |
|
Legacy code migration using Strangler Fig pattern |
|
Iteratively run and fix all tests until zero failures |
|
Intelligent debugging with multi-mode execution and automated RCA |
|
Generate comprehensive test suites with scientific computing support |
|
Automated CI/CD workflow generation for GitHub Actions and GitLab CI |
Research Suite (research-suite) — 3 Commands¶
Command |
Description |
|---|---|
|
Systematic literature review with PRISMA-compliant search and evidence synthesis |
|
Reproduce a research paper end-to-end: theory → code → validation |
|
Computational replication of published experiments with deviation analysis |
Science Suite (science-suite) — 2 Commands¶
Command |
Description |
|---|---|
|
Molecular dynamics simulation setup, running, and trajectory analysis |
|
Scientific code benchmarking across backends and hardware targets |
Skill-Invoked Commands¶
These commands exist on disk and are triggered by skills during workflows. They are not available as direct /slash-commands.
Agent Core — 4 Skill-Invoked¶
Command |
Description |
|---|---|
|
AI agent creation, optimization, and prompt engineering |
|
Build production-ready AI assistants with NLU and response generation |
|
Query library documentation using Context7 MCP |
|
AI reasoning analysis, session retrospectives, and research optimization |
Dev Suite — 13 Skill-Invoked¶
Command |
Description |
|---|---|
|
Analyze and modernize scientific computing codebases |
|
Scaffold production-ready C projects with Makefile/CMake |
|
Semantic code analysis using Serena MCP for symbol navigation |
|
Detailed code explanation with visual aids |
|
Dependency management — security auditing and safe upgrades |
|
Fix broken imports across the codebase |
|
GitHub operations using GitHub MCP for issues, PRs, repos |
|
Set up Prometheus, Grafana, and distributed tracing |
|
Build and deploy features across web, mobile, and desktop |
|
Onboarding orchestration with 30/60/90 day plans |
|
Performance profiling with perf, flamegraph, and valgrind |
|
Project and component scaffolding for TypeScript, Python, React, Julia |
|
Technical debt analysis with ROI-based roadmaps |
Science Suite — 2 Skill-Invoked¶
Command |
Description |
|---|---|
|
Analyze data files with statistical tests, visualization, and reporting |
|
Design and execute computational experiments with hypothesis tracking |
Research Suite — 0 Skill-Invoked¶
No on-disk command files. All research workflows are skill-driven (scientific-review, the 8-stage research-spark pipeline, research-practice hub, and the 3 registered slash commands above).
Execution Modes¶
Most commands support three execution modes via --mode=<mode>:
Mode |
Scope |
Description |
|---|---|---|
quick |
Fast |
Syntax checking, basic scaffolding |
standard |
Full |
Complete implementation with testing |
comprehensive |
Deep |
Advanced features, compliance, CI/CD |
Hub Skill Routing¶
Commands often invoke hub skills, which route to specialized sub-skills automatically. For example, /smart-debug may trigger the debugging-toolkit sub-skill through the dev-workflows hub. See the suite reference docs for full hub → sub-skill mappings.
Resources¶
Integration Map — Suite dependencies and MCP server roles
Glossary — Key terms (Hub Skill, Sub-Skill, Routing Decision Tree)
Generated from v3.5.2 validated marketplace data.