skill

Automates management of local Codex skills across user and project scopes.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/ozby/node-pubsub --skill skill-ozby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/ozby/node-pubsub/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/ozby/node-pubsub --skill skill-ozby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation, organization, and lifecycle management of local Codex skills across user and project scopes, reducing manual setup and ensuring consistent metadata.

Core Features & Use Cases

  • List all skills across user and project scopes with auto-discovery of YAML frontmatter.
  • Add, edit, remove, search, and sync skills with safety confirmations.
  • Interactive setup wizard and direct command mode for expert users.

Quick Start

Run /skill list to view your skills, then create a new skill with /skill add <name> to begin.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I organize local Codex skills across user and project scopes?

You can organize local Codex skills by applying this automation tool to manage repositories under ~/.codex/skills and .codex/skills. It auto-discovers YAML frontmatter in SKILL.md files to list, add, edit, and sync your skills across both scopes.

What is YAML frontmatter in SKILL.md and how is it used for Codex skill management?

YAML frontmatter in SKILL.md is metadata used to define skill properties for local Codex environments. This tool auto-discovers and enforces this metadata to ensure consistent naming conventions and safety guidelines across user and project skill repositories.

How do I create a new Codex skill from the command line?

To create a new Codex skill, use the direct command mode by running the add command with your desired skill name. You can also use the interactive setup wizard to guide you through the creation process while enforcing naming conventions.

Does this Codex skill manager support interactive setup or only direct CLI commands?

This Codex skill manager supports both interactive setup wizards and direct command modes. This allows expert users to quickly execute specific commands while providing guided workflows for users who prefer step-by-step skill configuration.

Are there safety confirmations when removing or editing local Codex skills?

Yes, safety confirmations are enforced when you remove, edit, or sync local Codex skills. This prevents accidental modifications to your skill repositories and ensures metadata integrity across user and project scopes.