Skip to content

MigoXLab/html-prototype-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Prototype Workspace

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.

What It Is For

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/

Install

Codex:

rm -rf ~/.codex/skills/html-prototype-workspace
git clone https://github.com/MigoXLab/html-prototype-workspace.git ~/.codex/skills/html-prototype-workspace

Restart 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-workspace

Keep SKILL.md at the skill root.

Use

Please use $html-prototype-workspace to migrate this existing HTML prototype.

Project path:
Task type: initialize / continue development / migrate existing project
Modules:
Notes:

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors