1.3 KiB
1.3 KiB
Runtime Conformance Method
Runtime conformance turns platform compatibility from a packaging afterthought into a release gate.
Purpose
Use this check when a skill is packaged for OpenAI, Claude, Agent Skills, VS Code / Copilot, or generic targets. The goal is not to prove that every runtime behaves identically. The goal is to prove that the package exposes enough metadata, files, and degradation notes for each runtime to consume it safely.
V0 Checks
SKILL.mdexists and has frontmatternameanddescription.descriptionstays within the 1024 character limit used by common Agent Skills clients.manifest.jsonincludes name, version, owner, maturity, status, review cadence, and target platforms.agents/interface.yamlincludes display text, default prompt, activation mode, execution context, trust metadata, adapter targets, and degradation strategy.- Skill IR exists and matches the frontmatter name and description.
- Resources named by Skill IR are relative paths and resolve inside the package.
- Unsupported or lossy target behavior is represented by a degradation note.
Reviewer Gate
A reviewer should be able to see a target matrix with pass/fail status, failures, warnings, and artifact paths. Any failed target blocks library, governed, or team-distributed release for that target.