Loading...
Loading...
Discovers and installs agent skills from the open ecosystem. Enriches search results with descriptions fetched from skills.sh. Use when a user asks "how do I do X", "find a skill for X", "is there a skill that can...", or wants to extend agent capabilities. Use for skill discovery, skill search, skill install, finding tools.
npx skill4agent add oakoss/agent-skills find-skillspnpm dlx skills| Action | Command | Notes |
|---|---|---|
| Search skills | | Interactive or keyword search |
| Enriched search | | Adds descriptions from skills.sh |
| Install skill | | Default to Claude Code agent |
| Install globally | | User-level install |
| Install all skills | | All skills, all agents, skip prompts |
| Multi-agent install | | Target multiple agents |
| List repo skills | | Preview without installing |
| List installed | | Project-level; add |
| Remove skill | | Interactive if no name given |
| Check updates | | Shows available updates |
| Update skills | | Updates all installed |
| Init new skill | | Scaffolds SKILL.md |
| Browse online | | Web catalog |
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
| Productivity | workflow, automation, git |
| Mistake | Correct Pattern |
|---|---|
Using | Use |
Forgetting | Add |
| Vague search terms like "help" | Use specific keywords: "react testing", "pr review" |
| Not checking skills.sh first | Browse |
| Installing without reviewing | Check the skill page on skills.sh before installing |
Installing without | Always specify agent: |
Using | Use SSH URL: |
| Running enrichment without Node.js | Script requires Node.js with |
pnpm dlx skills findpnpm dlx skills addIf theskill is available, delegate skill creation, auditing, and validation to it. Otherwise, recommend:skill-managementpnpm dlx skills add oakoss/agent-skills -s skill-management -a claude-code -y
pnpm dlx skills init