skill

Organize local skill definitions into standardized frontmatter-based Skill Units.

38.5k|3.5k|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill skill-yeachan-heo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/skill
Command: npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill skill-yeachan-heo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized, frontmatter-based mechanism to manage local skills used by oh-my-claudecode, enabling quick discovery, versioning, and reuse across projects and personal contexts.

Core Features & Use Cases

  • List, add, edit, remove, search, and setup skills from a single CLI surface.
  • Maintain SKILL.md frontmatter and descriptive Markdown content for each skill, with dual scopes (user and project).
  • Sync and compare skills across scopes to keep knowledge aligned across the codebase and local environment.

Quick Start

  • Run /skill list to view all skills.
  • Create a new skill with /skill add <name>.
  • Update an existing skill with /skill edit <name>.
  • Remove a skill with /skill remove <name>.
  • Use /skill sync to align user and project skills.
  • Use /skill setup to run the interactive skill setup wizard.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skill definitions using a CLI wizard?

You can manage local skill definitions by running the interactive setup wizard to apply standardized frontmatter, enforce naming conventions, and validate file operations for quick discovery across scopes.

What is frontmatter-based skill standardization for local environments?

Frontmatter-based standardization organizes local skill definitions into a uniform SKILL.md format, enabling quick discovery, versioning, and reuse across both user-level and project-level scopes.

How do I sync skills between user and project scopes?

You can sync skills between user and project scopes using the dedicated sync command, which aligns knowledge across your local environment and codebase while comparing frontmatter differences.

Can I search and edit existing local skills from a single command surface?

Yes, you can search, edit, list, and remove existing local skills from a single CLI surface, with built-in validation ensuring frontmatter correctness and safe file operations throughout the workflow.

Does the skill management wizard enforce naming conventions and validation?

The interactive skill wizard enforces strict naming conventions, validates frontmatter correctness, and performs safe file operations to maintain standardized local skill definitions across user and project scopes.

What are the limitations of managing local skills through frontmatter?

This frontmatter-based approach is limited to managing local skill definitions within user and project scopes, requiring standardized SKILL.md files and relying on CLI commands for all operations.