What problem does it solve?
Skill-finder eliminates manual searching and fragile copy-paste installs by discovering, ranking, and provisioning AI skills from curated registries and marketplaces into the current project. It bridges the bundled NONoise skills and the broader community ecosystem so Polly or a developer can quickly fill capability gaps without hunting across repos and lists.
Core Features & Use Cases
- Enumerates multiple registered sources (GitHub repo trees, marketplace JSON, awesome-lists) and filters results by detected stack or user-specified technology.
- Provides a fetch helper for unified, machine-readable listings and an install helper that clones a skill folder, copies it into .claude/skills/, and enriches SKILL.md frontmatter with source metadata.
- Handles marketplace plugins by printing user-gated install instructions, supports custom sources merged from .nonoise configuration, and offers dry-run and safety checks to avoid destructive overwrites.
- Use Case: Polly detects a missing Angular or C# support skill and delegates to skill-finder to propose top candidates and install the chosen skill into the project.
Quick Start
Use skill-finder to find and install a skill for Angular linting into the current project.