skill

Manage local skill directories across user and project scopes.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill skill-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/oh-my-claudecode/skills/skill
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill skill-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a single interface for discovering, creating, updating, removing, searching, and syncing local skills across user and project scopes.

Core Features & Use Cases

  • Skill inventory: Lists built-in, user, and project skills with parsed metadata.
  • Skill lifecycle management: Adds, edits, renames, and removes skills with confirmation and validation.
  • Skill discovery and maintenance: Searches by name, description, triggers, or full content, then shows detailed info and sync opportunities.
  • Setup and scanning: Creates missing skill directories, scans existing skills, and supports importing skills from content or URL.
  • Use Case: A developer wants to quickly audit all skills in a project, fix a broken description, and copy a proven user skill into the project scope.

Quick Start

Ask the assistant to list, search, or edit local skills for your current project.

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

You can manage local skills across user and project scopes using a single command interface. The system lists, adds, edits, removes, and syncs skills by performing filesystem operations and scope-aware validation.

What's the best way to search local skill libraries by metadata?

The best way to search local skill libraries is using a scope-aware search that scans parsed YAML frontmatter. You can query by skill name, description, triggers, or full content to find exact matches across directories.

How do I sync skills between user and project directories?

You sync skills between user and project directories using the built-in sync behavior. The system identifies proven skills in the user scope and copies them into the project scope after interactive confirmation flows.

Does skill management require parsing YAML frontmatter?

Yes, skill management requires parsing YAML frontmatter to extract and validate metadata. The system relies on this parsed information to list built-in, user, and project skills accurately during inventory scans.

Can I import skills from a URL or external content?

Yes, you can import skills from external content or a URL. The setup and scanning feature creates missing skill directories and ingests the provided content directly into your local agent skill library.

Why are my local skill directories not showing up during inventory scans?

Local skill directories may not show up if they are missing or lack valid YAML frontmatter. Running the setup and scanning feature creates missing directories and parses existing skills to populate the inventory correctly.