yao-meta-skill
Create, test, package, and govern reusable AI agent skills
All Skills in This Repository (9)
Pure Emerald Level Indicatorsyao-meta-skill
Automate creation, evaluation, packaging, and governance of reusable agent skills.
invalid-governance-skill
Validate skill deployment governance and demonstrate failure scenarios.
broken-skill
Simulate packager failure from a missing interface field in SKILL.md.
broken-yaml-skill
Simulate packaging failures caused by invalid YAML configuration.
geo-content-brief-skill
Generate GEO content briefs from interview notes, keywords, and channel constraints.
frontend-review
Automate pre-merge review of React components for accessibility and security issues.
note-cleanup
Transform unstructured meeting notes into structured markdown summaries with extracted action items.
release-orchestrator
Coordinate software release preparation, migration notes, rollback plans, and stakeholder communication.
incident-command-governor
Construct governed incident command packets from structured incident data.
Frequently Asked Questions
FAQPage SchemaHow to install yao-meta-skill?โผ
Run `npx skills add yaojingang/yao-meta-skill --all -g -y` in your terminal to install the full suite globally.
What does yao-meta-skill do?โผ
It turns repeated workflows, prompts, and runbooks into reusable, installable AI agent skill packages with built-in testing and release checks.
Can I build one skill for multiple AI platforms?โผ
Yes. It models a skill once in a neutral format and compiles it for OpenAI, Claude, VS Code, and generic agent targets.
How does it check skill quality before release?โผ
It runs trigger evaluations, output assertions, trust and permission checks, install simulation, and review reports before a skill is approved for release.
Do I need coding experience to use it?โผ
Basic terminal use helps, but your AI agent follows the built-in workflow and gates, so you mainly describe the workflow you want to turn into a skill.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core