Files
yao-meta-skill/registry/examples/yao-meta-skill-1.0.0.json
T
2026-06-13 18:00:32 +08:00

44 lines
1.2 KiB
JSON

{
"schema_version": "2.0",
"name": "yao-meta-skill",
"version": "1.0.0",
"description": "Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes.",
"targets": [
"openai",
"claude",
"generic"
],
"maturity": "governed",
"owner": "Yao Team",
"review_cadence": "quarterly",
"trust_level": "local",
"license": "MIT",
"checksums": {
"package_sha256": "0000000000000000000000000000000000000000000000000000000000000000"
},
"compatibility": {
"openai": "pass",
"claude": "pass",
"generic": "pass"
},
"source": {
"skill_dir": ".",
"skill_ir": "skill-ir/examples/yao-meta-skill.json",
"ir_schema_version": "2.0.0",
"canonical_metadata": "agents/interface.yaml"
},
"artifacts": {
"overview_html": "reports/skill-overview.html",
"review_studio_html": "reports/review-studio.html",
"trust_report": "reports/security_trust_report.md",
"conformance_matrix": "reports/conformance_matrix.md",
"package_metadata": "registry/packages/yao-meta-skill.json"
},
"distribution": {
"archive_verified": false,
"archive_sha256": "",
"package_verification": ""
},
"generated_at": "2026-06-12"
}