skill

Index and search local skills by extracting YAML frontmatter from SKILL.md files.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill skill-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/skill
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill skill-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage local skills for the oh-my-qwencode ecosystem: list, add, remove, search, edit, and setup skills across user and project scopes.

Core Features & Use Cases

  • List, add, edit, remove, search skills through a structured YAML frontmatter-based CLI.
  • Sync and organize skills between user (~/.qwen/skills) and project (.qwen/skills/).
  • Quickly access skill metadata to inform automation and workflows.

Quick Start

Use the skill management CLI to view, create, and edit skills with guided prompts or direct commands.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local Qwen Code skills across user and project scopes?

Manage local Qwen Code skills by using a CLI to list, add, edit, and remove SKILL.md files across user (~/.qwen/skills) and project (.qwen/skills/) scopes. It extracts YAML frontmatter to organize and sync skill metadata efficiently.

How does skill discovery work when searching for local Qwen Code skills?

Skill discovery works by indexing SKILL.md files and extracting YAML frontmatter and content. It surfaces name, description, triggers, and content for relevance matching, enforcing valid skill structure and safety checks while exposing dependencies and toxicity status.

Can I use this CLI to index project-specific skills stored in .qwen/skills?

Yes, you can use this CLI to index project-specific skills stored in the .qwen/skills directory. It applies search and validation rules across both project and user scopes, extracting metadata to inform automation and workflows.

What is the best way to organize Qwen Code SKILL.md files for automation workflows?

The best way to organize SKILL.md files is by structuring them with valid YAML frontmatter. This CLI enforces validation rules, extracts dependencies and components, and syncs files between user and project scopes for robust discovery and workflow automation.

Does the skill management CLI validate dependencies and components in SKILL.md files?

Yes, the skill management CLI validates dependencies and components in SKILL.md files. It enforces valid skill structure and validation rules while exposing toxicity status to ensure robust and safe local skill discovery.