skill-finder/SKILL.md
Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Use when looking for skills, installing new skills, or managing your skill collection.
npx skillsauth add aktsmm/agent-skills skill-finderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Full-featured Agent Skills management tool.
| Feature | Description |
| ------- | --------------------------------------- |
| Search | Local index + GitHub API + Web fallback |
| Tags | Filter by category (#azure #bicep) |
| Install | Download to local directory |
| Star | Mark and manage favorites |
| Update | Sync all sources from GitHub |
# Search
python scripts/search_skills.py "pdf"
python scripts/search_skills.py "#azure #development"
# Management
python scripts/search_skills.py --info skill-name
python scripts/search_skills.py --install skill-name
python scripts/search_skills.py --star skill-name
# Index
python scripts/search_skills.py --update
python scripts/search_skills.py --add-source https://github.com/owner/repo
| Command | Description |
| ------------------ | ------------------------- |
| <query> | Search skills by keyword |
| #tag | Filter by category |
| --info SKILL | Show skill details |
| --install SKILL | Download skill locally |
| --star SKILL | Add to favorites |
| --list-starred | Show favorites |
| --similar SKILL | Find similar skills |
| --update | Update index from sources |
| --add-source URL | Add new source repository |
| --stats | Show index statistics |
| --check | Verify dependencies |
| File | Description |
| -------------------------------- | ------------------------- |
| scripts/search_skills.py | Python script |
| scripts/Search-Skills.ps1 | PowerShell script |
| references/skill-index.json | Skill index (220+ skills) |
| references/starred-skills.json | Your starred skills |
→ references/setup-guide.md for installation
| Tool | Required |
| -------------------- | ----------- |
| GitHub CLI (gh) | 2.0+ |
| curl | Any |
| Python or PowerShell | One of them |
→ references/agent-instructions.md for complete guide
{N} repos, {M} skills searched (last updated: {date})
| Skill | Description | Source | Trust |
| ----- | ----------- | ------ | ----- |
| ... | ... | ... | ... |
**Next?**
1. Install?
2. Details?
3. Update index? (last: {date})
4. Web search?
| Type | Badge | Description |
| -------------- | --------- | -------------------------- |
| official | Official | Anthropic / GitHub 公式 |
| awesome-list | Curated | キュレーションリスト |
| community | Community | コミュニティ製(自己責任) |
development
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
data-ai
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
documentation
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.