skill

Manage local skills in the oh-my-codex ecosystem via a CLI interface.

Updated May 27, 2026
One-click install
npx skills add https://github.com/BuiDomm/buinhanporfolio --skill skill-buidomm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/BuiDomm/buinhanporfolio/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/BuiDomm/buinhanporfolio --skill skill-buidomm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of local skills within the oh-my-codex ecosystem, allowing users to easily list, add, remove, search, edit, and sync skills across user and project scopes.

Core Features & Use Cases

  • Skill Inventory: List all local skills with detailed information, including triggers, quality, and usage statistics.
  • Skill Creation Wizard: Interactive wizard for creating new skills with customizable descriptions, triggers, and scopes.
  • Skill Removal: Safely remove skills with explicit user confirmation, ensuring no accidental deletions.
  • Skill Editing: Edit existing skills interactively, updating descriptions, triggers, argument hints, and content.
  • Skill Searching: Search skills by name, description, triggers, or content to quickly find what you need.
  • Skill Information: View detailed information about a specific skill, including frontmatter and full markdown content.
  • Skill Synchronization: Sync skills between user and project scopes to ensure consistency across environments.

Quick Start

To list all local skills, simply run /skill list.

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 within the oh-my-codex ecosystem using a CLI?

You can manage local skills within the oh-my-codex ecosystem by running CLI commands to list, add, remove, search, edit, and sync skills across user and project scopes. It requires YAML parsing and file system operations.

How do I sync skills between user and project scopes?

To sync skills between user and project scopes, use the skill synchronization feature provided by the CLI. This ensures skill consistency and synchronizes configurations across different local development environments.

Can I safely remove skills without accidental deletions using command line?

Yes, you can safely remove skills using the CLI. The skill removal process requires explicit user confirmation before deleting any local skill files, ensuring no accidental deletions occur during management.

What is the best way to search for a specific local skill by triggers or content?

The best way to search for local skills is by using the CLI search functionality. It allows you to find skills quickly by querying the skill name, description, triggers, or internal content.

How do I create new local skills with customizable descriptions and scopes?

You can create new local skills using the interactive skill creation wizard. This CLI tool guides you through configuring customizable descriptions, triggers, argument hints, and selecting user or project scopes.

Do I need YAML parsing to edit existing local skills interactively?

Yes, YAML parsing is required to edit existing local skills interactively. The editing process updates frontmatter descriptions, triggers, argument hints, and markdown content using file system operations.