← ClaudeAtlas

find-skilllisted

Discovery skill — помогает юзеру найти подходящий skill когда capability нужна, но юзер не знает что у нас уже есть для этого skill. Также подключается к npx skills marketplace…
Nioris/project-forge · ★ 1 · AI & Automation · score 77
Install: claude install-skill Nioris/project-forge
# Find Skill — Discovery Workflow ## Purpose Forge содержит 100+ skills. Юзер не должен помнить ни один из них. Этот skill **переводит** "wish for capability" → конкретный skill (local) или **install candidate** (marketplace). Inspired by Vercel Labs `find-skills` — but adapted to Forge dual-tier architecture: 1. **Local-first** — 100+ Forge skills уже встроены, искать сначала их 2. **Marketplace-fallback** — если local нет, использовать `npx skills find` для public ecosystem ## When to invoke Юзер saying: - "как мне сделать X" / "как добавить Y" / "как реализовать Z" - "есть ли skill для X" / "найди skill для X" - "помоги с {domain}" — tooling, design, deployment, integration, testing, etc. - "хочу интегрировать {service}" — Stripe, Discord, OAuth, etc. - "нужна функция X" / "как сделать X в моём проекте" NOT for: - Specific simple bugs ("fix this typo") — just fix it - Already-running skill workflows ("continue what we started") — use $continue - Routing to known smart router ("новая игра") — use $game directly ## Process ### Step 1 — Understand the need Identify: 1. **Domain** — what category (UI, data, deploy, testing, integration, design, monetization, performance, accessibility) 2. **Specific task** — concrete action ("validate forms", "add OAuth login", "create animations") 3. **Project context** — game / app / tool? Read `wiki/_map.md` if exists Don't search blindly. Refine query first. ### Step 2 — Local search FIRST ```bash node scripts/search-skills.mjs