skill

Discover and manage local skills via SKILL.md YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill skill-hayderncenterpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/HaydernCenterpoint/oh-my-qwen/tree/main/skills/skill
Command: npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill skill-hayderncenterpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill enables you to centrally manage your local skills library by listing, adding, editing, removing, and syncing skills across user and project scopes using a simple CLI-like workflow.

Core Features & Use Cases

  • List and organize local skills from user and project directories with YAML frontmatter describing each Skill.
  • Interactive creation and editing of skills through guided commands to capture triggers, descriptions, and usage guidelines for your codebase.
  • Sync and search across scopes to ensure consistency, discoverability, and quick access to relevant Skill knowledge for your team.

Quick Start

Create a new skill using the /skill add <name> command, or run /skill setup to inventory and manage existing skills.

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 using a CLI wizard?

You can manage local skills by running a CLI wizard that discovers SKILL.md files with YAML frontmatter in user and project directories, then presents a structured catalog for adding, editing, and removing skills.

What is required to set up local skill management?

Local skill management requires SKILL.md files containing YAML frontmatter with at least a name and description, stored in either user or project skill directories.

How do I list and search across user and project skill scopes?

You can list and search across user and project skill scopes by running a sync command that inventories existing SKILL.md files and presents them in a searchable catalog.

Can I safely edit and remove skills without destructive changes?

Yes, you can edit and remove skills safely because the CLI wizard enforces non-destructive operations and provides clear feedback during all skill manipulation tasks.

What optional resources can I include in a local skill?

You can include optional resources such as scripts, references, and assets within your local skills alongside the required YAML frontmatter for name and description.

How do I create a new skill with guided commands?

You create a new skill by running the add command, which uses an interactive wizard to capture triggers, descriptions, and usage guidelines, storing them in a SKILL.md file.