skill

Manage local oh-my-claudecode skills across built-in, user-level, and project-level scopes.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Leap0920/Clean-Portfolio --skill skill-leap0920
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Leap0920/Clean-Portfolio/tree/main/%25USERPROFILE%25/.openclaude/plugins/cache/omc/oh-my-claudecode/4.14.0/skills/skill
Command: npx skills add https://github.com/Leap0920/Clean-Portfolio --skill skill-leap0920

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of organizing and maintaining a growing library of local oh-my-claudecode skills so Claude can reliably reuse your best fixes and workflows.

Core Features & Use Cases

  • List & Discover: Scans built-in, user-level, and project-level skills and displays their metadata in an organized way.
  • Create with a Wizard: Guides you through naming, describing, choosing triggers, and selecting whether the skill is user- or project-scoped.
  • Search, Inspect, and Refine: Finds skills by name/description/triggers/content and lets you view full details or edit frontmatter and content.
  • Safely Modify Skill Scope: Removes skills with confirmation and syncs skills between user and project scopes without overwriting silently.

Quick Start

Run the skill creation flow by telling the AI: "Create a new user-scoped skill named 'error-handler-v2' that triggers on 'NullPointerException' and includes a short argument hint for the failing file and line."

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 skills across different scopes?

Manage local Claude skills by scanning built-in, user-level, and project-level directories. The skill parses YAML frontmatter metadata to list, inspect, and organize your workflows across all scopes.

How do I create a new skill with an interactive wizard?

Create a new skill using an interactive wizard that guides you through naming, describing, choosing triggers, and selecting whether the skill is user-scoped or project-scoped for local Claude environments.

Can I search for specific skills by triggers and content?

Yes, you can search for skills by matching names, descriptions, triggers, and content text. The skill scans local directories and parses metadata to find exact matches across all scopes.

What is the best way to synchronize skills between user and project scopes?

Synchronize skills between user and project scopes using the built-in sync feature. It safely copies skill files and YAML frontmatter without overwriting existing data silently, ensuring no duplicate conflicts.

How does removing a skill with confirmation work?

Removing a skill requires explicit confirmation before deletion. The system performs safety checks for naming, duplicates, permissions, and missing files before safely deleting the skill from its target scope.

Do I need YAML frontmatter to edit local skill metadata?

Yes, YAML frontmatter is required to edit local skill metadata. The skill parses this frontmatter to validate naming, triggers, and descriptions when you refine or modify existing Claude skill content.