Skills Search
skill from daymade/claude-code-skills
About
--- name: skills-search description: This skill should be used when users want to search, discover, install, or manage Claude Code skills from the CCPM registry. Triggers include requests like "find skills for PDF", "search for code review skills", "install cloudflare-troubleshooting", "list my installed skills", "what does skill-creator do", or any mention of finding/installing/managing Claude Code skills or plugins. --- # Skills Search ## Overview Search, discover, and manage Claude Code skills from the CCPM (Claude Code Plugin Manager) registry. This skill wraps the `ccpm` CLI to provide seamless skill discovery and installation. ## Quick Start ```bash # Search for skills ccpm search <query> # Install a skill ccpm install <skill-name> # List installed skills ccpm list # Get skill details ccpm info <skill-name> ``` ## Commands Reference ### Search Skills Search the CCPM registry for skills matching a query. ```bash ccpm search <query> [options] Options: --limit <n>
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions