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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill management becomes painful when your Claude Code workflows grow, because you need a reliable way to list, create, search, edit, and safely remove local skills across user and project scopes.

Core Features & Use Cases

  • List and inventory skills across built-in, user-level, and project-level locations so you can quickly understand what exists and where it lives.
  • Create and maintain skills using an interactive wizard that generates a valid SKILL.md structure with triggers, scope, and workflow content.
  • Find and refine skills by searching across names, descriptions, triggers, and full markdown content, then editing specific fields or the full skill body with safety guardrails.

Quick Start

Run /oh-my-claudecode:skill list to see your built-in, user-level, and project-level skills with scope and descriptions.

Frequently Asked Questions about skill

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

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

You can manage Claude Code skills across user and project scopes by listing, creating, searching, and editing SKILL.md files. The skill management system parses YAML frontmatter for discovery and applies safe file operations to prevent destructive actions without explicit consent.

What is the best way to create a new SKILL.md file with valid frontmatter?

The best way to create a valid SKILL.md file is using an interactive wizard that generates the required YAML frontmatter, triggers, scope, and workflow content. This ensures deterministic workflow reuse and proper codebase-specific knowledge capture.

Can I search local skill markdown content by triggers and descriptions?

Yes, you can search across skill names, descriptions, triggers, and full markdown content. The search and edit functionality allows you to find specific skills and refine them by editing specific fields or the full skill body with safety guardrails.

Does this skill management tool require any external dependencies?

No external dependencies are required to manage local oh-my-claudecode skills. The tool relies entirely on local automation, YAML frontmatter parsing, and safe file operations within your Claude Code session environment.

How do I safely remove a local skill without losing project knowledge?

You can safely remove local skills through interactive prompting flows that require explicit user consent before any destructive actions. The system validates skill names and prevents accidental deletion of SKILL.md files across user and project scopes.