-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(skills): Add skill-finder - Full-featured Agent Skills management tool #522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds skill-finder, a comprehensive Agent Skills management tool that enables users to search, install, star, and manage skills across multiple repositories. The tool provides local indexing of 48+ skills from 7 sources, GitHub API search fallback, tag-based filtering, and favorites management.
Key Changes
- Full-featured skill management system with Python and PowerShell implementations
- Pre-indexed catalog of 48+ skills from official and community sources
- Support for tag-based search, installation, favorites, and auto-updates
Reviewed changes
Copilot reviewed 8 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/skill-finder/SKILL.md | Skill definition with front matter, features, and agent instructions |
| skills/skill-finder/README.md | Bilingual (EN/JA) user documentation with demos and examples |
| skills/skill-finder/LICENSE.txt | CC BY-NC 4.0 license with Microsoft employee exception |
| skills/skill-finder/scripts/search_skills.py | Python implementation (967 lines) with full feature set |
| skills/skill-finder/scripts/Search-Skills.ps1 | PowerShell implementation (1133 lines) with full feature set |
| skills/skill-finder/references/skill-index.json | Pre-indexed catalog of 48+ skills from 7 repositories |
| skills/skill-finder/references/starred-skills.json | User favorites storage file |
| docs/README.skills.md | Documentation update listing the new skill |
|
Closing to resubmit with significant updates and improvements. |
Pull Request Checklist
pm start\ (in WSL/Linux) and verified that README is up to date.
Description
Adds skill-finder, a full-featured Agent Skills management tool for GitHub Copilot and Claude Code.
Features
Files
Pre-indexed Sources
Type of Contribution
Additional Notes
pm start\ in WSL (Ubuntu) to ensure CI compatibility