skills-search

Search, install, and manage Claude Code skills from the CCPM registry.

1.3k|212|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/daymade/claude-code-skills --skill skills-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-search
Source: https://github.com/daymade/claude-code-skills/tree/main/skills-search
Command: npx skills add https://github.com/daymade/claude-code-skills --skill skills-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccpm.

What problem does it solve?

This Skill enables discovery and installation of Claude Code skills from the CCPM registry, wrapping the ccpm CLI for seamless search, install, and management.

Core Features & Use Cases

  • Search the CCPM registry for skills
  • Install and list installed skills
  • Get detailed information about a skill
  • Review and manage dependencies and versions

Quick Start

  • Search for a skill: ccpm search pdf

Frequently Asked Questions about skills-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Claude Code skills in the registry?

Search the CCPM registry by running `ccpm search` with keywords. The skills-search Skill wraps the ccpm CLI to discover available skills, filter by keyword, and review metadata before installation.

Can I install skills directly from the CCPM registry?

Yes, install skills from the CCPM registry using the install command. After installation completes, restart Claude Code to load the new Skill into your environment.

How do I list and manage installed skills?

List installed skills across user and project scopes using ccpm commands wrapped by skills-search. You can retrieve detailed information about any skill and uninstall those no longer needed.

What do I need before I can search and install skills?

Install ccpm as a prerequisite. The skills-search Skill requires ccpm CLI to function and wraps its commands for seamless registry access and skill management.

Does skills-search support filtering options when searching the registry?

Yes, skills-search supports options like --limit to control result count and --json to format output as JSON for programmatic use and integration workflows.

Can I check skill dependencies and versions before installing?

Review skill metadata including dependencies and versions before installation. skills-search retrieves detailed information to help you verify compatibility with your environment.