find-skills
Find Skills
Discover and install third-party agent skills from the open Agent Skills ecosystem powered by skills.sh.
Overview
The Agent Skills format is an open standard for packaging procedural knowledge, workflows, and tools that AI agents load on demand. The npx skills CLI (maintained by Vercel Labs) serves as "npm for AI agents" -- enabling discovery and installation of community skills from any Git repository.
skills.sh is the public directory and leaderboard for the ecosystem, hosting thousands of skills across categories like frontend, backend, DevOps, and more.
Built-in cc-arsenal Skills
Before installing third-party skills, note that cc-arsenal already provides:
- agent-browser -- AI-optimized headless browser automation (snapshot + refs system)
- jira-cli -- Interactive Jira issue, epic, and sprint management
- create-skill -- Specification-driven skill creation with live documentation fetching
- find-skills -- This skill (discovery and installation of third-party skills)
Only install external skills that provide capabilities not already covered above.
More from mgiovani/cc-arsenal
agent-browser
Headless browser automation CLI optimized for AI agents. Uses snapshot + refs system for 93% less context overhead vs Playwright. Purpose-built for web testing, form automation, screenshots, and data extraction.
13jira-cli
Interactive CLI for Atlassian Jira issue, epic, and sprint management.
9git-commit
Generate conventional commits following conventionalcommits.org specification.
9refactor
Safe codebase refactoring with characterization tests, incremental changes, and continuous verification. Automatically activates when users want to refactor code, extract methods/classes, simplify logic, reduce duplication, improve naming, restructure modules, or clean up technical debt.
8implement-feature
Implement features with senior staff engineer best practices and parallel
8fix-bug
Fix bugs using test-driven debugging and root cause analysis. Activates
8