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: Automatically extract reusable patterns from Claude Code sessions a
|
|||
|
||||
Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills.
|
||||
|
||||
## When to Activate
|
||||
|
||||
- Setting up automatic pattern extraction from Claude Code sessions
|
||||
- Configuring the Stop hook for session evaluation
|
||||
- Reviewing or curating learned skills in `~/.claude/skills/learned/`
|
||||
- Adjusting extraction thresholds or pattern categories
|
||||
- Comparing v1 (this) vs v2 (instinct-based) approaches
|
||||
|
||||
## How It Works
|
||||
|
||||
This skill runs as a **Stop hook** at the end of each session:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue