find-skills
Find and load available skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find and load available skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured code review
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
Solution proposals with tradeoff analysis for spec-driven development
| description | Find and load available skills |
Search and install community-maintained skill definitions from the Vercel skills ecosystem (skills.sh). Use this when the user needs capabilities not covered by existing project skills.
npx skills find [query]
Returns matching skills from the registry. Use specific queries: prefer
find react-testing over find testing.
npx skills install [skill-name]
Downloads the skill definition into the project. The installed skill is then available for the AI agent to load in future sessions.
npx skills requires Node.js but does not add project dependencies.npx skills find [query] and present the results.npx skills install [skill-name].