mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
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.
This commit is contained in:
parent
ed7ec29ead
commit
e6e28882db
14 changed files with 122 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ description: "Java coding standards for Spring Boot services: naming, immutabili
|
|||
|
||||
Standards for readable, maintainable Java (17+) code in Spring Boot services.
|
||||
|
||||
## When to Activate
|
||||
|
||||
- Writing or reviewing Java code in Spring Boot projects
|
||||
- Enforcing naming, immutability, or exception handling conventions
|
||||
- Working with records, sealed classes, or pattern matching (Java 17+)
|
||||
- Reviewing use of Optional, streams, or generics
|
||||
- Structuring packages and project layout
|
||||
|
||||
## Core Principles
|
||||
|
||||
- Prefer clarity over cleverness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue