aria-skill-candidateslisted
Install: claude install-skill iansteitz1-eng/aria-skills
# aria-skill-candidates
The "should I build a skill for this?" question, answered automatically.
## Usage
```sh
python3 aria_skill_candidates.py # scan all transcripts
python3 aria_skill_candidates.py --limit-files 20 # last 20 sessions only
python3 aria_skill_candidates.py --json # machine-readable
```
## The 5-axis rubric
Each candidate scored 0-3 on:
- **Recurrence** — how often the pattern appears
- **YAML-shape** — how cleanly it maps to declarative reconcile
- **Multi-step** — manual-step count if unskilled
- **Public-value** — generalizes vs Aria-internal
- **Sovereignty** — touches doctrine/splat/voice (subtracted)
Score = `R + Y + M + P − S`. ≥10 = BUILD NOW · 5-9 = LOG PROBE · <5 = SKIP.
## License
Apache 2.0