-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(skills): Add skill-finder - Full-featured Agent Skills management tool #523
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
…t tool - Search 235+ skills from 14 repositories (official, curated, community) - Tag-based filtering (#azure #development) - Install skills to local directory - Star/favorite management - Index auto-update from GitHub sources - Similar skill recommendations - PowerShell and Python scripts included
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, discover, install, and manage AI agent skills from multiple GitHub repositories.
Key Changes
- Local index-based search with 235+ pre-indexed skills from 14 repositories
- Tag-based filtering with support for category searches (#azure, #bicep, etc.)
- Skill installation to local directories with GitHub API integration
- Star/favorite system for skill management
- Auto-update functionality to sync skills from sources
Reviewed changes
Copilot reviewed 8 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/skill-finder/SKILL.md | Skill definition with comprehensive documentation and agent instructions |
| skills/skill-finder/scripts/search_skills.py | Python implementation of search/install/management functionality |
| skills/skill-finder/scripts/Search-Skills.ps1 | PowerShell implementation providing cross-platform support |
| skills/skill-finder/references/skill-index.json | Pre-indexed catalog of 235+ skills from 14 sources |
| skills/skill-finder/references/starred-skills.json | User favorites tracking file with future date issue |
| skills/skill-finder/README.md | Bilingual documentation with usage examples |
| skills/skill-finder/LICENSE.txt | MIT license file |
| docs/README.skills.md | Updated skills registry with new skill-finder entry |
Address Copilot AI review feedback: - Add comments explaining why exceptions are silently ignored
- Fetch actual descriptions from GitHub for 190+ skills - Eliminate placeholder 'xxx skill' patterns - Add meaningful descriptions for scientific, workflow, and utility skills
- skill-index.schema.json を追加 - スキル名の命名規則をハイフン形式に統一
|
Thanks for the submission @aktsmm and your patience while we got around to reviewing this PR due to a holiday break. Right now, I don't think we can allow this one because we can't guarantee the skills outside this repo will stay current, maintain responsible AI, etc. I really do appreciate your creativity in coming up with this. |
|
Thanks for reviewing @codemillmatt! I completely understand the concerns about external content governance. |
Pull Request Checklist
npm startand verified that README is up to date.Description
This PR adds skill-finder, a full-featured Agent Skills management tool that helps users discover, search, install, and manage AI agent skills from multiple sources.
Key Features
Scripts Included
Type of Contribution
Additional Notes