skill

List, add, remove, edit, and search local skill definitions.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill skill-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/prthik/prathik-astro --skill skill-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive CLI toolkit to list, add, remove, edit, search, and setup oh-my-codex skills, enabling quick management of both user- and project-level skill definitions.

Core Features & Use Cases

  • Manage a local library of skills with standard commands: list, add, remove, edit, search, info, sync, and setup wizard.
  • Sync skills between user and project scopes to keep knowledge consistent across environments.
  • Interactive and template-based creation/editing workflows to accelerate skill capture and retention.
  • Quick-start workflows and templates to standardize skill formatting and metadata.

Quick Start

Run /skill list to view all skills, then use /skill add <name> to create a new one.

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 from the command line?

You can manage local Codex skills via a CLI by using commands like list, add, remove, edit, search, and setup to organize skill definitions in user and project directories.

Can I sync skills between user and project scopes?

Yes, you can sync skills between user (~/.codex/skills) and project (.codex/skills) scopes to keep your knowledge base consistent across different development environments.

What is the process to create a new Codex skill definition?

Creating a Codex skill definition involves running an interactive wizard or using templates to add a new skill, which parses YAML frontmatter to extract metadata and enforce naming and safety rules.

How does parsing YAML frontmatter help organize local skills?

Parsing YAML frontmatter extracts metadata from skill files to render a cohesive inventory with descriptions and usage guidelines, ensuring standardized formatting and safety across your local skill library.

Are there interactive workflows for editing and removing local skills?

Yes, the CLI provides interactive prompts that guide you through editing or removing skills, enforcing formatting rules and safety checks while standardizing skill capture and retention.

What is the best way to list all available Codex skills in my environment?

The best way to list all available Codex skills is by running the list command, which identifies and organizes skill definitions from both user and project directories into a cohesive inventory.