One-click install
npx skills add https://github.com/xdkp/oh-my-claudecode --skill skill-xdkp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/xdkp/oh-my-claudecode/tree/main/skills/skill
Command: npx skills add https://github.com/xdkp/oh-my-claudecode --skill skill-xdkp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Claude Code local skills across built-in, user, and project scopes becomes confusing when you need to list, create, edit, search, or safely remove skills.

Core Features & Use Cases

  • Skill inventory across scopes: Lists built-in, user (${CLAUDE_CONFIG_DIR:-~/.claude}/skills/omc-learned/), and project (.omc/skills/) skills with metadata.
  • Interactive lifecycle management: Creates new skills, edits YAML frontmatter/content, removes skills with confirmation, and shows full details.
  • Trigger-driven discovery: Searches skills by name, description, triggers, or content so you can quickly find the right automation pattern.
  • Local workflow setup and sync: Runs a setup wizard to ensure directories exist and syncs skills between user and project scopes safely.

Quick Start

Ask your assistant to run /oh-my-claudecode:skill list to see all available skills grouped by built-in, user, and project scope.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local Claude Code skills across different project scopes?

Manage local Claude Code skills by listing, creating, editing, and removing them across built-in, user, and project scopes. This ensures consistent scope resolution across configured directories like your local .omc/skills/ folder.

What is trigger-based discovery for workflow automation patterns?

Trigger-based discovery finds workflow automation skills by querying name, description, triggers, or content. It helps you quickly locate and reuse hard-won debugging solutions or pattern implementations during Claude Code sessions.

How do I create and edit local skills with YAML frontmatter for Claude Code?

Create and edit local skills using an interactive lifecycle manager that parses YAML frontmatter for discovery. It enforces validated naming and allows you to safely edit skill content and metadata within your project directory.

Does Claude Code skill management support syncing between user and project directories?

Claude Code skill management supports syncing skills between user and project scopes safely. An interactive setup wizard ensures required directories exist before transferring or updating your local configuration files.

What precautions are enforced when removing skills from local configuration directories?

Removing skills from local configuration directories enforces safe confirmations for destructive actions. This prevents accidental deletion of built-in, user, or project scope workflow automation patterns and debugging solutions.