find-skills
Installation
SKILL.md
Find Skills (vercel-labs/skills)
Use this skill when users ask:
- "Do we already have a skill for X?"
- "Find skills for [task]"
- "What existing skill can I reuse instead of writing from scratch?"
Primary source:
Discovery workflow
- Clarify the target task in one sentence.
- Search the registry by keywords (task, toolchain, framework, platform).
- For each candidate skill, extract:
- Skill name/path
- What problem it solves
- Required tools/dependencies
- Any platform assumptions
- Recommend one best-fit skill and one fallback.
- If none fit exactly, propose adaptation steps for MicroClaw.
Useful commands
Search repo metadata quickly:
curl -s "https://api.github.com/repos/vercel-labs/skills/contents"
Search issues/paths by keyword (example):
curl -s "https://api.github.com/search/code?q=repo:vercel-labs/skills+keyword"
Fetch raw README/skill docs when needed:
curl -sL "https://raw.githubusercontent.com/vercel-labs/skills/main/README.md"
Output format
When returning results, use this structure:
- Best match
- Why it fits
- Requirements
- Install/adapt steps for MicroClaw
- Alternative options
MicroClaw adaptation hints
- Convert upstream skill metadata to local
SKILL.mdfrontmatter (name,description, optionalplatforms/deps). - Keep instructions actionable with
bash, file tools, and existing MCP tools. - If upstream skill assumes another runtime, add a short "MicroClaw notes" section describing equivalent commands.