skills-search

Search and manage Claude Code skills from the CCPM registry via ccpm CLI.

2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/leon30083/wenjing-aigc --skill skills-search-leon30083
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-search
Source: https://github.com/leon30083/wenjing-aigc/tree/main/.claude/skills/skills-search
Command: npx skills add https://github.com/leon30083/wenjing-aigc --skill skills-search-leon30083

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of searching, discovering, installing, and managing Claude Code skills from the CCPM registry.

Core Features & Use Cases

  • Discover skills by keywords, categories, and popularity.
  • Install, list, and inspect details of installed skills from the registry.
  • Manage skill versions and remove unused skills to keep environments clean.

Quick Start

Search the CCPM registry for Claude Code skills using the ccpm search command.

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 CCPM registry?

You can search the CCPM registry for Claude Code skills by using the ccpm search command to discover available skills by keywords, categories, and popularity. The skill returns structured registry data to help you find what you need.

How do I install and manage Claude Code skills across different scopes?

You can manage Claude Code skills by installing or uninstalling them across user- and project-scopes using the ccpm CLI. The skill supports viewing details, listing installed skills, and managing versions to keep your environments clean.

What is the CCPM registry used for in Claude Code?

The CCPM registry is a centralized source used for discovering, installing, and managing Claude Code skills. It allows you to search by keywords and categories, inspect skill details, and handle installations across different project scopes.

Can I get JSON output from the CCPM CLI when listing installed skills?

Yes, the skill relies on the ccpm CLI and supports JSON output alongside robust error handling. This allows you to programmatically capture structured registry data when you list installed skills or view details.

Do I need the ccpm CLI to search and uninstall Claude Code skills?

Yes, the ccpm CLI is required as the underlying dependency for this skill to function. It processes the search, discovery, installation, and uninstallation of Claude Code skills from the CCPM registry.