Implement and audit DTCG 2025.10 token tooling across Format, Color, and Resolver modules. Use when validating, resolving, or transforming design token data for strict 2025.10 conformance.
Use this skill for any DTCG 2025.10 task: parsing token files, validating format/color/resolver behavior, resolving contexts, or generating conformance reports.
https://www.designtokens.org/tr/2025.10/https://www.designtokens.org/tr/2025.10/format/https://www.designtokens.org/tr/2025.10/color/https://www.designtokens.org/tr/2025.10/resolver/https://www.designtokens.org/schemas/2025.10/format.jsonhttps://www.designtokens.org/schemas/2025.10/resolver.jsonLocal mirrors and requirement indexes are bundled under references/.
Load only what is needed for the task:
references/requirements/format.normative.json for format conformance decisions.references/requirements/color.normative.json when $type: "color" is in scope.references/requirements/resolver.normative.json when resolver documents are in scope.references/schemas/2025.10/format.json for format schema validation.references/schemas/2025.10/resolver.json for resolver schema validation.references/RESEARCH.md only when provenance or source extraction details are needed.assets/conformance-report-template.md when producing final conformance output.Use each *.normative.json as an index. Confirm final conformance behavior against the linked TR section text.
Before starting conformance work, check:
https://www.designtokens.org/technical-reports/If a newer stable TR exists, update references, requirement indexes, and schema mirrors first. Do not mix versions in one conformance run.
When this skill, its references, or DTCG conformance behavior changes, update these repository documents in the same change:
ARCHITECTURE.mdAGEND.md.agents/skills/README.md (if discovery layout or compatibility links changed)format, color, resolver, or a combination.assets/conformance-report-template.md.$value presence.$, no {, }, or ..$ref.{group.$root} and #/group/$root must target the same token.$type -> referenced token type -> nearest parent group $type -> invalid.$extends, and $ref.$extensions data during read/write.$type must be color.$value must include colorSpace and components."none".alpha is optional; default is 1.hex is optional fallback and must be 6-digit CSS hex.version must exist and equal 2025.10.resolutionOrder is required.sources (last conflict wins).contexts.resolutionOrder may reference #/modifiers/....#/resolutionOrder/....$extensions) through transforms and resolution.references/requirements/*.normative.json plus TR section text.Final conformance output must include section-anchor-level pass/fail status plus rationale, using assets/conformance-report-template.md.