cc-design
v0.10.0High-fidelity HTML design skill for slide decks, landing pages, interactive prototypes, animations, and design systems.
By ZeroZ-labLicense: MIT823 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 4, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cc-design for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cc-design@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ZeroZ-lab/cc-designClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
High-fidelity HTML design and prototype creation. Use this skill whenever the user asks to design, prototype, mock up, or build visual artifacts in HTML — including slide decks, interactive prototypes, landing pages, UI mockups, animations, or any visual design work. Also use when the user mentions Figma, design systems, UI kits, wireframes, presentations, or wants to explore visual design directions. Even if they just say "make it look good" or "design a screen for X", this skill applies.
Plugin manifests2
{
"name": "cc-design",
"version": "0.10.0",
"description": "High-fidelity HTML design skill for slide decks, landing pages, interactive prototypes, animations, and design systems.",
"author": {
"name": "ZeroZ-lab",
"url": "https://github.com/ZeroZ-lab"
},
"homepage": "https://github.com/ZeroZ-lab/cc-design",
"repository": "https://github.com/ZeroZ-lab/cc-design",
"license": "MIT",
"keywords": [
"design",
"html",
"prototype",
"slides",
"codex"
],
"skills": "./skills",
"interface": {
"displayName": "cc-design",
"shortDescription": "High-fidelity HTML design for Codex.",
"longDescription": "Create slide decks, landing pages, interactive prototypes, animations, design systems, and export-ready visual artifacts with structured design planning and quality guardrails.",
"developerName": "ZeroZ-lab",
"category": "Productivity",
"capabilities": [
"Design",
"Prototype",
"Write"
],
"websiteURL": "https://github.com/ZeroZ-lab/cc-design",
"defaultPrompt": [
"Design a landing page for this product.",
"Create a pitch deck from this outline.",
"Build an interactive prototype for this flow."
],
"brandColor": "#111827"
}
}{
"name": "cc-design",
"description": "High-fidelity HTML design skill with structured design planning, Iron Law guardrails, and verification-first delivery",
"version": "0.10.0",
"author": {
"name": "ZeroZ-lab",
"url": "https://github.com/ZeroZ-lab/cc-design"
},
"homepage": "https://github.com/ZeroZ-lab/cc-design",
"compatibility": {
"claude-code": ">=1.0.0",
"codex": ">=0.125.0"
},
"skills": [
"./skills/cc-design"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cc-design on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-design)