Findskill
Description
Windows兼容版Claude Code技能搜索工具,修复npx skills空输出问题 | Windows-compatible Claude Code skills finder
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[English](./README.md) | [中文](./README_CN.md)
find-skills (Windows Compatible Fork)
  
**Windows 兼容版 Claude Code 技能搜索工具**
🔗 **GitHub仓库**:[https://github.com/KimYx0207/findskill](https://github.com/KimYx0207/findskill)
老金的开源知识库,实时更新群二维码:https://my.feishu.cn/wiki/OhQ8wqntFihcI1kWVDlcNdpznFf
📞 联系方式
[中文文档](./README_CN.md)
A 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.
The Problem
On Windows, Claude Code uses a Bash/Git Bash environment that doesn't properly handle `npx skills` commands - they return empty output silently.
# ❌ This returns nothing on Windows in Claude Code
npx skills find "react"
The Solution
This fork modifies the SKILL.md to instruct Claude Code to use PowerShell for running skills commands:
# ✅ This works on Windows
powershell -Command "npx skills find 'react'"
Installation
Step 1: Install the original find-skills
npx skills add vercel-labs/skills@find-skills -g -y
Step 2: Replace with Windows version
- Open: https://github.com/KimYx0207/findskill/blob/main/windows/SKILL.md
- Copy all content
- Replace the file at:
C:\Users\\.agents\skills\find-skills\SKILL.md
Step 3: Restart Claude Code
Close and reopen Claude Code.
Step 4: Verify
Say to Claude Code: "find a skill for data an
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11