skill

Manage local skills across user and project scopes with YAML-frontmatter validation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-kyrie66nb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/skill
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes local skill management across user and project scopes, enabling quick discovery, creation, editing, and synchronization of skills without manual file handling.

Core Features & Use Cases

  • List all skills from both user and project scopes
  • Add, edit, remove, or search skills
  • Setup and guided wizard to create skills and templates
  • Synchronize skills between scopes to keep codebase aligned

Quick Start

Run /skill list to view skills, then use /skill add to create new ones.

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 across user and project scopes via CLI?▼

Manage local skills across user and project scopes by listing, adding, removing, and searching skills within ~/.agents/skills and .agents/skills directories using dedicated CLI commands. It centralizes discovery and file operations without manual editing.

What's the best way to list and search for existing local skills?▼

List and search local skills by running the list command to view all available skills from both user and project scopes. This dual-scope discovery mechanism quickly identifies existing skills without manually browsing directory structures.

How do I create a new SKILL.md file with valid YAML frontmatter?▼

Create a new SKILL.md file with valid YAML frontmatter using the guided setup wizard. The wizard validates required frontmatter fields like name, description, triggers, and argument-hint to ensure proper skill configuration.

Can I synchronize skills between user and project scopes?▼

Yes, synchronize skills between user and project scopes to keep your codebase aligned. This feature ensures that skill definitions are consistently updated across ~/.agents/skills and local .agents/skills directories.

Does the skill manager require manual file confirmation for removal operations?▼

The skill manager requires user confirmations for safe file operations during removal. This precaution prevents accidental deletion of local skills, ensuring secure management across user and project scopes.