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 (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, Operating Modes, Resource Boundaries.
Compact Workflow
- For one-off/no reusable process:
Do not create a skill; near-neighbor; require repeated use + reusable output contract.
- Capture job, output, exclusions, constraints, standards, and the lightest fit.
- Scan references in order: external benchmark, user source, local fit; surface only uncertainty or conflict.
- Write
description early, test route quality, then add only earned folders and gates.
- Add output-risk, artifact-design, prompt-quality, system-model, and next directions only when useful.
Playbooks: Method, Intent, Skill IR, Output Eval, Review Studio.
Skill OS 2.0 Gates
For production, library, governed, or team-distributed work, run Skill IR, target compiler, trigger + output eval, Skill Atlas, conformance, trust, registry/package/install, upgrade, drift, waiver, and Review Studio gates before release.
Governed Package Boundary
For file-backed, release-critical, or governed packages, name input_files as file-backed fixture evidence; include owner, review cadence, input_files, output contract, rollback boundary; require trust report and reports/output_quality_scorecard.md; mark unavailable telemetry, approvals, metrics, or benchmarks as missing evidence; do not fabricate evidence.
Preserve audit labels literally when they apply: file-backed fixture, input_files, output contract, rollback boundary, trust report, reports/output_quality_scorecard.md, missing evidence.
First-Turn Style
- Start from the user's work/outcome before structure.
- Ask only
2-3 key questions unless enough detail exists.
- In Chinese, sound soft and companion-like; use Intent Dialogue.
Output Contract
Unless asked otherwise, produce SKILL.md, aligned agents/interface.yaml, justified assets, and a short summary of boundary, exclusions, gates, and next steps.
Reference Map
Primary: Method, Artifact Design, Systems Thinking, Governance, SkillOps Decision.
Limitations
- Requires the upstream tool, account, API key, or local setup when the workflow names one.
- Does not authorize destructive, production, paid, or external-message actions without explicit user approval.
- Validate generated artifacts or recommendations against the user's real sources before treating them as final.
Source: sickn33/agentic-awesome-skills → skills/yao-meta-skill/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/yao-meta-skill/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/yao-meta-skill/SKILL.md
1---2name: yao-meta-skill3description: 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.4---567# Yao Meta Skill89## When to Use1011Use 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.121314_Source: [yaojingang/yao-meta-skill](https://github.com/yaojingang/yao-meta-skill) (MIT)._1516## Router Rules1718- Route by frontmatter `description`.19- Keep `SKILL.md` lean; put guidance in `references/`, logic in `scripts/`, and evidence in `reports/`.20- Use the lightest reliable process.2122## Modes2324- `Scaffold`: exploratory/personal. `Production`: team reuse. `Library`: shared infrastructure. `Governed`: high-trust, policy-sensitive, or release-critical.25- Rules: [Method](references/skill-engineering-method.md), [Operating Modes](references/operating-modes.md), [Resource Boundaries](references/resource-boundaries.md).2627## Compact Workflow28291. For one-off/no reusable process: `Do not create a skill`; `near-neighbor`; require `repeated use` + `reusable output contract`.302. Capture job, output, exclusions, constraints, standards, and the lightest fit.313. Scan references in order: external benchmark, user source, local fit; surface only uncertainty or conflict.324. Write `description` early, test route quality, then add only earned folders and gates.335. Add output-risk, artifact-design, prompt-quality, system-model, and next directions only when useful.3435Playbooks: [Method](references/skill-engineering-method.md), [Intent](references/intent-dialogue.md), [Skill IR](references/skill-ir-method.md), [Output Eval](references/output-eval-method.md), [Review Studio](references/review-studio-method.md).3637## Skill OS 2.0 Gates3839For production, library, governed, or team-distributed work, run Skill IR, target compiler, trigger + output eval, Skill Atlas, conformance, trust, registry/package/install, upgrade, drift, waiver, and Review Studio gates before release.4041## Governed Package Boundary4243For file-backed, release-critical, or governed packages, name `input_files` as `file-backed fixture` evidence; include `owner`, `review cadence`, `input_files`, `output contract`, `rollback boundary`; require `trust report` and `reports/output_quality_scorecard.md`; mark unavailable telemetry, approvals, metrics, or benchmarks as `missing evidence`; do not fabricate evidence.4445Preserve audit labels literally when they apply: `file-backed fixture`, `input_files`, `output contract`, `rollback boundary`, `trust report`, `reports/output_quality_scorecard.md`, `missing evidence`.4647## First-Turn Style4849- Start from the user's work/outcome before structure.50- Ask only `2-3` key questions unless enough detail exists.51- In Chinese, sound soft and companion-like; use [Intent Dialogue](references/intent-dialogue.md).5253## Output Contract5455Unless asked otherwise, produce `SKILL.md`, aligned `agents/interface.yaml`, justified assets, and a short summary of boundary, exclusions, gates, and next steps.5657## Reference Map5859Primary: [Method](references/skill-engineering-method.md), [Artifact Design](references/artifact-design-doctrine.md), [Systems Thinking](references/systems-thinking-doctrine.md), [Governance](references/governance.md), [SkillOps Decision](references/skillops-decision-policy.md).606162## Limitations6364- Requires the upstream tool, account, API key, or local setup when the workflow names one.65- Does not authorize destructive, production, paid, or external-message actions without explicit user approval.66- Validate generated artifacts or recommendations against the user's real sources before treating them as final.6768---6970**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/yao-meta-skill/SKILL.md`7172**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/yao-meta-skill/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/yao-meta-skill/SKILL.md`