Agent Skill
2/7/2026

instinct-status

Display all learned instincts with their confidence scores and domains

J
jason
0GitHub Stars
1Views
npx skills add jason-hchsieh/marketplace

SKILL.md

Nameinstinct-status
DescriptionDisplay 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

  1. Read instincts directory: List all files in .claude/learning/instincts/

  2. Parse each instinct: Extract:

    • Name
    • Trigger
    • Action
    • Confidence score
    • Domain
    • Created date
    • Evidence count
  3. Group by domain: Organize instincts by category

  4. Calculate statistics:

    • Total instincts
    • Average confidence
    • Instincts per domain
    • Highest/lowest confidence
  5. 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