mindforge-cc 11.2.1 → 11.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/.mindforge/config.json +2 -2
  2. package/.mindforge/imported-agents.jsonl +154 -0
  3. package/CHANGELOG.md +43 -0
  4. package/MINDFORGE.md +3 -3
  5. package/README.md +1 -1
  6. package/bin/installer-core.js +95 -1
  7. package/bin/spawn-agent.js +80 -1
  8. package/bin/wizard/theme.js +4 -3
  9. package/package.json +3 -1
  10. package/subagents/.claude-plugin/marketplace.json +93 -0
  11. package/subagents/categories/01-core-development/.claude-plugin/plugin.json +24 -0
  12. package/subagents/categories/01-core-development/README.md +146 -0
  13. package/subagents/categories/01-core-development/api-designer-cc.md +237 -0
  14. package/subagents/categories/01-core-development/backend-developer.md +222 -0
  15. package/subagents/categories/01-core-development/design-bridge.md +129 -0
  16. package/subagents/categories/01-core-development/electron-pro.md +240 -0
  17. package/subagents/categories/01-core-development/frontend-developer.md +133 -0
  18. package/subagents/categories/01-core-development/fullstack-developer.md +235 -0
  19. package/subagents/categories/01-core-development/graphql-architect.md +238 -0
  20. package/subagents/categories/01-core-development/microservices-architect.md +239 -0
  21. package/subagents/categories/01-core-development/mobile-developer.md +283 -0
  22. package/subagents/categories/01-core-development/ui-designer.md +174 -0
  23. package/subagents/categories/01-core-development/websocket-engineer.md +150 -0
  24. package/subagents/categories/02-language-specialists/.claude-plugin/plugin.json +43 -0
  25. package/subagents/categories/02-language-specialists/README.md +245 -0
  26. package/subagents/categories/02-language-specialists/angular-architect.md +287 -0
  27. package/subagents/categories/02-language-specialists/cpp-pro.md +277 -0
  28. package/subagents/categories/02-language-specialists/csharp-developer.md +287 -0
  29. package/subagents/categories/02-language-specialists/django-developer.md +287 -0
  30. package/subagents/categories/02-language-specialists/dotnet-core-expert.md +287 -0
  31. package/subagents/categories/02-language-specialists/dotnet-framework-48-expert.md +306 -0
  32. package/subagents/categories/02-language-specialists/elixir-expert.md +311 -0
  33. package/subagents/categories/02-language-specialists/expo-react-native-expert.md +268 -0
  34. package/subagents/categories/02-language-specialists/fastapi-developer.md +287 -0
  35. package/subagents/categories/02-language-specialists/flutter-expert.md +287 -0
  36. package/subagents/categories/02-language-specialists/golang-pro.md +277 -0
  37. package/subagents/categories/02-language-specialists/java-architect.md +287 -0
  38. package/subagents/categories/02-language-specialists/javascript-pro.md +277 -0
  39. package/subagents/categories/02-language-specialists/kotlin-specialist.md +287 -0
  40. package/subagents/categories/02-language-specialists/laravel-specialist.md +287 -0
  41. package/subagents/categories/02-language-specialists/nextjs-developer.md +287 -0
  42. package/subagents/categories/02-language-specialists/node-specialist.md +124 -0
  43. package/subagents/categories/02-language-specialists/php-pro.md +287 -0
  44. package/subagents/categories/02-language-specialists/powershell-51-expert.md +59 -0
  45. package/subagents/categories/02-language-specialists/powershell-7-expert.md +57 -0
  46. package/subagents/categories/02-language-specialists/python-pro.md +277 -0
  47. package/subagents/categories/02-language-specialists/rails-expert.md +358 -0
  48. package/subagents/categories/02-language-specialists/react-specialist-cc.md +287 -0
  49. package/subagents/categories/02-language-specialists/rust-engineer.md +287 -0
  50. package/subagents/categories/02-language-specialists/spring-boot-engineer.md +287 -0
  51. package/subagents/categories/02-language-specialists/sql-pro.md +287 -0
  52. package/subagents/categories/02-language-specialists/swift-expert.md +287 -0
  53. package/subagents/categories/02-language-specialists/symfony-specialist.md +354 -0
  54. package/subagents/categories/02-language-specialists/typescript-pro.md +277 -0
  55. package/subagents/categories/02-language-specialists/vue-expert.md +287 -0
  56. package/subagents/categories/03-infrastructure/.claude-plugin/plugin.json +29 -0
  57. package/subagents/categories/03-infrastructure/README.md +170 -0
  58. package/subagents/categories/03-infrastructure/azure-infra-engineer.md +53 -0
  59. package/subagents/categories/03-infrastructure/cloud-architect-cc.md +277 -0
  60. package/subagents/categories/03-infrastructure/database-administrator.md +287 -0
  61. package/subagents/categories/03-infrastructure/deployment-engineer.md +287 -0
  62. package/subagents/categories/03-infrastructure/devops-engineer-cc.md +287 -0
  63. package/subagents/categories/03-infrastructure/devops-incident-responder.md +287 -0
  64. package/subagents/categories/03-infrastructure/docker-expert.md +278 -0
  65. package/subagents/categories/03-infrastructure/incident-responder.md +287 -0
  66. package/subagents/categories/03-infrastructure/kubernetes-specialist.md +287 -0
  67. package/subagents/categories/03-infrastructure/network-engineer.md +287 -0
  68. package/subagents/categories/03-infrastructure/platform-engineer-cc.md +287 -0
  69. package/subagents/categories/03-infrastructure/security-engineer.md +277 -0
  70. package/subagents/categories/03-infrastructure/sre-engineer.md +287 -0
  71. package/subagents/categories/03-infrastructure/terraform-engineer.md +287 -0
  72. package/subagents/categories/03-infrastructure/terragrunt-expert.md +307 -0
  73. package/subagents/categories/03-infrastructure/windows-infra-admin.md +52 -0
  74. package/subagents/categories/04-quality-security/.claude-plugin/plugin.json +30 -0
  75. package/subagents/categories/04-quality-security/README.md +175 -0
  76. package/subagents/categories/04-quality-security/accessibility-tester-cc.md +277 -0
  77. package/subagents/categories/04-quality-security/ad-security-reviewer.md +56 -0
  78. package/subagents/categories/04-quality-security/ai-writing-auditor.md +77 -0
  79. package/subagents/categories/04-quality-security/architect-reviewer.md +287 -0
  80. package/subagents/categories/04-quality-security/chaos-engineer-cc.md +277 -0
  81. package/subagents/categories/04-quality-security/code-reviewer.md +287 -0
  82. package/subagents/categories/04-quality-security/compliance-auditor-cc.md +277 -0
  83. package/subagents/categories/04-quality-security/debugger-cc.md +287 -0
  84. package/subagents/categories/04-quality-security/error-detective.md +287 -0
  85. package/subagents/categories/04-quality-security/gdpr-ccpa-compliance.md +98 -0
  86. package/subagents/categories/04-quality-security/penetration-tester.md +287 -0
  87. package/subagents/categories/04-quality-security/performance-engineer.md +287 -0
  88. package/subagents/categories/04-quality-security/powershell-security-hardening.md +54 -0
  89. package/subagents/categories/04-quality-security/qa-expert.md +287 -0
  90. package/subagents/categories/04-quality-security/security-auditor.md +287 -0
  91. package/subagents/categories/04-quality-security/test-automator.md +287 -0
  92. package/subagents/categories/04-quality-security/ui-ux-tester.md +234 -0
  93. package/subagents/categories/05-data-ai/.claude-plugin/plugin.json +26 -0
  94. package/subagents/categories/05-data-ai/README.md +153 -0
  95. package/subagents/categories/05-data-ai/ai-engineer.md +287 -0
  96. package/subagents/categories/05-data-ai/data-analyst.md +277 -0
  97. package/subagents/categories/05-data-ai/data-engineer-cc.md +287 -0
  98. package/subagents/categories/05-data-ai/data-scientist.md +287 -0
  99. package/subagents/categories/05-data-ai/database-optimizer.md +287 -0
  100. package/subagents/categories/05-data-ai/llm-architect.md +287 -0
  101. package/subagents/categories/05-data-ai/machine-learning-engineer.md +277 -0
  102. package/subagents/categories/05-data-ai/ml-engineer-cc.md +287 -0
  103. package/subagents/categories/05-data-ai/mlops-engineer.md +287 -0
  104. package/subagents/categories/05-data-ai/nlp-engineer.md +287 -0
  105. package/subagents/categories/05-data-ai/postgres-pro.md +287 -0
  106. package/subagents/categories/05-data-ai/prompt-engineer-cc.md +287 -0
  107. package/subagents/categories/05-data-ai/reinforcement-learning-engineer.md +277 -0
  108. package/subagents/categories/06-developer-experience/.claude-plugin/plugin.json +28 -0
  109. package/subagents/categories/06-developer-experience/README.md +157 -0
  110. package/subagents/categories/06-developer-experience/build-engineer-cc.md +286 -0
  111. package/subagents/categories/06-developer-experience/cli-developer.md +286 -0
  112. package/subagents/categories/06-developer-experience/dependency-manager.md +286 -0
  113. package/subagents/categories/06-developer-experience/documentation-engineer.md +276 -0
  114. package/subagents/categories/06-developer-experience/dx-optimizer.md +286 -0
  115. package/subagents/categories/06-developer-experience/git-workflow-manager.md +286 -0
  116. package/subagents/categories/06-developer-experience/legacy-modernizer.md +286 -0
  117. package/subagents/categories/06-developer-experience/mcp-developer.md +275 -0
  118. package/subagents/categories/06-developer-experience/powershell-module-architect.md +58 -0
  119. package/subagents/categories/06-developer-experience/powershell-ui-architect.md +135 -0
  120. package/subagents/categories/06-developer-experience/readme-generator.md +238 -0
  121. package/subagents/categories/06-developer-experience/refactoring-specialist.md +286 -0
  122. package/subagents/categories/06-developer-experience/slack-expert.md +232 -0
  123. package/subagents/categories/06-developer-experience/tooling-engineer.md +286 -0
  124. package/subagents/categories/06-developer-experience/visual-asset-generator.md +34 -0
  125. package/subagents/categories/07-specialized-domains/.claude-plugin/plugin.json +27 -0
  126. package/subagents/categories/07-specialized-domains/README.md +161 -0
  127. package/subagents/categories/07-specialized-domains/api-documenter.md +277 -0
  128. package/subagents/categories/07-specialized-domains/blockchain-developer.md +287 -0
  129. package/subagents/categories/07-specialized-domains/embedded-systems.md +287 -0
  130. package/subagents/categories/07-specialized-domains/fintech-engineer.md +287 -0
  131. package/subagents/categories/07-specialized-domains/game-developer.md +287 -0
  132. package/subagents/categories/07-specialized-domains/healthcare-admin.md +199 -0
  133. package/subagents/categories/07-specialized-domains/hipaa-compliance.md +112 -0
  134. package/subagents/categories/07-specialized-domains/iot-engineer.md +287 -0
  135. package/subagents/categories/07-specialized-domains/m365-admin.md +48 -0
  136. package/subagents/categories/07-specialized-domains/mobile-app-developer.md +287 -0
  137. package/subagents/categories/07-specialized-domains/payment-integration.md +287 -0
  138. package/subagents/categories/07-specialized-domains/quant-analyst.md +287 -0
  139. package/subagents/categories/07-specialized-domains/risk-manager.md +287 -0
  140. package/subagents/categories/07-specialized-domains/seo-specialist-cc.md +184 -0
  141. package/subagents/categories/08-business-product/.claude-plugin/plugin.json +29 -0
  142. package/subagents/categories/08-business-product/README.md +160 -0
  143. package/subagents/categories/08-business-product/assumption-mapping.md +77 -0
  144. package/subagents/categories/08-business-product/backlog-grooming.md +88 -0
  145. package/subagents/categories/08-business-product/business-analyst-cc.md +287 -0
  146. package/subagents/categories/08-business-product/content-marketer.md +287 -0
  147. package/subagents/categories/08-business-product/content-quality-editor.md +55 -0
  148. package/subagents/categories/08-business-product/customer-success-manager.md +287 -0
  149. package/subagents/categories/08-business-product/growth-loops.md +91 -0
  150. package/subagents/categories/08-business-product/legal-advisor.md +287 -0
  151. package/subagents/categories/08-business-product/license-engineer.md +295 -0
  152. package/subagents/categories/08-business-product/product-manager-cc.md +287 -0
  153. package/subagents/categories/08-business-product/project-manager.md +287 -0
  154. package/subagents/categories/08-business-product/sales-engineer.md +287 -0
  155. package/subagents/categories/08-business-product/scrum-master.md +287 -0
  156. package/subagents/categories/08-business-product/technical-writer.md +287 -0
  157. package/subagents/categories/08-business-product/ux-researcher.md +287 -0
  158. package/subagents/categories/08-business-product/wordpress-master.md +316 -0
  159. package/subagents/categories/09-meta-orchestration/.claude-plugin/plugin.json +24 -0
  160. package/subagents/categories/09-meta-orchestration/README.md +140 -0
  161. package/subagents/categories/09-meta-orchestration/agent-installer.md +97 -0
  162. package/subagents/categories/09-meta-orchestration/agent-organizer.md +287 -0
  163. package/subagents/categories/09-meta-orchestration/codebase-orchestrator.md +249 -0
  164. package/subagents/categories/09-meta-orchestration/context-manager.md +287 -0
  165. package/subagents/categories/09-meta-orchestration/error-coordinator.md +287 -0
  166. package/subagents/categories/09-meta-orchestration/it-ops-orchestrator.md +60 -0
  167. package/subagents/categories/09-meta-orchestration/knowledge-synthesizer.md +287 -0
  168. package/subagents/categories/09-meta-orchestration/multi-agent-coordinator.md +287 -0
  169. package/subagents/categories/09-meta-orchestration/performance-monitor.md +287 -0
  170. package/subagents/categories/09-meta-orchestration/task-distributor.md +287 -0
  171. package/subagents/categories/09-meta-orchestration/workflow-orchestrator.md +287 -0
  172. package/subagents/categories/10-research-analysis/.claude-plugin/plugin.json +24 -0
  173. package/subagents/categories/10-research-analysis/README.md +141 -0
  174. package/subagents/categories/10-research-analysis/ab-test-analysis.md +101 -0
  175. package/subagents/categories/10-research-analysis/cohort-analysis.md +100 -0
  176. package/subagents/categories/10-research-analysis/competitive-analyst.md +287 -0
  177. package/subagents/categories/10-research-analysis/data-researcher.md +287 -0
  178. package/subagents/categories/10-research-analysis/first-principles-thinking.md +100 -0
  179. package/subagents/categories/10-research-analysis/market-researcher.md +287 -0
  180. package/subagents/categories/10-research-analysis/project-idea-validator.md +269 -0
  181. package/subagents/categories/10-research-analysis/research-analyst.md +287 -0
  182. package/subagents/categories/10-research-analysis/scientific-literature-researcher.md +151 -0
  183. package/subagents/categories/10-research-analysis/search-specialist.md +287 -0
  184. package/subagents/categories/10-research-analysis/trend-analyst.md +287 -0
  185. package/subagents/tools/subagent-catalog/README.md +58 -0
  186. package/subagents/tools/subagent-catalog/config.sh +94 -0
  187. package/subagents/tools/subagent-catalog/fetch.md +82 -0
  188. package/subagents/tools/subagent-catalog/invalidate.md +47 -0
  189. package/subagents/tools/subagent-catalog/list.md +54 -0
  190. package/subagents/tools/subagent-catalog/search.md +58 -0
@@ -0,0 +1,150 @@
1
+ ---
2
+ name: websocket-engineer
3
+ description: "Use this agent when implementing real-time bidirectional communication features using WebSockets, Socket.IO, or similar technologies at scale."
4
+ tools: Read, Write, Edit, Bash, Glob, Grep
5
+ model: sonnet
6
+ ---
7
+
8
+ You are a senior WebSocket engineer specializing in real-time communication systems with deep expertise in WebSocket protocols, Socket.IO, and scalable messaging architectures. Your primary focus is building low-latency, high-throughput bidirectional communication systems that handle millions of concurrent connections.
9
+
10
+ ## Communication Protocol
11
+
12
+ ### Real-time Requirements Analysis
13
+
14
+ Initialize WebSocket architecture by understanding system demands.
15
+
16
+ Requirements gathering:
17
+ ```json
18
+ {
19
+ "requesting_agent": "websocket-engineer",
20
+ "request_type": "get_realtime_context",
21
+ "payload": {
22
+ "query": "Real-time context needed: expected connections, message volume, latency requirements, geographic distribution, existing infrastructure, and reliability needs."
23
+ }
24
+ }
25
+ ```
26
+
27
+ ## Implementation Workflow
28
+
29
+ Execute real-time system development through structured stages:
30
+
31
+ ### 1. Architecture Design
32
+
33
+ Plan scalable real-time communication infrastructure.
34
+
35
+ Design considerations:
36
+ - Connection capacity planning
37
+ - Message routing strategy
38
+ - State management approach
39
+ - Failover mechanisms
40
+ - Geographic distribution
41
+ - Protocol selection
42
+ - Technology stack choice
43
+ - Integration patterns
44
+
45
+ Infrastructure planning:
46
+ - Load balancer configuration
47
+ - WebSocket server clustering
48
+ - Message broker selection
49
+ - Cache layer design
50
+ - Database requirements
51
+ - Monitoring stack
52
+ - Deployment topology
53
+ - Disaster recovery
54
+
55
+ ### 2. Core Implementation
56
+
57
+ Build robust WebSocket systems with production readiness.
58
+
59
+ Development focus:
60
+ - WebSocket server setup
61
+ - Connection handler implementation
62
+ - Authentication middleware
63
+ - Message router creation
64
+ - Event system design
65
+ - Client library development
66
+ - Testing harness setup
67
+ - Documentation writing
68
+
69
+ Progress reporting:
70
+ ```json
71
+ {
72
+ "agent": "websocket-engineer",
73
+ "status": "implementing",
74
+ "realtime_metrics": {
75
+ "connections": "10K concurrent",
76
+ "latency": "sub-10ms p99",
77
+ "throughput": "100K msg/sec",
78
+ "features": ["rooms", "presence", "history"]
79
+ }
80
+ }
81
+ ```
82
+
83
+ ### 3. Production Optimization
84
+
85
+ Ensure system reliability at scale.
86
+
87
+ Optimization activities:
88
+ - Load testing execution
89
+ - Memory leak detection
90
+ - CPU profiling
91
+ - Network optimization
92
+ - Failover testing
93
+ - Monitoring setup
94
+ - Alert configuration
95
+ - Runbook creation
96
+
97
+ Delivery report:
98
+ "WebSocket system delivered successfully. Implemented Socket.IO cluster supporting 50K concurrent connections per node with Redis pub/sub for horizontal scaling. Features include JWT authentication, automatic reconnection, message history, and presence tracking. Achieved 8ms p99 latency with 99.99% uptime."
99
+
100
+ Client implementation:
101
+ - Connection state machine
102
+ - Automatic reconnection
103
+ - Exponential backoff
104
+ - Message queueing
105
+ - Event emitter pattern
106
+ - Promise-based API
107
+ - TypeScript definitions
108
+ - React/Vue/Angular integration
109
+
110
+ Monitoring and debugging:
111
+ - Connection metrics tracking
112
+ - Message flow visualization
113
+ - Latency measurement
114
+ - Error rate monitoring
115
+ - Memory usage tracking
116
+ - CPU utilization alerts
117
+ - Network traffic analysis
118
+ - Debug mode implementation
119
+
120
+ Testing strategies:
121
+ - Unit tests for handlers
122
+ - Integration tests for flows
123
+ - Load tests for scalability
124
+ - Stress tests for limits
125
+ - Chaos tests for resilience
126
+ - End-to-end scenarios
127
+ - Client compatibility tests
128
+ - Performance benchmarks
129
+
130
+ Production considerations:
131
+ - Zero-downtime deployment
132
+ - Rolling update strategy
133
+ - Connection draining
134
+ - State migration
135
+ - Version compatibility
136
+ - Feature flags
137
+ - A/B testing support
138
+ - Gradual rollout
139
+
140
+ Integration with other agents:
141
+ - Work with backend-developer on API integration
142
+ - Collaborate with frontend-developer on client implementation
143
+ - Partner with microservices-architect on service mesh
144
+ - Coordinate with devops-engineer on deployment
145
+ - Consult performance-engineer on optimization
146
+ - Sync with security-auditor on vulnerabilities
147
+ - Engage mobile-developer for mobile clients
148
+ - Align with fullstack-developer on end-to-end features
149
+
150
+ Always prioritize low latency, ensure message reliability, and design for horizontal scale while maintaining connection stability.
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "mindforge-lang",
3
+ "version": "1.0.4",
4
+ "description": "Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more",
5
+ "author": {
6
+ "name": "MindForge Team",
7
+ "url": "https://github.com/sairam0424"
8
+ },
9
+ "repository": "https://github.com/sairam0424/MindForge",
10
+ "license": "MIT",
11
+ "agents": [
12
+ "./angular-architect.md",
13
+ "./cpp-pro.md",
14
+ "./csharp-developer.md",
15
+ "./django-developer.md",
16
+ "./dotnet-core-expert.md",
17
+ "./dotnet-framework-48-expert.md",
18
+ "./elixir-expert.md",
19
+ "./expo-react-native-expert.md",
20
+ "./fastapi-developer.md",
21
+ "./flutter-expert.md",
22
+ "./golang-pro.md",
23
+ "./java-architect.md",
24
+ "./javascript-pro.md",
25
+ "./kotlin-specialist.md",
26
+ "./laravel-specialist.md",
27
+ "./nextjs-developer.md",
28
+ "./node-specialist.md",
29
+ "./php-pro.md",
30
+ "./powershell-51-expert.md",
31
+ "./powershell-7-expert.md",
32
+ "./python-pro.md",
33
+ "./rails-expert.md",
34
+ "./react-specialist.md",
35
+ "./rust-engineer.md",
36
+ "./spring-boot-engineer.md",
37
+ "./sql-pro.md",
38
+ "./swift-expert.md",
39
+ "./symfony-specialist.md",
40
+ "./typescript-pro.md",
41
+ "./vue-expert.md"
42
+ ]
43
+ }
@@ -0,0 +1,245 @@
1
+ # Language Specialists Subagents
2
+
3
+ Language Specialists are your expert guides for specific programming languages and their ecosystems. These subagents bring deep knowledge of language idioms, best practices, performance optimization techniques, and framework expertise. Whether you're working with modern web frameworks, system programming languages, or enterprise platforms, these specialists ensure you're writing idiomatic, efficient, and maintainable code.
4
+
5
+ ## When to Use Language Specialists
6
+
7
+ Use these subagents when you need to:
8
+ - **Master language-specific features** and advanced patterns
9
+ - **Optimize performance** using language-specific techniques
10
+ - **Implement framework best practices** for production applications
11
+ - **Migrate or modernize** existing codebases
12
+ - **Solve language-specific challenges** with expert guidance
13
+ - **Learn advanced patterns** and idioms of a language
14
+ - **Build framework-specific applications** with confidence
15
+
16
+ ## Available Subagents
17
+
18
+ ### [**angular-architect**](angular-architect.md) - Angular 15+ enterprise patterns expert
19
+ Master of Angular ecosystem specializing in enterprise-scale applications. Expert in RxJS, NgRx state management, and micro-frontend architectures. Builds performant, maintainable Angular applications with advanced patterns.
20
+
21
+ **Use when:** Building enterprise Angular apps, implementing complex state management, optimizing Angular performance, or migrating to latest Angular versions.
22
+
23
+ ### [**cpp-pro**](cpp-pro.md) - C++ performance expert
24
+ Systems programming specialist with deep knowledge of modern C++ standards, memory management, and performance optimization. Masters template metaprogramming, RAII patterns, and low-level optimizations.
25
+
26
+ **Use when:** Writing high-performance C++ code, implementing system-level software, optimizing memory usage, or working with embedded systems.
27
+
28
+ ### [**csharp-developer**](csharp-developer.md) - .NET ecosystem specialist
29
+ Expert in C# language features and the entire .NET ecosystem. Proficient in ASP.NET Core, Entity Framework, and cross-platform development. Builds enterprise applications with clean architecture.
30
+
31
+ **Use when:** Developing .NET applications, building ASP.NET Core APIs, implementing Windows applications, or working with Azure services.
32
+
33
+ ### [**django-developer**](django-developer.md) - Django 4+ web development expert
34
+ Python web framework specialist focusing on Django's batteries-included philosophy. Masters ORM optimization, async views, and Django's security features. Builds scalable web applications rapidly.
35
+
36
+ **Use when:** Creating Django web applications, building REST APIs with DRF, implementing complex database operations, or developing data-driven applications.
37
+
38
+ ### [**dotnet-core-expert**](dotnet-core-expert.md) - .NET 8 cross-platform specialist
39
+ Modern .NET expert specializing in cross-platform development, minimal APIs, and cloud-native applications. Masters performance optimization with native AOT compilation and microservices patterns.
40
+
41
+ **Use when:** Building cross-platform .NET apps, creating minimal APIs, implementing microservices, or optimizing .NET performance.
42
+
43
+ ### [**dotnet-framework-48-expert**](dotnet-framework-48-expert.md) - .NET Framework legacy enterprise specialist
44
+ Expert in maintaining and modernizing .NET Framework 4.8 enterprise applications. Masters Web Forms, WCF services, Windows services, and enterprise integration patterns with focus on stability and backward compatibility.
45
+
46
+ **Use when:** Maintaining legacy .NET Framework apps, modernizing Web Forms applications, working with WCF services, or integrating with Windows enterprise systems.
47
+
48
+ ### [**elixir-expert**](elixir-expert.md) - Elixir and OTP specialist
49
+ Elixir language expert focusing on fault-tolerant, concurrent systems using OTP patterns. Masters Phoenix, LiveView, and distributed systems on the BEAM VM. Builds highly available applications with "let it crash" philosophy.
50
+
51
+ **Use when:** Building fault-tolerant systems, creating real-time apps with Phoenix LiveView, implementing distributed Elixir clusters, or leveraging OTP patterns for reliability.
52
+
53
+ ### [**expo-react-native-expert**](expo-react-native-expert.md) - Expo and React Native mobile development expert
54
+ Mobile development specialist building production-ready iOS and Android applications with Expo SDK 52+ and React Native. Expert in Expo Router, native module integration, performant animations with Reanimated, and end-to-end deployment with EAS Build and Submit.
55
+
56
+ **Use when:** Building mobile apps with Expo and React Native, implementing push notifications, setting up EAS builds and OTA updates, optimizing React Native performance, or integrating native features via config plugins.
57
+ ### [**fastapi-developer**](fastapi-developer.md) - Modern async Python API framework expert
58
+ FastAPI specialist building high-performance async APIs with automatic OpenAPI documentation. Masters Pydantic v2 validation, dependency injection, and SQLAlchemy 2.0 async patterns. Delivers blazing-fast, type-safe Python APIs.
59
+
60
+ **Use when:** Building async Python APIs, implementing Pydantic v2 data validation, designing dependency injection patterns, deploying ASGI applications, or creating auto-documented RESTful services.
61
+
62
+ ### [**flutter-expert**](flutter-expert.md) - Flutter 3+ cross-platform mobile expert
63
+ Mobile development specialist creating beautiful, natively compiled applications from a single codebase. Expert in widget composition, state management, and platform-specific implementations.
64
+
65
+ **Use when:** Building cross-platform mobile apps, creating custom Flutter widgets, implementing complex animations, or optimizing Flutter performance.
66
+
67
+ ### [**golang-pro**](golang-pro.md) - Go concurrency specialist
68
+ Go language expert focusing on concurrent programming, channels, and goroutines. Masters building efficient, scalable backend services and CLI tools with Go's simplicity and performance.
69
+
70
+ **Use when:** Building concurrent systems, creating microservices in Go, developing CLI tools, or implementing high-performance network services.
71
+
72
+ ### [**java-architect**](java-architect.md) - Enterprise Java expert
73
+ Java ecosystem master with expertise in Spring, Jakarta EE, and enterprise patterns. Specializes in building robust, scalable applications with modern Java features and frameworks.
74
+
75
+ **Use when:** Developing enterprise Java applications, implementing Spring Boot services, designing Java architectures, or modernizing legacy Java code.
76
+
77
+ ### [**javascript-pro**](javascript-pro.md) - JavaScript development expert
78
+ Modern JavaScript specialist mastering ES6+, async patterns, and the npm ecosystem. Expert in both browser and Node.js environments, building everything from scripts to full applications.
79
+
80
+ **Use when:** Writing modern JavaScript, working with Node.js, implementing async patterns, or optimizing JavaScript performance.
81
+
82
+ ### [**kotlin-specialist**](kotlin-specialist.md) - Modern JVM language expert
83
+ Kotlin language expert for Android development and JVM applications. Masters coroutines, DSL creation, and Kotlin's expressive features. Builds safe, concise applications.
84
+
85
+ **Use when:** Developing Android apps with Kotlin, building Kotlin backend services, migrating from Java to Kotlin, or creating Kotlin DSLs.
86
+
87
+ ### [**laravel-specialist**](laravel-specialist.md) - Laravel 10+ PHP framework expert
88
+ PHP framework specialist focusing on Laravel's elegant syntax and powerful features. Masters Eloquent ORM, queue systems, and Laravel's extensive ecosystem.
89
+
90
+ **Use when:** Building Laravel applications, implementing complex queue jobs, creating Laravel packages, or optimizing Eloquent queries.
91
+
92
+ ### [**nextjs-developer**](nextjs-developer.md) - Next.js 14+ full-stack specialist
93
+ React framework expert specializing in Next.js App Router, server components, and full-stack features. Builds blazing-fast, SEO-friendly web applications.
94
+
95
+ **Use when:** Creating Next.js applications, implementing server-side rendering, building full-stack React apps, or optimizing for Core Web Vitals.
96
+
97
+ ### [**node-specialist**](node-specialist.md) - Node.js specialist
98
+ Senior Node.js backend developer focusing on the Node runtime, asynchronous patterns, and the vast backend ecosystem. Builds scalable APIs, high-performance microservices, and reliable CLI tools.
99
+
100
+ **Use when:** Building Node.js backend applications, creating fast Express/Fastify APIs, implementing server-side logic, working with streams, or optimizing Node.js performance.
101
+
102
+ ### [**php-pro**](php-pro.md) - PHP web development expert
103
+ Modern PHP specialist with expertise in PHP 8+ features, Composer ecosystem, and framework-agnostic development. Builds secure, performant PHP applications.
104
+
105
+ **Use when:** Developing PHP applications, modernizing legacy PHP code, implementing PHP APIs, or working with PHP frameworks.
106
+
107
+ ### [**powershell-51-expert**](powershell-51-expert.md) - Windows PowerShell 5.1 automation specialist
108
+ Expert in PowerShell 5.1 scripting for Windows infrastructure, RSAT modules, and legacy .NET Framework environments. Ensures compatibility, stability, and safe automation across AD, DNS, DHCP, and GPO.
109
+
110
+ **Use when:** Working with Windows-only automation, legacy modules, on-prem infrastructure, or scripts requiring compatibility with older servers and full .NET Framework.
111
+
112
+ ### [**powershell-7-expert**](powershell-7-expert.md) - Cross-platform PowerShell 7 automation specialist
113
+ Expert in modern PowerShell 7+, .NET 6/7 APIs, cross-platform scripting, CI/CD integration, and cloud automation using Az and Microsoft Graph.
114
+
115
+ **Use when:** Building modern automation tools, cross-platform scripts, Azure integrations, CI/CD cmdlets, or modernization projects moving off Windows PowerShell.
116
+
117
+ ### [**python-pro**](python-pro.md) - Python ecosystem master
118
+ Python language expert covering web development, data science, automation, and system scripting. Masters Pythonic code patterns and the vast Python ecosystem.
119
+
120
+ **Use when:** Writing Python applications, building data pipelines, creating automation scripts, or developing Python packages.
121
+
122
+ ### [**rails-expert**](rails-expert.md) - Rails 7.x/8.x rapid development expert
123
+ Version-aware Ruby on Rails specialist covering Rails 7.x through 8.1 with Ruby 3.2 through 3.4. Automatically detects Rails version from Gemfile.lock and adapts recommendations accordingly — Solid Queue or Sidekiq, Kamal or Capistrano, native auth or Devise. Masters Hotwire, Active Record, and convention-driven architecture.
124
+
125
+ **Use when:** Building Rails applications, implementing real-time features with Hotwire, optimizing Active Record queries, or upgrading Rails versions.
126
+
127
+ ### [**react-specialist**](react-specialist.md) - React 18+ modern patterns expert
128
+ React ecosystem expert mastering hooks, concurrent features, and modern patterns. Builds performant, maintainable React applications with best practices.
129
+
130
+ **Use when:** Developing React applications, implementing complex state management, optimizing React performance, or migrating to modern React patterns.
131
+
132
+ ### [**rust-engineer**](rust-engineer.md) - Systems programming expert
133
+ Rust language specialist focusing on memory safety, ownership patterns, and zero-cost abstractions. Builds reliable, efficient systems software.
134
+
135
+ **Use when:** Writing systems software in Rust, building performance-critical applications, implementing safe concurrent code, or developing WebAssembly modules.
136
+
137
+ ### [**spring-boot-engineer**](spring-boot-engineer.md) - Spring Boot 3+ microservices expert
138
+ Spring ecosystem specialist building cloud-native Java applications. Masters reactive programming, Spring Cloud, and microservices patterns.
139
+
140
+ **Use when:** Creating Spring Boot microservices, implementing reactive applications, building cloud-native Java apps, or working with Spring Cloud.
141
+
142
+ ### [**sql-pro**](sql-pro.md) - Database query expert
143
+ SQL language master optimizing complex queries across different database systems. Expert in query optimization, indexing strategies, and advanced SQL features.
144
+
145
+ **Use when:** Writing complex SQL queries, optimizing database performance, designing database schemas, or troubleshooting query performance.
146
+
147
+ ### [**swift-expert**](swift-expert.md) - iOS and macOS specialist
148
+ Swift language expert for Apple platform development. Masters SwiftUI, UIKit, and Apple's frameworks. Builds native iOS, macOS, and cross-platform Apple applications.
149
+
150
+ **Use when:** Developing iOS/macOS applications, implementing SwiftUI interfaces, working with Apple frameworks, or optimizing Swift performance.
151
+
152
+ ### [**symfony-specialist**](symfony-specialist.md) - Symfony 6+/7+/8+ PHP framework and Doctrine ORM expert
153
+ Symfony framework specialist focusing on component-based architecture, Doctrine ORM, and the Symfony ecosystem. Masters API Platform, Messenger component, Security Voters, and Symfony's powerful DI container. Builds robust, maintainable PHP applications at scale.
154
+
155
+ **Use when:** Building Symfony applications, architecting Doctrine entities with complex relationships, implementing async processing with Messenger, designing REST APIs with API Platform, or optimizing Symfony performance.
156
+
157
+ ### [**typescript-pro**](typescript-pro.md) - TypeScript specialist
158
+ TypeScript expert ensuring type safety in JavaScript applications. Masters advanced type system features, generics, and TypeScript configuration for large-scale applications.
159
+
160
+ **Use when:** Adding TypeScript to projects, implementing complex type definitions, migrating JavaScript to TypeScript, or building type-safe applications.
161
+
162
+ ### [**vue-expert**](vue-expert.md) - Vue 3 Composition API expert
163
+ Vue.js framework specialist mastering the Composition API, reactivity system, and Vue ecosystem. Builds elegant, reactive web applications with Vue's progressive framework.
164
+
165
+ **Use when:** Creating Vue applications, implementing Composition API patterns, working with Nuxt.js, or optimizing Vue performance.
166
+
167
+ ## Quick Selection Guide
168
+
169
+ | Language/Framework | Subagent | Best For |
170
+ |-------------------|----------|----------|
171
+ | Angular | **angular-architect** | Enterprise web apps, complex SPAs |
172
+ | C++ | **cpp-pro** | Systems programming, performance-critical code |
173
+ | C#/.NET | **csharp-developer** | Windows apps, enterprise software |
174
+ | Django | **django-developer** | Python web apps, REST APIs |
175
+ | FastAPI | **fastapi-developer** | Modern async Python APIs |
176
+ | .NET Core | **dotnet-core-expert** | Cross-platform .NET, microservices |
177
+ | .NET Framework | **dotnet-framework-48-expert** | Legacy enterprise apps, Windows services |
178
+ | Elixir | **elixir-expert** | Fault-tolerant systems, Phoenix/LiveView |
179
+ | Expo/React Native | **expo-react-native-expert** | Expo mobile apps, EAS deployment |
180
+ | Flutter | **flutter-expert** | Cross-platform mobile apps |
181
+ | Go | **golang-pro** | Concurrent systems, microservices |
182
+ | Java | **java-architect** | Enterprise applications |
183
+ | JavaScript | **javascript-pro** | Web development, Node.js |
184
+ | Kotlin | **kotlin-specialist** | Android apps, modern JVM |
185
+ | Laravel | **laravel-specialist** | PHP web applications |
186
+ | Next.js | **nextjs-developer** | Full-stack React apps |
187
+ | Node.js | **node-specialist** | Backend services, scripts |
188
+ | PHP | **php-pro** | Web development, APIs |
189
+ | Python | **python-pro** | General purpose, data science |
190
+ | Rails | **rails-expert** | Rapid web development |
191
+ | React | **react-specialist** | Modern web UIs |
192
+ | Rust | **rust-engineer** | Systems software, WebAssembly |
193
+ | Spring Boot | **spring-boot-engineer** | Java microservices |
194
+ | SQL | **sql-pro** | Database queries, optimization |
195
+ | Swift | **swift-expert** | iOS/macOS development |
196
+ | Symfony | **symfony-specialist** | Symfony/Doctrine PHP applications |
197
+ | TypeScript | **typescript-pro** | Type-safe JavaScript |
198
+ | Vue | **vue-expert** | Progressive web apps |
199
+
200
+ ## Common Technology Stacks
201
+
202
+ **Modern Web Application:**
203
+ - **react-specialist** + **typescript-pro** + **nextjs-developer**
204
+ - **vue-expert** + **typescript-pro** + **laravel-specialist**
205
+ - **angular-architect** + **spring-boot-engineer**
206
+
207
+ **Mobile Development:**
208
+ - **expo-react-native-expert** for Expo/React Native cross-platform
209
+ - **flutter-expert** for Flutter cross-platform
210
+ - **swift-expert** for iOS native
211
+ - **kotlin-specialist** for Android native
212
+
213
+ **Enterprise Backend:**
214
+ - **java-architect** + **spring-boot-engineer**
215
+ - **csharp-developer** + **dotnet-core-expert**
216
+ - **python-pro** + **django-developer**
217
+ - **python-pro** + **fastapi-developer**
218
+ - **node-specialist** + **typescript-pro**
219
+
220
+ **Systems Programming:**
221
+ - **rust-engineer** for safety-critical systems
222
+ - **cpp-pro** for performance-critical applications
223
+ - **golang-pro** for concurrent systems
224
+
225
+ **Real-time & Distributed:**
226
+ - **elixir-expert** for fault-tolerant distributed systems
227
+ - **elixir-expert** + Phoenix LiveView for real-time web apps
228
+
229
+ ## Getting Started
230
+
231
+ 1. **Identify your technology stack** and choose the appropriate specialist
232
+ 2. **Describe your project context** including existing code and constraints
233
+ 3. **Specify your goals** (learning, optimization, implementation)
234
+ 4. **Share relevant code** for context-aware assistance
235
+ 5. **Follow the specialist's guidance** for best practices
236
+
237
+ ## Best Practices
238
+
239
+ - **Use language idioms:** Each specialist knows the idiomatic way to write code
240
+ - **Leverage ecosystem tools:** Specialists understand the full ecosystem
241
+ - **Follow framework conventions:** Each framework has its own best practices
242
+ - **Consider performance early:** Language-specific optimizations matter
243
+ - **Think about maintenance:** Write code that future developers will understand
244
+
245
+ Choose your language specialist and write better code today!