AI SummaryBuild reusable skill packages, not long prompts. Mode rules: Operating Modes, QA Ladder, Resource Boundary Spec, Method. 1. Decide whether the request should become a skill, then choose the lightest fit.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "yao-meta-skill" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/yao-meta-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/yao-meta-skill/SKILL.md "https://raw.githubusercontent.com/yaojingang/yao-meta-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use when asked to create a skill, turn a repeated process into a reusable skill, improve an existing skill, add evals, or package a skill for team reuse.
Yao Meta Skill
Build reusable skill packages, not long prompts.
Router Rules
• Route by frontmatter description first. • Keep SKILL.md to routing plus a minimal execution skeleton. • Put long guidance in references/, deterministic logic in scripts/, and evidence in reports/. • Use the lightest process that still makes the skill reliable.
Modes
• Scaffold: exploratory or personal use. • Production: team reuse with focused gates. • Library: shared infrastructure or meta skill. Mode rules: Operating Modes, QA Ladder, Resource Boundary Spec, Method.
Compact Workflow
• Decide whether the request should become a skill, then choose the lightest fit. • Run a short intent dialogue to capture the real job, outputs, exclusions, constraints, and standards. • Run a reference scan: external benchmarks first, user references second, local fit checks third. • Write the description early and test route quality before expanding the package. • Add only the folders and gates that earn their keep. • After the first package exists, surface the top three next iteration directions. Core playbooks: Method, Intent Dialogue, Reference Scan, Archetypes, Gate Selection, Iteration Philosophy, Non-Skill Decision Tree.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster