Files
yao-meta-skill/skill-ir
2026-06-15 21:58:35 +08:00
..
2026-06-13 12:34:19 +08:00
2026-06-13 12:34:19 +08:00

Skill IR

Skill IR is the platform-neutral capability contract for Yao Meta Skill 2.0.

The IR keeps core skill semantics stable before any platform-specific packaging:

  • job to be done
  • trigger surface and exclusions
  • workflow steps and failure modes
  • references, scripts, assets, and reports
  • trigger and output evaluation plan
  • risk and governance metadata

Generate the root example:

python3 scripts/export_skill_ir.py . --output-json skill-ir/examples/yao-meta-skill.json

Validate the v0 implementation:

python3 tests/verify_skill_ir.py