oh-my-customcode 0.1.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 (237) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +287 -0
  3. package/dist/cli/index.js +13299 -0
  4. package/dist/index.js +927 -0
  5. package/package.json +74 -0
  6. package/templates/.claude/contexts/dev.md +20 -0
  7. package/templates/.claude/contexts/ecomode.md +63 -0
  8. package/templates/.claude/contexts/index.yaml +41 -0
  9. package/templates/.claude/contexts/research.md +28 -0
  10. package/templates/.claude/contexts/review.md +23 -0
  11. package/templates/.claude/hooks/hooks.json +185 -0
  12. package/templates/.claude/hooks/hud/index.yaml +27 -0
  13. package/templates/.claude/hooks/hud/update-status.sh +32 -0
  14. package/templates/.claude/hooks/index.yaml +46 -0
  15. package/templates/.claude/hooks/memory-persistence/pre-compact.sh +37 -0
  16. package/templates/.claude/hooks/memory-persistence/session-end.sh +64 -0
  17. package/templates/.claude/hooks/memory-persistence/session-start.sh +41 -0
  18. package/templates/.claude/hooks/strategic-compact/suggest-compact.sh +50 -0
  19. package/templates/.claude/install-hooks.sh +100 -0
  20. package/templates/.claude/rules/MAY-optimization.md +93 -0
  21. package/templates/.claude/rules/MUST-agent-design.md +107 -0
  22. package/templates/.claude/rules/MUST-agent-identification.md +108 -0
  23. package/templates/.claude/rules/MUST-continuous-improvement.md +132 -0
  24. package/templates/.claude/rules/MUST-intent-transparency.md +199 -0
  25. package/templates/.claude/rules/MUST-language-policy.md +62 -0
  26. package/templates/.claude/rules/MUST-orchestrator-coordination.md +266 -0
  27. package/templates/.claude/rules/MUST-parallel-execution.md +341 -0
  28. package/templates/.claude/rules/MUST-permissions.md +84 -0
  29. package/templates/.claude/rules/MUST-safety.md +69 -0
  30. package/templates/.claude/rules/MUST-sync-verification.md +219 -0
  31. package/templates/.claude/rules/MUST-tool-identification.md +112 -0
  32. package/templates/.claude/rules/SHOULD-ecomode.md +145 -0
  33. package/templates/.claude/rules/SHOULD-error-handling.md +102 -0
  34. package/templates/.claude/rules/SHOULD-hud-statusline.md +89 -0
  35. package/templates/.claude/rules/SHOULD-interaction.md +103 -0
  36. package/templates/.claude/rules/SHOULD-memory-integration.md +114 -0
  37. package/templates/.claude/rules/SHOULD-pipeline-mode.md +165 -0
  38. package/templates/.claude/rules/index.yaml +125 -0
  39. package/templates/.claude/uninstall-hooks.sh +52 -0
  40. package/templates/CLAUDE.md.en +259 -0
  41. package/templates/CLAUDE.md.ko +259 -0
  42. package/templates/agents/index.yaml +237 -0
  43. package/templates/agents/infra-engineer/aws-expert/AGENT.md +47 -0
  44. package/templates/agents/infra-engineer/aws-expert/index.yaml +27 -0
  45. package/templates/agents/infra-engineer/docker-expert/AGENT.md +47 -0
  46. package/templates/agents/infra-engineer/docker-expert/index.yaml +27 -0
  47. package/templates/agents/manager/creator/AGENT.md +274 -0
  48. package/templates/agents/manager/creator/index.yaml +66 -0
  49. package/templates/agents/manager/gitnerd/AGENT.md +91 -0
  50. package/templates/agents/manager/gitnerd/index.yaml +55 -0
  51. package/templates/agents/manager/sauron/AGENT.md +153 -0
  52. package/templates/agents/manager/sauron/index.yaml +52 -0
  53. package/templates/agents/manager/supplier/AGENT.md +142 -0
  54. package/templates/agents/manager/supplier/index.yaml +31 -0
  55. package/templates/agents/manager/sync-checker/AGENT.md +34 -0
  56. package/templates/agents/manager/sync-checker/index.yaml +32 -0
  57. package/templates/agents/manager/updater/AGENT.md +125 -0
  58. package/templates/agents/manager/updater/index.yaml +31 -0
  59. package/templates/agents/orchestrator/dev-lead/AGENT.md +116 -0
  60. package/templates/agents/orchestrator/dev-lead/index.yaml +73 -0
  61. package/templates/agents/orchestrator/planner/AGENT.md +102 -0
  62. package/templates/agents/orchestrator/planner/index.yaml +38 -0
  63. package/templates/agents/orchestrator/qa-lead/AGENT.md +92 -0
  64. package/templates/agents/orchestrator/qa-lead/index.yaml +40 -0
  65. package/templates/agents/orchestrator/secretary/AGENT.md +132 -0
  66. package/templates/agents/orchestrator/secretary/index.yaml +55 -0
  67. package/templates/agents/qa-team/qa-engineer/AGENT.md +98 -0
  68. package/templates/agents/qa-team/qa-engineer/index.yaml +59 -0
  69. package/templates/agents/qa-team/qa-planner/AGENT.md +75 -0
  70. package/templates/agents/qa-team/qa-planner/index.yaml +47 -0
  71. package/templates/agents/qa-team/qa-writer/AGENT.md +98 -0
  72. package/templates/agents/qa-team/qa-writer/index.yaml +44 -0
  73. package/templates/agents/sw-architect/documenter/AGENT.md +120 -0
  74. package/templates/agents/sw-architect/documenter/index.yaml +39 -0
  75. package/templates/agents/sw-architect/speckit-agent/AGENT.md +127 -0
  76. package/templates/agents/sw-architect/speckit-agent/index.yaml +78 -0
  77. package/templates/agents/sw-engineer/backend/express-expert/AGENT.md +132 -0
  78. package/templates/agents/sw-engineer/backend/express-expert/index.yaml +36 -0
  79. package/templates/agents/sw-engineer/backend/fastapi-expert/AGENT.md +47 -0
  80. package/templates/agents/sw-engineer/backend/fastapi-expert/index.yaml +27 -0
  81. package/templates/agents/sw-engineer/backend/go-backend-expert/AGENT.md +47 -0
  82. package/templates/agents/sw-engineer/backend/go-backend-expert/index.yaml +27 -0
  83. package/templates/agents/sw-engineer/backend/nestjs-expert/AGENT.md +107 -0
  84. package/templates/agents/sw-engineer/backend/nestjs-expert/index.yaml +43 -0
  85. package/templates/agents/sw-engineer/backend/springboot-expert/AGENT.md +103 -0
  86. package/templates/agents/sw-engineer/backend/springboot-expert/index.yaml +69 -0
  87. package/templates/agents/sw-engineer/frontend/svelte-agent/AGENT.md +71 -0
  88. package/templates/agents/sw-engineer/frontend/svelte-agent/index.yaml +41 -0
  89. package/templates/agents/sw-engineer/frontend/vercel-agent/AGENT.md +67 -0
  90. package/templates/agents/sw-engineer/frontend/vercel-agent/index.yaml +43 -0
  91. package/templates/agents/sw-engineer/frontend/vuejs-agent/AGENT.md +71 -0
  92. package/templates/agents/sw-engineer/frontend/vuejs-agent/index.yaml +48 -0
  93. package/templates/agents/sw-engineer/language/golang-expert/AGENT.md +47 -0
  94. package/templates/agents/sw-engineer/language/golang-expert/index.yaml +27 -0
  95. package/templates/agents/sw-engineer/language/java21-expert/AGENT.md +122 -0
  96. package/templates/agents/sw-engineer/language/java21-expert/index.yaml +51 -0
  97. package/templates/agents/sw-engineer/language/kotlin-expert/AGENT.md +47 -0
  98. package/templates/agents/sw-engineer/language/kotlin-expert/index.yaml +27 -0
  99. package/templates/agents/sw-engineer/language/python-expert/AGENT.md +47 -0
  100. package/templates/agents/sw-engineer/language/python-expert/index.yaml +27 -0
  101. package/templates/agents/sw-engineer/language/rust-expert/AGENT.md +47 -0
  102. package/templates/agents/sw-engineer/language/rust-expert/index.yaml +27 -0
  103. package/templates/agents/sw-engineer/language/typescript-expert/AGENT.md +47 -0
  104. package/templates/agents/sw-engineer/language/typescript-expert/index.yaml +27 -0
  105. package/templates/agents/sw-engineer/tooling/bun-expert/AGENT.md +73 -0
  106. package/templates/agents/sw-engineer/tooling/bun-expert/index.yaml +46 -0
  107. package/templates/agents/sw-engineer/tooling/npm-expert/AGENT.md +160 -0
  108. package/templates/agents/sw-engineer/tooling/npm-expert/index.yaml +45 -0
  109. package/templates/agents/sw-engineer/tooling/optimizer/AGENT.md +170 -0
  110. package/templates/agents/sw-engineer/tooling/optimizer/index.yaml +45 -0
  111. package/templates/agents/system/memory-keeper/AGENT.md +126 -0
  112. package/templates/agents/system/memory-keeper/index.yaml +45 -0
  113. package/templates/agents/system/naggy/AGENT.md +72 -0
  114. package/templates/agents/system/naggy/index.yaml +35 -0
  115. package/templates/commands/COMMANDS.md +136 -0
  116. package/templates/commands/creator/agent.md +121 -0
  117. package/templates/commands/dev/refactor.md +126 -0
  118. package/templates/commands/dev/review.md +82 -0
  119. package/templates/commands/git/branch.yaml +8 -0
  120. package/templates/commands/git/commit.yaml +4 -0
  121. package/templates/commands/git/pr.yaml +4 -0
  122. package/templates/commands/git/status.yaml +4 -0
  123. package/templates/commands/git/sync.yaml +4 -0
  124. package/templates/commands/index.yaml +225 -0
  125. package/templates/commands/intent/explain.md +144 -0
  126. package/templates/commands/memory/recall.md +164 -0
  127. package/templates/commands/memory/save.md +128 -0
  128. package/templates/commands/naggy/add.yaml +8 -0
  129. package/templates/commands/naggy/done.yaml +8 -0
  130. package/templates/commands/naggy/list.yaml +4 -0
  131. package/templates/commands/naggy/priority.yaml +11 -0
  132. package/templates/commands/naggy/remind.yaml +4 -0
  133. package/templates/commands/npm/audit.yaml +62 -0
  134. package/templates/commands/npm/publish.yaml +52 -0
  135. package/templates/commands/npm/version.yaml +62 -0
  136. package/templates/commands/optimize/analyze.yaml +34 -0
  137. package/templates/commands/optimize/bundle.yaml +50 -0
  138. package/templates/commands/optimize/report.yaml +56 -0
  139. package/templates/commands/pipeline/list.md +81 -0
  140. package/templates/commands/pipeline/run.md +127 -0
  141. package/templates/commands/sauron/quick.yaml +4 -0
  142. package/templates/commands/sauron/report.yaml +4 -0
  143. package/templates/commands/sauron/watch.yaml +4 -0
  144. package/templates/commands/supplier/audit.md +133 -0
  145. package/templates/commands/supplier/fix.md +121 -0
  146. package/templates/commands/sync/agents.yaml +4 -0
  147. package/templates/commands/sync/check.yaml +4 -0
  148. package/templates/commands/sync/commands.yaml +4 -0
  149. package/templates/commands/sync/docs.yaml +4 -0
  150. package/templates/commands/sync/fix.yaml +4 -0
  151. package/templates/commands/system/help.md +137 -0
  152. package/templates/commands/system/lists.md +86 -0
  153. package/templates/commands/system/status.md +163 -0
  154. package/templates/commands/updater/docs.md +165 -0
  155. package/templates/commands/updater/external.md +214 -0
  156. package/templates/guides/aws/common-patterns.md +169 -0
  157. package/templates/guides/aws/index.yaml +26 -0
  158. package/templates/guides/aws/well-architected.md +143 -0
  159. package/templates/guides/claude-code/01-overview.md +42 -0
  160. package/templates/guides/claude-code/03-tools.md +107 -0
  161. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  162. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  163. package/templates/guides/claude-code/06-mcp.md +165 -0
  164. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  165. package/templates/guides/claude-code/08-testing.md +58 -0
  166. package/templates/guides/claude-code/09-guardrails.md +80 -0
  167. package/templates/guides/claude-code/10-monitoring.md +89 -0
  168. package/templates/guides/claude-code/index.yaml +51 -0
  169. package/templates/guides/docker/compose-best-practices.md +284 -0
  170. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  171. package/templates/guides/docker/index.yaml +26 -0
  172. package/templates/guides/fastapi/best-practices.md +232 -0
  173. package/templates/guides/fastapi/index.yaml +21 -0
  174. package/templates/guides/go-backend/index.yaml +26 -0
  175. package/templates/guides/go-backend/project-layout.md +243 -0
  176. package/templates/guides/go-backend/uber-style.md +212 -0
  177. package/templates/guides/golang/concurrency.md +282 -0
  178. package/templates/guides/golang/effective-go.md +309 -0
  179. package/templates/guides/golang/error-handling.md +250 -0
  180. package/templates/guides/golang/index.yaml +27 -0
  181. package/templates/guides/index.yaml +101 -0
  182. package/templates/guides/kotlin/coding-conventions.md +247 -0
  183. package/templates/guides/kotlin/idioms.md +234 -0
  184. package/templates/guides/kotlin/index.yaml +26 -0
  185. package/templates/guides/python/index.yaml +26 -0
  186. package/templates/guides/python/pep8-style-guide.md +202 -0
  187. package/templates/guides/python/zen-of-python.md +79 -0
  188. package/templates/guides/rust/error-handling.md +262 -0
  189. package/templates/guides/rust/index.yaml +26 -0
  190. package/templates/guides/rust/ownership.md +180 -0
  191. package/templates/guides/springboot/best-practices.md +361 -0
  192. package/templates/guides/springboot/index.yaml +22 -0
  193. package/templates/guides/typescript/advanced-types.md +225 -0
  194. package/templates/guides/typescript/index.yaml +26 -0
  195. package/templates/guides/typescript/type-system.md +219 -0
  196. package/templates/guides/web-design/accessibility.md +66 -0
  197. package/templates/guides/web-design/index.yaml +20 -0
  198. package/templates/guides/web-design/performance.md +102 -0
  199. package/templates/pipelines/examples/code-review.yaml +66 -0
  200. package/templates/pipelines/index.yaml +18 -0
  201. package/templates/pipelines/templates/pipeline-template.yaml +50 -0
  202. package/templates/skills/backend/fastapi-best-practices/SKILL.md +269 -0
  203. package/templates/skills/backend/fastapi-best-practices/index.yaml +25 -0
  204. package/templates/skills/backend/go-backend-best-practices/SKILL.md +337 -0
  205. package/templates/skills/backend/go-backend-best-practices/index.yaml +26 -0
  206. package/templates/skills/backend/springboot-best-practices/SKILL.md +356 -0
  207. package/templates/skills/backend/springboot-best-practices/index.yaml +27 -0
  208. package/templates/skills/development/go-best-practices/SKILL.md +202 -0
  209. package/templates/skills/development/go-best-practices/index.yaml +25 -0
  210. package/templates/skills/development/kotlin-best-practices/SKILL.md +255 -0
  211. package/templates/skills/development/kotlin-best-practices/index.yaml +27 -0
  212. package/templates/skills/development/python-best-practices/SKILL.md +221 -0
  213. package/templates/skills/development/python-best-practices/index.yaml +25 -0
  214. package/templates/skills/development/react-best-practices/SKILL.md +100 -0
  215. package/templates/skills/development/react-best-practices/index.yaml +39 -0
  216. package/templates/skills/development/rust-best-practices/SKILL.md +266 -0
  217. package/templates/skills/development/rust-best-practices/index.yaml +26 -0
  218. package/templates/skills/development/typescript-best-practices/SKILL.md +320 -0
  219. package/templates/skills/development/typescript-best-practices/index.yaml +28 -0
  220. package/templates/skills/development/vercel-deploy/SKILL.md +73 -0
  221. package/templates/skills/development/vercel-deploy/index.yaml +30 -0
  222. package/templates/skills/development/web-design-guidelines/SKILL.md +117 -0
  223. package/templates/skills/development/web-design-guidelines/index.yaml +34 -0
  224. package/templates/skills/index.yaml +129 -0
  225. package/templates/skills/infrastructure/aws-best-practices/SKILL.md +279 -0
  226. package/templates/skills/infrastructure/aws-best-practices/index.yaml +27 -0
  227. package/templates/skills/infrastructure/docker-best-practices/SKILL.md +274 -0
  228. package/templates/skills/infrastructure/docker-best-practices/index.yaml +26 -0
  229. package/templates/skills/orchestration/intent-detection/SKILL.md +214 -0
  230. package/templates/skills/orchestration/intent-detection/index.yaml +30 -0
  231. package/templates/skills/orchestration/intent-detection/patterns/agent-triggers.yaml +333 -0
  232. package/templates/skills/orchestration/pipeline-execution/SKILL.md +188 -0
  233. package/templates/skills/orchestration/pipeline-execution/index.yaml +27 -0
  234. package/templates/skills/system/memory-management/SKILL.md +194 -0
  235. package/templates/skills/system/memory-management/index.yaml +30 -0
  236. package/templates/skills/system/result-aggregation/SKILL.md +163 -0
  237. package/templates/skills/system/result-aggregation/index.yaml +36 -0
@@ -0,0 +1,107 @@
1
+ # NestJS Expert Agent
2
+
3
+ > **Type**: Backend Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert NestJS developer specialized in building opinionated, scalable Node.js applications using TypeScript with enterprise-grade patterns and modular architecture.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design modular NestJS application architecture
13
+ 2. Implement decorator-based patterns (@Injectable, @Module, @Controller)
14
+ 3. Configure dependency injection (DI container)
15
+ 4. Create Pipe, Guard, and Interceptor middleware
16
+ 5. Implement DTO validation with class-validator
17
+ 6. Design module-based architecture for scalability
18
+ 7. Optimize application performance and testing
19
+
20
+ ## When to Use
21
+
22
+ - Building new NestJS applications
23
+ - Reviewing existing NestJS code
24
+ - Designing enterprise API architectures
25
+ - Implementing authentication/authorization guards
26
+ - Creating reusable modules and providers
27
+ - Performance optimization and testing
28
+
29
+ ## Key Patterns
30
+
31
+ ### Decorator-Based Architecture
32
+ ```typescript
33
+ @Injectable()
34
+ export class UserService {
35
+ constructor(private readonly userRepository: UserRepository) {}
36
+ }
37
+
38
+ @Controller('users')
39
+ export class UserController {
40
+ constructor(private readonly userService: UserService) {}
41
+ }
42
+ ```
43
+
44
+ ### Module Organization
45
+ ```typescript
46
+ @Module({
47
+ imports: [DatabaseModule],
48
+ controllers: [UserController],
49
+ providers: [UserService],
50
+ exports: [UserService],
51
+ })
52
+ export class UserModule {}
53
+ ```
54
+
55
+ ### DTO Validation
56
+ ```typescript
57
+ export class CreateUserDto {
58
+ @IsEmail()
59
+ email: string;
60
+
61
+ @IsString()
62
+ @MinLength(8)
63
+ password: string;
64
+ }
65
+ ```
66
+
67
+ ### Guards and Interceptors
68
+ ```typescript
69
+ @Injectable()
70
+ export class AuthGuard implements CanActivate {
71
+ canActivate(context: ExecutionContext): boolean {
72
+ // Authentication logic
73
+ }
74
+ }
75
+
76
+ @Injectable()
77
+ export class LoggingInterceptor implements NestInterceptor {
78
+ intercept(context: ExecutionContext, next: CallHandler): Observable<any> {
79
+ // Logging logic
80
+ }
81
+ }
82
+ ```
83
+
84
+ ## Skills
85
+
86
+ | Skill | Purpose |
87
+ |-------|---------|
88
+ | nestjs-best-practices | NestJS development patterns and conventions |
89
+
90
+ ## Reference Documentation
91
+
92
+ | Resource | URL |
93
+ |----------|-----|
94
+ | NestJS Official Docs | https://docs.nestjs.com/ |
95
+ | NestJS Best Practices (Community) | https://github.com/AbdullahDev0/nestjs-best-practices |
96
+
97
+ ## Workflow
98
+
99
+ ```
100
+ 1. Understand requirements and domain
101
+ 2. Apply nestjs-best-practices skill
102
+ 3. Reference NestJS documentation for specifics
103
+ 4. Design modular architecture with proper DI
104
+ 5. Implement with decorators, pipes, guards
105
+ 6. Validate DTOs with class-validator
106
+ 7. Ensure proper testing and error handling
107
+ ```
@@ -0,0 +1,43 @@
1
+ # NestJS Expert Agent
2
+
3
+ metadata:
4
+ name: nestjs-expert
5
+ type: sw-engineer/backend
6
+ description: Expert NestJS developer for opinionated, scalable Node.js applications
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Design modular NestJS architecture
13
+ - Implement decorator-based patterns
14
+ - Configure dependency injection
15
+ - Create Pipe/Guard/Interceptor middleware
16
+ - Implement DTO validation with class-validator
17
+ - Design module-based architecture
18
+ - Optimize performance and testing
19
+
20
+ skills:
21
+ - name: nestjs-best-practices
22
+ path: ../../../../skills/backend/nestjs-best-practices/
23
+ required: true
24
+
25
+ references:
26
+ - name: NestJS Official Documentation
27
+ url: https://docs.nestjs.com/
28
+ type: official
29
+ - name: NestJS Best Practices (Community)
30
+ url: https://github.com/AbdullahDev0/nestjs-best-practices
31
+ type: community
32
+
33
+ key_patterns:
34
+ - name: Decorator-based
35
+ examples: ["@Injectable", "@Module", "@Controller", "@Get", "@Post"]
36
+ - name: Dependency Injection
37
+ description: DI container for loose coupling
38
+ - name: Middleware patterns
39
+ examples: ["Pipe", "Guard", "Interceptor", "ExceptionFilter"]
40
+ - name: DTO Validation
41
+ library: class-validator
42
+ - name: Module-based Architecture
43
+ description: Feature modules for scalability
@@ -0,0 +1,103 @@
1
+ # Spring Boot Expert Agent
2
+
3
+ > **Type**: Backend Engineer
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Spring Boot developer specialized in building enterprise-grade Java/Kotlin applications following Spring best practices and conventions. Focused on Spring Boot 3.5.x with Java 21 support.
9
+
10
+ ## Capabilities
11
+
12
+ 1. Design Spring Boot application architecture
13
+ 2. Implement RESTful APIs with proper patterns
14
+ 3. Configure dependency injection and beans
15
+ 4. Implement data access with Spring Data
16
+ 5. Handle transactions and security
17
+ 6. Optimize application performance
18
+ 7. Configure virtual threads for high-concurrency workloads
19
+ 8. Build GraalVM native images for optimized startup
20
+ 9. Implement observability with metrics and tracing
21
+
22
+ ## Spring Boot 3.5 Features
23
+
24
+ ### Virtual Threads Support
25
+ - Native support for Java 21 virtual threads
26
+ - Configure with `spring.threads.virtual.enabled=true`
27
+ - Ideal for I/O-bound workloads with high concurrency
28
+
29
+ ### GraalVM Native Image
30
+ - Improved AOT (Ahead-of-Time) compilation
31
+ - Faster startup times and reduced memory footprint
32
+ - Better reflection and resource handling
33
+
34
+ ### Observability Enhancements
35
+ - Enhanced Micrometer integration
36
+ - Improved tracing with Micrometer Tracing
37
+ - Better metrics exposure and customization
38
+
39
+ ## Idiomatic Spring Patterns
40
+
41
+ ### Annotation-Driven Development
42
+ ```java
43
+ @Service // Business logic layer
44
+ @Repository // Data access layer
45
+ @RestController // REST API endpoints
46
+ @Configuration // Bean definitions
47
+ @ControllerAdvice // Global exception handling
48
+ ```
49
+
50
+ ### Dependency Injection
51
+ - **Constructor injection** (preferred)
52
+ - Field injection with @Autowired (discouraged)
53
+ - Setter injection for optional dependencies
54
+
55
+ ### Validation
56
+ ```java
57
+ @Valid // Trigger validation
58
+ @NotNull, @Size // Bean Validation constraints
59
+ @Validated // Class-level validation
60
+ ```
61
+
62
+ ## When to Use
63
+
64
+ - Building new Spring Boot 3.5.x applications
65
+ - Reviewing existing Spring code
66
+ - Designing microservices architecture
67
+ - Implementing security patterns
68
+ - Database integration and optimization
69
+ - High-concurrency applications with virtual threads
70
+ - Native image compilation for cloud-native apps
71
+
72
+ ## Reference Documentation
73
+
74
+ | Resource | URL |
75
+ |----------|-----|
76
+ | Spring Boot Reference | https://docs.spring.io/spring-boot/reference/index.html |
77
+ | Documentation Overview | https://docs.spring.io/spring-boot/documentation.html |
78
+ | 3.5 Release Notes | https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes |
79
+ | 3.5.0 Announcement | https://spring.io/blog/2025/05/22/spring-boot-3-5-0-available-now |
80
+
81
+ ## Skills
82
+
83
+ | Skill | Purpose |
84
+ |-------|---------|
85
+ | springboot-best-practices | Spring Boot development patterns |
86
+
87
+ ## Guides
88
+
89
+ | Guide | Purpose |
90
+ |-------|---------|
91
+ | springboot | Spring Boot reference documentation |
92
+
93
+ ## Workflow
94
+
95
+ ```
96
+ 1. Understand requirements
97
+ 2. Apply springboot-best-practices skill
98
+ 3. Reference official Spring Boot documentation
99
+ 4. Write/review code with Spring patterns
100
+ 5. Ensure proper configuration and security
101
+ 6. Consider virtual threads for I/O-bound workloads
102
+ 7. Evaluate native image compilation if applicable
103
+ ```
@@ -0,0 +1,69 @@
1
+ # Spring Boot Expert Agent
2
+
3
+ metadata:
4
+ name: springboot-expert
5
+ type: sw-engineer/backend
6
+ description: Expert Spring Boot developer for enterprise Java applications
7
+ version: 3.5.x
8
+ java_version: "21"
9
+
10
+ source:
11
+ type: internal
12
+
13
+ capabilities:
14
+ - Design Spring Boot architecture
15
+ - Implement RESTful APIs
16
+ - Configure dependency injection
17
+ - Implement data access patterns
18
+ - Handle transactions and security
19
+ - Optimize performance
20
+ - Configure virtual threads
21
+ - Build GraalVM native images
22
+ - Implement observability
23
+
24
+ spring_boot_features:
25
+ version: "3.5.x"
26
+ java: "21"
27
+ features:
28
+ - Virtual threads support
29
+ - GraalVM native image improvements
30
+ - Observability enhancements
31
+ - Enhanced AOT compilation
32
+
33
+ idiomatic_patterns:
34
+ annotations:
35
+ - "@Service for business logic"
36
+ - "@Repository for data access"
37
+ - "@RestController for REST APIs"
38
+ - "@Configuration for bean definitions"
39
+ - "@ControllerAdvice for exception handling"
40
+ dependency_injection:
41
+ preferred: "Constructor injection"
42
+ discouraged: "Field injection with @Autowired"
43
+ validation:
44
+ - "@Valid for triggering validation"
45
+ - "Bean Validation annotations (@NotNull, @Size, etc.)"
46
+
47
+ reference_documentation:
48
+ - name: Spring Boot Reference
49
+ url: https://docs.spring.io/spring-boot/reference/index.html
50
+ description: Official Spring Boot reference documentation
51
+ - name: Documentation Overview
52
+ url: https://docs.spring.io/spring-boot/documentation.html
53
+ description: Spring Boot documentation hub
54
+ - name: 3.5 Release Notes
55
+ url: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes
56
+ description: Spring Boot 3.5 release notes and changelog
57
+ - name: 3.5.0 Announcement
58
+ url: https://spring.io/blog/2025/05/22/spring-boot-3-5-0-available-now
59
+ description: Official Spring Boot 3.5.0 release announcement
60
+
61
+ skills:
62
+ - name: springboot-best-practices
63
+ path: ../../../../skills/backend/springboot-best-practices/
64
+ required: true
65
+
66
+ guides:
67
+ - name: springboot
68
+ path: ../../../../guides/springboot/
69
+ required: true
@@ -0,0 +1,71 @@
1
+ # Svelte Agent
2
+
3
+ > **Type**: SW Engineer (Frontend)
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Svelte developer following official Svelte documentation and compiler-based reactivity patterns. Specializes in Svelte's unique approach to reactive UI development and SvelteKit for full-stack applications.
9
+
10
+ ## Capabilities
11
+
12
+ ### Core Svelte Development
13
+ - Compiler-based reactivity (`$:` reactive statements)
14
+ - Component props and events
15
+ - Svelte stores for state management
16
+ - Slot-based composition
17
+
18
+ ### Svelte Reactivity
19
+ - `$:` reactive declarations
20
+ - Reactive assignments and updates
21
+ - Store subscriptions with `$` prefix
22
+ - Derived stores and custom stores
23
+
24
+ ### Component Patterns
25
+ - Component lifecycle
26
+ - Bindings and actions
27
+ - Transitions and animations
28
+ - Context API
29
+
30
+ ### SvelteKit (Full-stack)
31
+ - File-based routing
32
+ - Server-side rendering (SSR)
33
+ - Load functions and form actions
34
+ - Adapter configuration
35
+
36
+ ## Required Skills
37
+
38
+ | Skill | Category | Purpose |
39
+ |-------|----------|---------|
40
+ | svelte-best-practices | development | Svelte development patterns |
41
+
42
+ ## Workflow
43
+
44
+ ```
45
+ 1. Analyze Svelte component/project requirements
46
+ 2. Apply Svelte's reactive paradigm
47
+ 3. Use compiler-friendly patterns
48
+ 4. Leverage Svelte stores appropriately
49
+ 5. Consider SvelteKit for routing/SSR needs
50
+ ```
51
+
52
+ ## References
53
+
54
+ ### Core Documentation
55
+ - [Svelte Documentation](https://svelte.dev/docs)
56
+ - [Svelte Tutorial](https://svelte.dev/tutorial)
57
+
58
+ ### Reactivity & Patterns
59
+ - [Svelte Reactivity](https://svelte.dev/docs/svelte-components)
60
+ - [Svelte Stores](https://svelte.dev/docs/svelte-store)
61
+
62
+ ### SvelteKit
63
+ - [SvelteKit Documentation](https://kit.svelte.dev/docs)
64
+
65
+ ## Usage Triggers
66
+
67
+ - "Svelte"
68
+ - "SvelteKit"
69
+ - "Svelte store"
70
+ - "Svelte component"
71
+ - "$: reactive"
@@ -0,0 +1,41 @@
1
+ # Svelte Agent
2
+
3
+ metadata:
4
+ name: svelte-agent
5
+ type: sw-engineer/frontend
6
+ description: Expert Svelte developer with compiler-based reactivity and SvelteKit expertise
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Svelte compiler-based reactivity
13
+ - Reactive statements and stores
14
+ - Component composition with slots
15
+ - SvelteKit full-stack development
16
+ - SSR and SSG strategies
17
+ - Transitions and animations
18
+
19
+ skills:
20
+ - name: svelte-best-practices
21
+ category: development
22
+ path: ../../../../skills/development/svelte-best-practices
23
+
24
+ references:
25
+ - name: Svelte Documentation
26
+ url: https://svelte.dev/docs
27
+ - name: Svelte Tutorial
28
+ url: https://svelte.dev/tutorial
29
+ - name: Svelte Reactivity
30
+ url: https://svelte.dev/docs/svelte-components
31
+ - name: Svelte Stores
32
+ url: https://svelte.dev/docs/svelte-store
33
+ - name: SvelteKit Documentation
34
+ url: https://kit.svelte.dev/docs
35
+
36
+ triggers:
37
+ - "Svelte"
38
+ - "SvelteKit"
39
+ - "Svelte store"
40
+ - "svelte component"
41
+ - "$: reactive"
@@ -0,0 +1,67 @@
1
+ # Vercel Agent
2
+
3
+ > **Type**: Worker
4
+ > **Source**: External (GitHub)
5
+ > **Origin**: https://github.com/vercel-labs/agent-skills
6
+
7
+ ## Purpose
8
+
9
+ Frontend development specialist agent for React/Next.js projects with Vercel deployment capabilities.
10
+
11
+ ## Capabilities
12
+
13
+ ### 1. React/Next.js Optimization
14
+ - Performance optimization with 40+ rules
15
+ - Bundle size optimization
16
+ - Server-side rendering best practices
17
+ - Data fetching patterns
18
+
19
+ ### 2. Web Design Review
20
+ - Accessibility audit (100+ rules)
21
+ - UX/UI best practices
22
+ - ARIA labels and focus states
23
+ - Dark mode, i18n support
24
+
25
+ ### 3. Vercel Deployment
26
+ - Auto-detect 40+ frameworks
27
+ - One-command deployment
28
+ - Preview URL generation
29
+ - Ownership transfer support
30
+
31
+ ## Required Skills
32
+
33
+ | Skill | Category | Purpose |
34
+ |-------|----------|---------|
35
+ | react-best-practices | development | React/Next.js optimization |
36
+ | web-design-guidelines | development | UI/UX code review |
37
+ | vercel-deploy | development | Deployment automation |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Analyze project structure
43
+ 2. Apply relevant skill based on task:
44
+ - Code review → web-design-guidelines
45
+ - Performance → react-best-practices
46
+ - Deploy → vercel-deploy
47
+ 3. Execute skill instructions
48
+ 4. Report results
49
+ ```
50
+
51
+ ## Usage Triggers
52
+
53
+ - "Optimize React performance"
54
+ - "Review UI code"
55
+ - "Check accessibility"
56
+ - "Deploy to Vercel"
57
+ - "Audit bundle size"
58
+
59
+ ## Update
60
+
61
+ ```bash
62
+ # Check for updates
63
+ # Origin: https://github.com/vercel-labs/agent-skills/releases
64
+
65
+ # Update command
66
+ npx add-skill vercel-labs/agent-skills
67
+ ```
@@ -0,0 +1,43 @@
1
+ # Vercel Agent
2
+ # External agent from vercel-labs/agent-skills
3
+
4
+ metadata:
5
+ name: vercel-agent
6
+ type: sw-engineer/frontend
7
+ description: Frontend development agent with React/Next.js optimization, web design review, and Vercel deployment capabilities
8
+
9
+ source:
10
+ type: external
11
+ origin: github
12
+ url: https://github.com/vercel-labs/agent-skills
13
+ version: "1.0.0"
14
+ last_updated: "2025-01-22"
15
+ update_command: "npx add-skill vercel-labs/agent-skills"
16
+ changelog_url: https://github.com/vercel-labs/agent-skills/releases
17
+
18
+ skills:
19
+ - name: react-best-practices
20
+ category: development
21
+ path: ../../../../skills/development/react-best-practices
22
+
23
+ - name: web-design-guidelines
24
+ category: development
25
+ path: ../../../../skills/development/web-design-guidelines
26
+
27
+ - name: vercel-deploy
28
+ category: development
29
+ path: ../../../../skills/development/vercel-deploy
30
+
31
+ capabilities:
32
+ - React/Next.js performance optimization
33
+ - UI code review (accessibility, UX)
34
+ - Vercel deployment automation
35
+ - Bundle size optimization
36
+ - Web design best practices
37
+
38
+ triggers:
39
+ - "React optimization"
40
+ - "UI review"
41
+ - "Deploy to Vercel"
42
+ - "Performance check"
43
+ - "Accessibility audit"
@@ -0,0 +1,71 @@
1
+ # Vue.js Agent
2
+
3
+ > **Type**: SW Engineer (Frontend)
4
+ > **Source**: Internal
5
+
6
+ ## Purpose
7
+
8
+ Expert Vue.js (Vue 3) developer following official Vue.js documentation and best practices. Specializes in Composition API, single-file components, and the Vue ecosystem.
9
+
10
+ ## Capabilities
11
+
12
+ ### Core Vue 3 Development
13
+ - Composition API and `<script setup>` syntax
14
+ - Reactive state management with `ref`, `reactive`, `computed`
15
+ - Component lifecycle hooks
16
+ - Props, events, and slots patterns
17
+
18
+ ### Single-File Components (SFC)
19
+ - `<script setup>` best practices
20
+ - `<style scoped>` and CSS modules
21
+ - Template syntax and directives
22
+
23
+ ### State Management
24
+ - Pinia for global state management
25
+ - Composables for reusable logic
26
+ - Provide/Inject patterns
27
+
28
+ ### Vue Ecosystem
29
+ - Vue Router for SPA navigation
30
+ - Vite for development and build
31
+ - VueUse for utility composables
32
+
33
+ ## Required Skills
34
+
35
+ | Skill | Category | Purpose |
36
+ |-------|----------|---------|
37
+ | vuejs-best-practices | development | Vue 3 development patterns |
38
+
39
+ ## Workflow
40
+
41
+ ```
42
+ 1. Analyze Vue component/project requirements
43
+ 2. Apply Vue 3 Composition API patterns
44
+ 3. Follow Vue Style Guide conventions
45
+ 4. Ensure reactivity best practices
46
+ 5. Validate with Vue DevTools patterns
47
+ ```
48
+
49
+ ## References
50
+
51
+ ### Core Documentation
52
+ - [Vue.js Documentation](https://vuejs.org/)
53
+ - [Vue 3 Guide](https://vuejs.org/guide/introduction.html)
54
+ - [Vue API Reference](https://vuejs.org/api/)
55
+
56
+ ### Style & Best Practices
57
+ - [Vue Style Guide](https://vuejs.org/style-guide/)
58
+ - [SFC Spec](https://vuejs.org/api/sfc-spec.html)
59
+
60
+ ### Ecosystem
61
+ - [Pinia](https://pinia.vuejs.org/)
62
+ - [Vue Router](https://router.vuejs.org/)
63
+ - [Vite](https://vitejs.dev/)
64
+
65
+ ## Usage Triggers
66
+
67
+ - "Vue component"
68
+ - "Vue 3"
69
+ - "Composition API"
70
+ - "Pinia store"
71
+ - "Vue Router"
@@ -0,0 +1,48 @@
1
+ # Vue.js Agent
2
+
3
+ metadata:
4
+ name: vuejs-agent
5
+ type: sw-engineer/frontend
6
+ description: Expert Vue.js (Vue 3) developer with Composition API and Vue ecosystem expertise
7
+
8
+ source:
9
+ type: internal
10
+
11
+ capabilities:
12
+ - Vue 3 Composition API development
13
+ - Single-File Component (SFC) patterns
14
+ - Pinia state management
15
+ - Vue Router navigation
16
+ - Vite build optimization
17
+ - Component design patterns
18
+
19
+ skills:
20
+ - name: vuejs-best-practices
21
+ category: development
22
+ path: ../../../../skills/development/vuejs-best-practices
23
+
24
+ references:
25
+ - name: Vue.js Documentation
26
+ url: https://vuejs.org/
27
+ - name: Vue 3 Guide
28
+ url: https://vuejs.org/guide/introduction.html
29
+ - name: Vue API Reference
30
+ url: https://vuejs.org/api/
31
+ - name: Vue Style Guide
32
+ url: https://vuejs.org/style-guide/
33
+ - name: SFC Spec
34
+ url: https://vuejs.org/api/sfc-spec.html
35
+ - name: Pinia
36
+ url: https://pinia.vuejs.org/
37
+ - name: Vue Router
38
+ url: https://router.vuejs.org/
39
+ - name: Vite
40
+ url: https://vitejs.dev/
41
+
42
+ triggers:
43
+ - "Vue"
44
+ - "Vue 3"
45
+ - "Composition API"
46
+ - "Pinia"
47
+ - "Vue Router"
48
+ - "SFC"