AgentSkillsCN

instinct-status

以置信度评分与所属领域,全面展示已习得的直觉。

SKILL.md
--- frontmatter
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

code
## 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

code
## 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