A Codex/Claude Code skill for organizing static HTML prototypes into a clean workspace with root entry, independent tab pages, per-tab assets, shared resources, and migration checks.
Use this skill when creating, extending, packaging, or migrating static HTML prototype projects for product/design handoff.
The core project shape is:
project/
├── index.html
└── tabs/
└── <module-id>/
├── index.html
└── assets/
Optional shared folders are supported when needed:
project/
├── design-system/
└── shared/
Codex:
rm -rf ~/.codex/skills/html-prototype-workspace
git clone https://github.com/MigoXLab/html-prototype-workspace.git ~/.codex/skills/html-prototype-workspaceRestart Codex after installation.
Claude Code:
rm -rf ~/.claude/skills/html-prototype-workspace
git clone https://github.com/MigoXLab/html-prototype-workspace.git ~/.claude/skills/html-prototype-workspaceKeep SKILL.md at the skill root.
Please use $html-prototype-workspace to migrate this existing HTML prototype.
Project path:
Task type: initialize / continue development / migrate existing project
Modules:
Notes:
MIT