skill

Manage local skills across user and project scopes with YAML frontmatter.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill skill-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill skill-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized interface to discover, list, add, remove, search, and sync local skills across user and project scopes, consolidating skill management into a single entry point.

Core Features & Use Cases

  • Discover bundled, user, and project skills and view their metadata and status.
  • Add new skills and edit existing ones through an interactive or direct command workflow.
  • Sync, search, and info operations to maintain a coherent and up-to-date skill library across environments.

Quick Start

Run /skill list to view all skills, then create or modify skills with /skill add or /skill edit.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skills across user and project scopes in Claude?

You can manage local skills across scopes using a unified interface to discover, list, edit, and sync skills stored under ~/.claude/skills and .omc/skills directories. It consolidates bundled, user, and project skill management into a single entry point.

What's the best way to list and discover available skills in my Claude environment?

The best way to list and discover skills is running the /skill list command. This displays all bundled, user, and project skills, showing their metadata and status so you can view what is available across your environment.

How do I add or edit skills with YAML frontmatter requirements?

Add or edit skills through interactive or direct command workflows like /skill add or /skill edit. The system enforces YAML frontmatter requiring at least name and description fields, handles conflicts, and reports outcomes with clear status messages.

Can I sync skills across multiple project environments?

Yes, you can sync skills across multiple environments using the sync operation. This maintains a coherent and up-to-date skill library across user and project scopes, ensuring bundled built-ins and custom skills stay current.

Does skill management work with both built-in and custom learned skills?

Skill management works with bundled built-ins, user skills, and project skills. It applies to environments where skills live under ~/.claude/skills/omc-learned and .omc/skills, enabling discovery, listing, editing, and syncing across all skill types.