Agent skill · Code Review & Quality

yao-meta-skill

Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use for skill creation, reusable workflow packaging, skill improvement, evals, and team-ready distribution.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill yao-meta-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 38
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: Yao Team
Path: skills/yao-meta-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Yao Meta Skill ## When to Use Use when this workflow matches the user request: Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use for skill creation, reusable workflow packaging, skill improvement, evals, and team-ready distribution. _Source: [yaojingang/yao-meta-skill](https://github.com/yaojingang/yao-meta-skill) (MIT)._ ## Router Rules - Route by frontmatter `description`. - Keep `SKILL.md` lean; put guidance in `references/`, logic in `scripts/`, and evidence in `reports/`. - Use the lightest reliable process. ## Modes - `Scaffold`: exploratory/personal. `Production`: team reuse. `Library`: shared infrastructure. `Governed`: high-trust, policy-sensitive, or release-critical. - Rules: [Method](references/skill-engineering-method.md), [Operating Modes](references/operating-modes.md), [Resource Boundaries](references/resource-boundaries.md). ## Compact Workflow 1. For one-off/no reusable process: `Do not create a skill`; `near-neighbor`; require `repeated use` + `reusable output contract`. 2. Capture job, output, exclusions, constraints, standards, and the lightest fit. 3. Scan references in order: external benchmark, u

What's inside
Steps it walks through
  1. When to Use
  2. Router Rules
  3. Modes
  4. Compact Workflow
  5. Skill OS 2.0 Gates
  6. Governed Package Boundary
  7. First-Turn Style
  8. Output Contract
  9. Reference Map
  10. Limitations
Ships with 24 files
  • agents/interface.yaml
  • manifest.json
  • references/artifact-design-doctrine.md
  • references/authoring-discipline.md
  • references/autonomous-adaptation.md
  • references/distribution-registry-method.md
  • references/eval-playbook.md
  • references/gate-selection.md
  • references/governance.md
  • references/human-review-template.md
  • references/intent-dialogue.md
  • references/iteration-philosophy.md
  • references/non-skill-decision-tree.md
  • references/operating-modes.md
  • references/output-eval-method.md
  • references/output-quality-risk.md
  • references/output-visual-quality.md
  • references/packaging-contracts.md
  • references/pattern-extraction-doctrine.md
  • references/platform-capability-matrix.md
  • references/prompt-engineering-doctrine.md
  • references/qa-ladder.md
  • references/reference-scan.md
  • references/regression-cause-taxonomy.md
first 24 of 38
More from agentic-awesome-skills
All skills →
About this skill
What does the yao-meta-skill skill do?

Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use for skill creation, reusable workflow packaging, skill improvement, evals, and team-ready distribution.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill yao-meta-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going