Aria skill candidates
Open-source Claude Code Skills that replace clicking through vendor dashboards — Stripe, Cloudflare DNS, ElevenLabs, GitHub, and more. Powered by Aria Code.
npx -y skills add iansteitz1-eng/aria-skills --skill aria-skill-candidatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Observer + Gatekeeper for the Aria Builders meta-loop. Scans Claude Code transcripts for recurring vendor-API patterns and ranks them by a 5-axis rubric (recurrence · YAML-shape · multi-step · public-value · sovereignty-cost) to decide which patterns should become new skills. Filters out vendors already covered by an existing skill. Use when the user says "what should I build next", "skill candidates", "where am I repeating myself", "scan transcripts", or weekly as a passive review.
SKILL.md
1.3 KB, as published. Nobody here has run it
aria-skill-candidates
The "should I build a skill for this?" question, answered automatically.
Usage
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