2025-06-24 21:24:14 +02:00
|
|
|
# Reference Index - Quick Lookup Guide
|
|
|
|
|
|
|
|
|
|
## Legend
|
2025-06-25 16:51:53 +02:00
|
|
|
@include universal-constants.yml#Universal_Legend
|
2025-06-24 21:24:14 +02:00
|
|
|
|
|
|
|
|
## Command Files (19)
|
|
|
|
|
```yaml
|
|
|
|
|
analyze.md: Analyze code/data/performance/architecture
|
|
|
|
|
build.md: Create components/features/systems
|
|
|
|
|
cleanup.md: Remove code/files/resources safely
|
|
|
|
|
deploy.md: Deploy apps/services/infrastructure
|
|
|
|
|
design.md: Design systems/APIs/architectures
|
|
|
|
|
dev-setup.md: Configure dev environments
|
|
|
|
|
document.md: Create/update documentation
|
|
|
|
|
estimate.md: Estimate effort/time/resources
|
|
|
|
|
explain.md: Explain code/concepts/patterns
|
|
|
|
|
git.md: Git operations & workflows
|
|
|
|
|
improve.md: Optimize/refactor/enhance code
|
|
|
|
|
index.md: SuperClaude command reference
|
|
|
|
|
load.md: Bulk file/context operations
|
|
|
|
|
migrate.md: Migrate code/data/systems
|
|
|
|
|
scan.md: Security/quality/compliance scanning
|
|
|
|
|
spawn.md: Create projects/components/agents
|
|
|
|
|
test.md: Testing operations & strategies
|
|
|
|
|
troubleshoot.md: Debug/diagnose/fix issues
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Optimized Shared Resources (12 core)
|
|
|
|
|
```yaml
|
|
|
|
|
Root Level:
|
|
|
|
|
architecture-patterns.yml: DDD/microservices/event patterns
|
2025-06-25 16:51:53 +02:00
|
|
|
command-architecture-patterns.yml: Command design patterns
|
2025-06-24 21:24:14 +02:00
|
|
|
feature-template.md: Standard feature template
|
|
|
|
|
security-patterns.yml: Security patterns & controls
|
2025-06-25 16:51:53 +02:00
|
|
|
task-management-patterns.yml: Task & todo management
|
2025-06-24 21:24:14 +02:00
|
|
|
universal-constants.yml: Universal constants & values
|
|
|
|
|
|
|
|
|
|
Consolidated Patterns:
|
2025-06-25 16:51:53 +02:00
|
|
|
compression-performance-patterns.yml: Token optimization & performance
|
2025-06-24 21:24:14 +02:00
|
|
|
execution-patterns.yml: Unified workflow, MCP orchestration & lifecycle
|
|
|
|
|
docs-patterns.yml: Documentation system patterns
|
|
|
|
|
flag-inheritance.yml: Flag inheritance rules
|
|
|
|
|
quality-patterns.yml: Quality control & validation patterns
|
|
|
|
|
research-patterns.yml: Research flow patterns
|
|
|
|
|
reference-patterns.yml: Optimized reference system
|
2025-06-25 16:51:53 +02:00
|
|
|
recovery-state-patterns.yml: Recovery & state management
|
2025-06-24 21:24:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Quick Reference Mappings
|
|
|
|
|
```yaml
|
|
|
|
|
Constants: → universal-constants.yml
|
|
|
|
|
Error Handling: → quality-patterns.yml
|
|
|
|
|
Validation: → quality-patterns.yml
|
|
|
|
|
Git Workflows: → execution-patterns.yml
|
2025-06-25 16:51:53 +02:00
|
|
|
Compression: → compression-performance-patterns.yml
|
2025-06-24 21:24:14 +02:00
|
|
|
Documentation: → docs-patterns.yml
|
|
|
|
|
Research: → research-patterns.yml
|
|
|
|
|
Workflows: → execution-patterns.yml
|
|
|
|
|
MCP Orchestration: → execution-patterns.yml
|
|
|
|
|
References: → reference-patterns.yml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## File Organization
|
|
|
|
|
```yaml
|
|
|
|
|
Commands: .claude/commands/[command].md
|
|
|
|
|
Shared Resources: .claude/commands/shared/[pattern].yml
|
|
|
|
|
Templates: .claude/commands/shared/[template].md
|
|
|
|
|
Project Docs: docs/
|
|
|
|
|
Claude Working Docs: .claudedocs/
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
2025-06-25 16:51:53 +02:00
|
|
|
*SuperClaude v2 | Reference index for quick lookups*
|