What problem does it solve?
This Skill prevents duplicate work and unsafe guesswork by auditing existing Pi skills, identifying gaps, and recommending whether to reuse, extend, or install a new skill.
Core Features & Use Cases
- Repository Skill Audit: Scans .pi/skills/ to detect existing coverage before creating anything new.
- Global Skill Check: Looks for matching skills in shared Pi locations so you can use a ready-made option when one already exists.
- Validation and Selection: Compares fit, trust, risk, and maintenance quality to narrow the choice to the best candidate.
- Implementation Workflow: Helps install a validated skill into the repo and keep documentation aligned with the project inventory.
- Use Case: A team wants a repeatable workflow for browser automation, so the Skill checks whether a suitable skill already exists, validates the best package, and adds it to the project if needed.
Quick Start
Ask the assistant to audit the repo for an existing skill that matches your task, validate the best option, and install or extend it in .pi/skills/ if needed.