skill

Parse SKILL.md metadata for skill discovery and indexing.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Rheinmir/skills-kit --skill skill-rheinmir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Rheinmir/skills-kit/tree/main/skills/skill
Command: npx skills add https://github.com/Rheinmir/skills-kit --skill skill-rheinmir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage local skills for oh-my-claudecode, enabling quick discovery, organization, and activation of built-in, user, and project skills.

Core Features & Use Cases

  • List all skills across scopes with a unified view.
  • Add, edit, remove, search, and info commands to manage individual skills.
  • Run a setup wizard to initialize and synchronize skill directories.

Quick Start

To begin, list all skills with /oh-my-claudecode:skill list and then create or modify skills using the /skill add, /skill edit, or /skill remove commands.

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 and metadata across different project scopes?

You can manage local skills across user and project scopes by extracting and indexing metadata from SKILL.md files, enabling unified discovery, filtering, and activation.

What is the best way to discover and search for available CLI skills?

Discover available CLI skills by indexing their metadata, allowing you to filter searches by name, description, triggers, and content across all configured scopes.

How do I extract YAML frontmatter from SKILL.md files for search indexing?

Extract YAML frontmatter from SKILL.md files by parsing values like name, description, triggers, argument-hint, and content, then storing these parsed values for downstream search indexing.

Can I synchronize skill directories and initialize a setup wizard for local skill management?

Yes, you can run a setup wizard to initialize and synchronize skill directories, ensuring both user and project scopes are correctly configured for skill activation.

Does this skill management approach support filtering by triggers and argument hints?

Yes, this approach supports filtering skills by their defined triggers and argument hints, alongside name, description, and content, to streamline discovery and downstream tooling.

What are the limitations when adding or removing local skills across multiple scopes?

Adding or removing local skills is limited to the configured user and project scopes, relying on accurate YAML frontmatter extraction from SKILL.md files for proper indexing.