Skip to content

Conversation

@aktsmm
Copy link

@aktsmm aktsmm commented Dec 24, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my contribution.
  • I have run
    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

  • 🔍 Local Index Search - Fast offline search from 48+ pre-indexed skills
  • 🏷️ Tag Search - Search by tags like #azure #bicep\
  • 🌐 GitHub Search - Search SKILL.md files on GitHub
  • 📦 Install Skills - Download skills to local directory
  • Star Favorites - Mark and manage favorite skills
  • 📊 Statistics - View index stats and category breakdown
  • 🔄 Auto Update - Update all sources from GitHub
  • 💡 Similar Skills - Get recommendations based on categories

Files

File Description
SKILL.md Skill definition and Agent Instructions
README.md User documentation (EN/JA bilingual)
LICENSE.txt CC BY-NC 4.0 License
scripts/search_skills.py Python script
scripts/Search-Skills.ps1 PowerShell script
references/skill-index.json Pre-indexed 48+ skills from 7 repos
assets/demo-*.mp4 Demo videos (Japanese/English)

Pre-indexed Sources


Type of Contribution

  • New feature
  • Bug fix
  • Documentation
  • Other (please specify): New skill

Additional Notes

  • Ran
    pm start\ in WSL (Ubuntu) to ensure CI compatibility
  • Both Python and PowerShell scripts included for cross-platform support
  • Demo videos available in Japanese and English

Copilot AI review requested due to automatic review settings December 24, 2025 23:51
Copy link
Contributor

Copilot AI left a 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

@aktsmm
Copy link
Author

aktsmm commented Dec 25, 2025

Closing to resubmit with significant updates and improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant