claude.symlink/skills/sc/SKILL.md
Unified SuperClaude workflow skill with subcommands for analysis, building, documentation, git, implementation, and more. Use for any structured development workflow.
npx skillsauth add htlin222/dotfiles scInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive workflow system with 17 subcommands for structured development tasks.
/sc [command] [target] [options]
| Command | Purpose | Key Options |
| -------------- | -------------------------------------------- | ------------------------------------------------------------------------------- |
| analyze | Code quality, security, performance analysis | --focus quality\|security\|performance\|architecture, --depth quick\|deep |
| build | Build, compile, package projects | --type dev\|prod\|test, --clean, --optimize |
| cleanup | Remove dead code, optimize structure | --type code\|imports\|files\|all, --safe\|--aggressive, --dry-run |
| design | System architecture, API design | --type system\|api\|component, --document |
| document | Create documentation for components | --type inline\|external\|api\|guide, --style brief\|detailed |
| estimate | Time/effort/complexity estimates | --format brief\|detailed, --include-risks |
| explain | Explain code, concepts, behavior | --depth overview\|detailed\|deep, --audience beginner\|intermediate\|expert |
| git | Git operations with smart commits | --smart-commit, --branch-strategy |
| implement | Feature and code implementation | --type component\|api\|service\|feature, --with-tests, --safe |
| improve | Quality, performance improvements | --focus quality\|performance\|security, --scope file\|module\|project |
| index | Project documentation and knowledge base | --type readme\|api\|structure, --format markdown\|json |
| load | Load and analyze project context | --scope files\|dependencies\|config\|all |
| spawn | Break tasks into coordinated subtasks | --sequential\|--parallel, --validate |
| task | Workflow management with persistence | --strategy systematic\|agile\|enterprise, --persist, --hierarchy |
| test | Execute tests, generate reports | --type unit\|integration\|e2e\|all, --coverage, --watch |
| troubleshoot | Diagnose and resolve issues | --type bug\|build\|performance\|deployment, --trace, --fix |
| workflow | Generate implementation workflows | --strategy systematic\|agile\|mvp, --output roadmap\|tasks\|detailed |
Analyze code quality, security, performance, and architecture.
/sc analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep]
Build, compile, and package projects.
/sc build [target] [--type dev|prod|test] [--clean] [--optimize]
Clean up code, remove dead code, optimize structure.
/sc cleanup [target] [--type code|imports|files|all] [--safe|--aggressive] [--dry-run]
Design system architecture, APIs, and component interfaces.
/sc design [target] [--type system|api|component] [--document]
Create focused documentation for components or features.
/sc document [target] [--type inline|external|api|guide] [--style brief|detailed]
Provide development estimates for tasks.
/sc estimate [task] [--format brief|detailed] [--include-risks]
Provide clear explanations of code, concepts, or behavior.
/sc explain [target] [--depth overview|detailed|deep] [--audience beginner|intermediate|expert]
Git operations with intelligent commit messages.
/sc git [operation] [--smart-commit] [--branch-strategy]
Feature and code implementation.
/sc implement [feature] [--type component|api|service|feature] [--with-tests] [--safe]
Apply systematic improvements to code.
/sc improve [target] [--focus quality|performance|security] [--scope file|module|project]
Generate project documentation and knowledge base.
/sc index [target] [--type readme|api|structure] [--format markdown|json]
Load and analyze project context.
/sc load [target] [--scope files|dependencies|config|all]
Break complex tasks into coordinated subtasks.
/sc spawn [task] [--sequential|--parallel] [--validate]
Execute tasks with workflow management and persistence.
/sc task [action] [target] [--strategy systematic|agile|enterprise] [--persist] [--hierarchy]
create - Create task hierarchyexecute - Execute with orchestrationstatus - View task statusanalytics - Performance dashboarddelegate - Multi-agent delegationExecute tests and generate reports.
/sc test [target] [--type unit|integration|e2e|all] [--coverage] [--watch]
Diagnose and resolve issues.
/sc troubleshoot [issue] [--type bug|build|performance|deployment] [--trace] [--fix]
Generate structured implementation workflows from PRDs.
/sc workflow [prd|description] [--strategy systematic|agile|mvp] [--output roadmap|tasks|detailed]
| Option | Effect |
| -------------- | ------------------------------------------- |
| --think | Enable extended analysis (4K tokens) |
| --think-hard | Deep analysis mode (10K tokens) |
| --c7 | Enable Context7 for framework patterns |
| --seq | Enable Sequential thinking |
| --safe | Conservative approach with extra validation |
| --verbose | Detailed output |
/sc analyze src/ --focus security --depth deep
/sc build --type prod --clean --optimize
/sc cleanup --type imports --dry-run
/sc implement user-auth --type feature --with-tests
/sc workflow docs/prd.md --strategy agile --output tasks
/sc troubleshoot "build failing" --type build --trace
testing
Converts narrative medical text into Pocket Medicine bullet-style notes with proper abbreviations, then modularizes sections exceeding 20 lines into linked standalone files.
devops
Use when deploying Docker services on the local VM (hostname: vm, Pop!_OS) with Traefik reverse proxy and Homepage dashboard. Covers crane image workflow, Traefik file-provider registration, Homepage services.yaml entries, and compose templates on the traefik-proxy network.
development
Use when reviewing a data visualization or figure for clarity, checking if a graph communicates its message without additional context, or iterating on R/Python plot scripts until a naive reader can fully understand the figure.
development
Runs Vale prose linter on markdown/text files and auto-fixes issues. Use when the user asks to lint, proofread, or improve writing quality of markdown or text files.