Affaan Mustafa
|
0e9f613fd1
|
Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)"
This reverts commit 1bd68ff534.
|
2026-02-20 01:11:30 -08:00 |
|
park-kyungchan
|
1bd68ff534
|
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)
ECC community plugin pruning: removed 530+ non-essential files
(.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW,
language-specific skills/agents/rules). Retained 4 agents,
3 commands, 5 skills. Promoted 13 rule files (8 common + 5
typescript) to .claude/rules/ for CC native loading. Extracted
reusable patterns to EXTRACTED-PATTERNS.md.
|
2026-02-19 22:34:51 -08:00 |
|
Affaan Mustafa
|
e6e28882db
|
docs: add 'When to Activate' sections to 14 skill definitions
Add activation triggers to skills that were missing them, helping
Claude Code determine when to load each skill contextually.
|
2026-02-12 15:34:25 -08:00 |
|
Affaan Mustafa
|
f375171b13
|
docs: expand Spring Boot skills and add Go microservice example
- springboot-security: add code examples for authorization, input validation,
SQL injection prevention, password encoding, CORS, rate limiting, and secrets
management (119 → 261 lines)
- springboot-verification: add unit test, Testcontainers integration test,
MockMvc API test patterns, and security scan grep commands (100 → 222 lines)
- Add Go microservice example (gRPC + PostgreSQL + clean architecture)
- Update README directory tree with new example
|
2026-02-12 13:36:41 -08:00 |
|
manish sharma
|
ae2c063dde
|
feat(skills): add Java Spring Boot skills
Adds 6 new skills for Java Spring Boot development:
- java-coding-standards: naming, immutability, Optional, streams
- springboot-patterns: REST API, service layer, caching, async
- springboot-tdd: JUnit 5, Mockito, MockMvc, Testcontainers
- springboot-security: Spring Security, validation, CSRF
- springboot-verification: Maven/Gradle build verification
- jpa-patterns: entity design, relationships
Thanks @examin!
|
2026-01-29 18:54:19 -08:00 |
|