skill

Manage local Codex skills across user and project scopes.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/byonk19-svg/rt-scheduler --skill skill-byonk19-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/byonk19-svg/rt-scheduler/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/byonk19-svg/rt-scheduler --skill skill-byonk19-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and streamline the management of local skill units for Codex, enabling quick discovery, creation, modification, and deletion of skill definitions across your environment.

Core Features & Use Cases

  • List, add, remove, edit, search, info, sync, and setup local skills across user (~/.codex/skills) and project (.codex/skills) scopes.
  • Interactive wizards for creation and management, plus direct command mode for fast actions.
  • Enforces YAML frontmatter validation, naming conventions, and safe handling of destructive operations, with clear feedback and structured outputs.

Quick Start

Create a new skill with /skill add <name> and then customize it with /skill edit <name> 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 Codex skills across different project scopes?

Local Codex skills are managed across user (~/.codex/skills) and project (.codex/skills) scopes by listing, adding, removing, editing, and syncing definitions to organize and automate reusable knowledge.

How do I create and customize a new local skill from the CLI?

To create a local skill, run the add command to generate the file, then use the edit command to customize the YAML frontmatter and content according to enforced naming conventions.

Does Codex skill management enforce YAML frontmatter validation?

Yes, managing local Codex skills enforces YAML frontmatter validation and naming conventions to ensure structured outputs, safe destructive operation handling, and clear feedback during creation and modification.

What is the best way to organize and reuse Codex skill definitions locally?

Organizing Codex skill definitions locally is best achieved by storing them in user and project scopes, which streamlines discovery, modification, and deletion while applying YAML validation and safe handling.

Can I search and sync local skills within a specific project repository?

Yes, you can search and sync local skills within a project repository using the project scope (.codex/skills), enabling quick discovery and consistent knowledge organization across your environment.

Why does local skill setup require safe handling of destructive operations?

Local skill setup requires safe handling of destructive operations like removal to prevent accidental data loss in user and project repositories, providing clear feedback and structured guidance during modifications.