Agent Skill
2/7/2026instinct-status
Display all learned instincts with their confidence scores and domains
J
jason
0GitHub Stars
1Views
npx skills add jason-hchsieh/marketplace
SKILL.md
| Name | instinct-status |
| Description | Display all learned instincts with their confidence scores and domains |
name: instinct-status description: Display all learned instincts with their confidence scores and domains
Instinct Status Skill
You are displaying the current state of learned instincts.
Instructions
-
Read instincts directory: List all files in
.claude/learning/instincts/ -
Parse each instinct: Extract:
- Name
- Trigger
- Action
- Confidence score
- Domain
- Created date
- Evidence count
-
Group by domain: Organize instincts by category
-
Calculate statistics:
- Total instincts
- Average confidence
- Instincts per domain
- Highest/lowest confidence
-
Identify evolution candidates: Flag clusters of related instincts that could be evolved into skills
Output Format
## Instinct Status
### Summary
- Total instincts: X
- Average confidence: X.XX
- Domains: [list]
### By Domain
#### [Domain Name] (X instincts)
| Instinct | Confidence | Trigger | Last Used |
|----------|------------|---------|-----------|
| name | 0.X | ... | date |
### Evolution Candidates
These instinct clusters could be evolved into skills:
1. **[Potential Skill Name]** (X related instincts)
- instinct-1, instinct-2, instinct-3
- Common theme: [description]
### Recommendations
- [Suggestions for improvement]
If No Instincts Exist
## Instinct Status
No instincts learned yet.
### Getting Started
1. Work on tasks normally
2. Use `/learn` at session end to extract patterns
3. Instincts will accumulate over time
4. Use `/evolve` when clusters form
Skills Info
Original Name:instinct-statusAuthor:jason
Download