Added Asset Fulfillment planning for missing page images.
Highlights:
- added a lightweight asset fulfillment strategy before implementation
- added atlas generation guidance for 2-8 same-family bitmap assets
- added atlas crop and validation scripts backed by tests
- updated the pre-implementation brief with
Asset Fulfillment Plan
Published files:
package.jsonscripts/asset-policy/tests/asset-policy/skills/design-to-code/SKILL.mdskills/design-to-code/references/asset-fulfillment-pipeline.mdskills/design-to-code/references/asset-atlas-generation.mdskills/design-to-code/references/pre-implementation-brief.mdskills/design-to-code/templates/asset-fulfillment-manifest-template.jsonREADME.mdREADME.zh-CN.mdREADME.en.mdRELEASE_NOTES.md
Added a minimal fidelity enhancement set to the DesignToCode skill.
Highlights:
- kept the main skill lightweight while adding the smallest useful visual rules
- added visual anchors, two-layer implementation, explicit relative-position constraints, four-layer acceptance, and top-3 repair guidance
- preserved the existing core loop and reference-driven structure
Published files:
skills/design-to-code/SKILL.md
Lightened the DesignToCode skill while keeping the high-fidelity workflow intact.
Highlights:
- shortened the main skill and moved detailed rules into references
- kept the core loop focused on input mode detection, brief generation, confirmation, and screenshot verification
- preserved the stronger visual constraints only where they materially improve fidelity
Published files:
skills/design-to-code/SKILL.mdskills/design-to-code/references/pre-implementation-brief.mdskills/design-to-code/references/visual-checklist.mdskills/design-to-code/references/media-role-classification.mdskills/design-to-code/references/framework-resolution.mdskills/design-to-code/references/width-normalization.mdskills/design-to-code/references/playwright-section-diff.mdskills/design-to-code/references/vue-astro-unocss-output-rules.mdskills/design-to-code/references/asset-compression-rules.md
Rewrote the README files to be more formal, more approachable, and more clearly oriented around general skill usage.
Highlights:
- reorganized the README content around usage, workflow, verification, and limits
- simplified the language to make the skill easier to understand at a glance
- kept the install command visible at the top of each README
Published files:
README.mdREADME.en.mdREADME.zh-CN.md
Reworked the README files to present DesignToCode as a general-purpose skill instead of a Vue/Astro-specific workflow.
Highlights:
- removed Vue/Astro-specific language from the README introductions and workflow summaries
- broadened the README scope language to describe general frontend projects and project conventions
- kept the install command visible at the top of each README
Published files:
README.mdREADME.en.mdREADME.zh-CN.md
Stopped tracking the docs/ directory in git.
Highlights:
- added
docs/to.gitignore - removed the tracked design spec at
docs/superpowers/specs/2026-04-29-image-asset-compression-design.md
Published files:
.gitignoredocs/superpowers/specs/2026-04-29-image-asset-compression-design.md
Moved version and changelog metadata out of the README and skill spec.
Highlights:
- removed inline version labels from
README.md,README.en.md, andREADME.zh-CN.md - removed the embedded version and changelog section from
skills/design-to-code/SKILL.md - kept release history only in
RELEASE_NOTES.md
Published files:
README.mdREADME.en.mdREADME.zh-CN.mdskills/design-to-code/SKILL.mdRELEASE_NOTES.md
Added role-based image compression governance for bitmap assets.
Highlights:
- added scanner and optimizer tooling for repository asset hygiene
- added
Asset Compression Policyguidance to the skill and reference docs - expanded the pre-implementation brief and verification flow with compression reporting
Published files:
package.jsonpackage-lock.jsonasset-policy.config.jsonscripts/asset-policy/tests/asset-policy/skills/design-to-code/SKILL.mdskills/design-to-code/references/asset-compression-rules.mdskills/design-to-code/references/pre-implementation-brief.mdskills/design-to-code/references/visual-checklist.mdskills/design-to-code/references/vue-astro-unocss-output-rules.mdREADME.mdREADME.en.mdREADME.zh-CN.md
Published license and metadata cleanup for the packaged skill.
Highlights:
- added an MIT
LICENSEfile at the repository root - added
license: MITto the skill frontmatter - updated repository READMEs to link the license file
- reduced
gh skill publish --dry-runwarnings to tag-protection guidance only
Published files:
LICENSEskills/design-to-code/SKILL.mdREADME.mdREADME.en.mdREADME.zh-CN.md
Published a skills.sh-compatible package layout.
Highlights:
- moved the actual skill package to
skills/design-to-code/ - aligned the parent directory with
name: design-to-codeas required by the Agent Skills specification - updated root documentation to point at the packaged skill path
- kept repository-level docs at the root while packaging the installable skill in
skills/
Published files:
skills/design-to-code/SKILL.mdskills/design-to-code/agents/openai.yamlskills/design-to-code/references/README.mdREADME.en.mdREADME.zh-CN.mdRELEASE_NOTES.md
Released the current root-layout skill package.
Highlights:
- added
Input Modesto distinguish image-only, metadata-assisted, and figma-assisted workflows - added a mandatory
Design System Mapping Passbefore page code generation - added
Asset Resolution EscalationandDeviation Policy - split verification into
Structure Checks,Visual Checks, andReuse Checks - synchronized
Pre-Implementation Briefrequirements acrossSKILL.md,README.md,README.zh-CN.md, andreferences/pre-implementation-brief.md - flattened the repository so the root directory is the skill package
Published files:
skills/design-to-code/SKILL.mdREADME.mdREADME.zh-CN.mdskills/design-to-code/agents/openai.yamlskills/design-to-code/references/