A Claude Code plugin that redesigns any existing application with distinctive, production-grade visual themes.
Add marketplace:
/plugin marketplace add https://github.com/lifofifoX/makeover
Install plugin:
/plugin install makeover
| Dependency | Installation |
|---|---|
| frontend-design plugin | /plugin marketplace add anthropics/claude-plugins-official then /plugin install frontend-design |
| Browser automation | Claude Chrome (--chrome flag), agent-browser, or Playwright MCP |
Falls back to code analysis if no browser tool installed.
Start your app first, then:
# Generate theme proposals
/makeover:propose 3 "dark" "minimal"
# Wild mode for experimental designs
/makeover:propose 2 --wild "vaporwave"
# Implement a proposal
/makeover:implement midnight-cinema
Proposals use your real app content, not mocks. Review at tmp/makeover/themes/index.html.
Attach screenshots or mood boards with propose for better results.
MIT