sc_analyzeCode analysis - Multi-dimensional analysis of code qualityInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--deep",
"--security",
"--performance",
"--architecture"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_buildUniversal project builder - Create any type of project with intelligent defaultsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--init",
"--feature",
"--react",
"--api",
"--tdd",
"--magic"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_checkpointCreate or restore git checkpointInput schema{
"type": "object",
"properties": {
"action": {
"type": "string",
"enum": [
"create",
"restore",
"list"
],
"description": "Checkpoint action"
},
"name": {
"type": "string",
"description": "Checkpoint name"
}
},
"required": [
"action"
]
} | — | | — |
sc_cleanupCode cleanup - Remove technical debtInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--unused",
"--duplicates",
"--formatting",
"--optimize"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_deployDeployment automation - Handle deployment workflowsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--staging",
"--production",
"--rollback",
"--validate"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_designSystem design - Architecture and design patternsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--patterns",
"--architecture",
"--api",
"--database"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_dev-setupDevelopment environment setup - Configure complete dev environmentInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--minimal",
"--full",
"--ci",
"--monitoring"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_documentDocumentation generation - Create comprehensive docsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--api",
"--user",
"--technical",
"--readme"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_estimateProject estimation - Time and resource estimatesInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--detailed",
"--summary",
"--breakdown",
"--risks"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_explainCode explanation - Detailed documentation and understandingInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--simple",
"--detailed",
"--visual",
"--examples"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_gitGit operations - Advanced git workflowsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--checkpoint",
"--restore",
"--analyze",
"--optimize"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_improveCode improvement - Enhance existing codeInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--refactor",
"--optimize",
"--modernize",
"--clean"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_loadLoad configurations - Apply saved configurationsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--persona",
"--config",
"--template",
"--workflow"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_migrateMigration assistance - Database and code migrationsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--plan",
"--execute",
"--rollback",
"--validate"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_personaSwitch active SuperClaude personaInput schema{
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona name to activate"
}
},
"required": [
"name"
]
} | — | | — |
sc_scanSecurity scanning - Comprehensive security analysisInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--vulnerabilities",
"--dependencies",
"--secrets",
"--compliance"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_spawnCreate specialized agents - Spawn task-specific AI agentsInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--researcher",
"--reviewer",
"--tester",
"--documenter"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_testTesting framework - Create and run tests with coverageInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--unit",
"--integration",
"--e2e",
"--coverage",
"--watch"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |
sc_token_modeSet token optimization modeInput schema{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"normal",
"compressed",
"ultracompressed"
],
"description": "Token optimization level"
}
},
"required": [
"mode"
]
} | — | | — |
sc_troubleshootIntelligent debugging - Systematic issue resolutionInput schema{
"type": "object",
"properties": {
"args": {
"type": "string",
"description": "Command arguments and flags"
},
"persona": {
"type": "string",
"enum": [
"architect",
"frontend",
"backend",
"security",
"qa"
],
"description": "Persona to use for this command"
},
"evidence": {
"type": "object",
"description": "Evidence-based methodology data",
"properties": {
"rationale": {
"type": "string"
},
"alternatives": {
"type": "array",
"items": {
"type": "string"
}
},
"metrics": {
"type": "object"
}
}
},
"flags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"--verbose",
"--trace",
"--profile",
"--memory"
]
},
"description": "Command-specific flags"
}
},
"required": [
"args"
]
} | — | | — |