skill

Manage local and project skills with validation and YAML frontmatter integrity.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill skill-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill skill-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill centralizes management of local and project skills, enabling quick discovery, editing, and syncing without leaving the CLI environment.

Core Features & Use Cases

  • List, add, remove, search, and edit skills across user and project scopes
  • Sync skills between local directories to keep knowledge aligned
  • Interactive setup and maintenance wizard to bootstrap new skills

Quick Start

Run /skill add to create a new skill and customize it with /skill edit as needed

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local and project skills from the CLI?

Manage local and project skills from the CLI by using an interactive wizard and direct commands to list, add, remove, search, and edit skills across user-level and project-level directories.

Can I sync skills between user-level and project-level directories?

Yes, you can sync skills between local directories to keep knowledge aligned. The tool applies operations across both user-level (~/.codex/skills) and project-level (.codex/skills) scopes.

How do I create a new skill with YAML frontmatter using a CLI wizard?

Create a new skill with YAML frontmatter by running the add command to bootstrap it, then use the edit command to customize content while the system ensures frontmatter integrity during creation.

Does the skill management CLI validate names and prompt for destructive actions?

Yes, the skill management CLI ensures safe operations by applying validations for names and providing confirmation prompts for destructive actions like removing skills from your catalog.

What is the best way to search for existing skills in a local catalog?

The best way to search for existing skills is using the CLI search command, which centralizes your local and project skills into a single discoverable catalog for quick retrieval.

Why should I use a CLI toolkit for skill management instead of editing files directly?

Use a CLI toolkit for skill management to prevent YAML frontmatter corruption and avoid accidental data loss, as it provides safe validations and interactive prompts that direct file editing lacks.