{
  "markdown": "[English](./README.md) | [中文](./README_CN.md)\n\n# find-skills (Windows Compatible Fork)\n\n<div align=\"center\">\n\n[![GitHub stars](https://img.shields.io/github/stars/KimYx0207/findskill?style=social)](https://github.com/KimYx0207/findskill)\n[![GitHub forks](https://img.shields.io/github/forks/KimYx0207/findskill?style=social)](https://github.com/KimYx0207/findskill)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/KimYx0207/findskill)\n\n**Windows 兼容版 Claude Code 技能搜索工具**\n\n</div>\n\n> This repository has been merged into [Kim Service](https://github.com/KimYx0207/Kim_Service) and no longer publishes standalone releases. Please use Kim Service for new versions, installation instructions, and release notes.\n\n> 🔗 **GitHub仓库**：[https://github.com/KimYx0207/findskill](https://github.com/KimYx0207/findskill)\n\n> 老金的开源知识库，实时更新群二维码：https://my.feishu.cn/wiki/OhQ8wqntFihcI1kWVDlcNdpznFf\n\n---\n\n## 📞 联系方式\n\n<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/KimYx0207/Claude-Code-x-OpenClaw-Guide-Zh/main/images/二维码基础款.png\" alt=\"联系方式\" width=\"600\"/>\n  <p><strong>获取更多AI资讯和技术支持</strong></p>\n  <p>\n    🌐 <a href=\"https://www.aiking.dev/\">aiking.dev</a>\n  </p>\n</div>\n\n---\n\n[中文文档](./README_CN.md)\n\nA Windows-compatible fork of [vercel-labs/skills find-skills](https://github.com/vercel-labs/skills) that fixes the empty output issue in Claude Code on Windows.\n\n## The Problem\n\nOn Windows, Claude Code uses a Bash/Git Bash environment that doesn't properly handle `npx skills` commands - they return empty output silently.\n\n```bash\n# ❌ This returns nothing on Windows in Claude Code\nnpx skills find \"react\"\n```\n\n## The Solution\n\nThis fork modifies the SKILL.md to instruct Claude Code to use PowerShell for running skills commands:\n\n```bash\n# ✅ This works on Windows\npowershell -Command \"npx skills find 'react'\"\n```\n\n## Installation\n\n### Step 1: Install the original find-skills\n\n```bash\nnpx skills add vercel-labs/skills@find-skills -g -y\n```\n\n### Step 2: Replace with Windows version\n\n1. Open: https://github.com/KimYx0207/findskill/blob/main/windows/SKILL.md\n2. Copy all content\n3. Replace the file at:\n   ```\n   C:\\Users\\<YourUsername>\\.agents\\skills\\find-skills\\SKILL.md\n   ```\n\n### Step 3: Restart Claude Code\n\nClose and reopen Claude Code.\n\n### Step 4: Verify\n\nSay to Claude Code: \"find a skill for data analysis\"\n\nIf you see search results, installation is successful.\n\n## Files\n\n```\nfindskill/\n├── README.md           # English documentation (this file)\n├── README_CN.md        # Chinese documentation\n├── LICENSE             # MIT License\n├── original/\n│   └── SKILL.md        # Original version from vercel-labs\n└── windows/\n    └── SKILL.md        # Windows-compatible version\n```\n\n## Key Changes\n\n1. **Added Windows compatibility warning** at the top\n2. **Changed all commands** to use `powershell -Command \"...\"` format\n3. **Added Chinese to English keyword reference** (search only supports English)\n4. **Added troubleshooting section**\n\n## Usage\n\nAfter installation, ask Claude Code:\n\n- \"find a skill for react\"\n- \"is there a skill for code review\"\n- \"search skill for data analysis\"\n\nClaude Code will now correctly use PowerShell to run the search.\n\n## Known Limitations\n\n1. **Search only supports English keywords** - Chinese queries need to be translated by AI\n2. **Trigger is semantic** - AI may or may not trigger find-skills depending on how you phrase it. Adding \"skill\" to your request makes it more reliable.\n3. **Windows only** - macOS/Linux users should use the original version\n\n## Credits\n\n- Original skill: [vercel-labs/skills](https://github.com/vercel-labs/skills)\n- Windows fix: [@KimYx0207](https://github.com/KimYx0207)\n\n## License\n\nMIT (same as original)\n",
  "bytes": 3732,
  "sha": "bccc693253b1235529ebfd88bc2c18eecb0ba98cf74a91a14ca749831e2acd3a",
  "repo_slug": "kimyx0207/findskill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_kimyx0207_findskill_find_skills_09efe695/readme"
}