Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By tmorrowdev
Cre8 design system intelligence for Claude Code. Provides MCP tools for component lookup, patterns, and code generation, plus skills for Web Components and React development.
npx claudepluginhub tmorrowdev/cre8-pluginAgent-to-UI schema for CRE8 React Components (@tmorrow/cre8-react). Use when building React UIs with CRE8/Innovexa design system, generating React pages or applications using Cre8* components, creating landing pages, dashboards, forms, or any React UI with the CRE8 component library. Triggers on requests mentioning CRE8 React, @tmorrow/cre8-react, Innovexa React components, or building React UI with the CRE8 design system. Provides 72 React components with props, patterns, and usage examples.
Agent-to-UI schema for CRE8 Web Components (@tmorrow/cre8-wc). Use when building vanilla JS/HTML UIs with CRE8/Innovexa design system using cre8-* custom elements, creating static landing pages, or integrating with non-React frameworks. Triggers on requests mentioning CRE8 web components, cre8-wc, cre8-* elements, Lit components, or vanilla HTML with CRE8 design system. For React projects, use cre8-a2ui-react instead.
Bridge for serving CRE8 web components (@tmorrow/cre8-wc) as interactive UI through Python MCP servers via the mcp-ui-server SDK. Use whenever the user wants a Python FastMCP server whose tools return cre8-wc UIs, wraps an A2UI / cre8-a2ui schema as an mcp-ui rawHtml resource, exposes CRE8 / Innovexa design system components through MCP, builds interactive cre8-wc forms or dashboards that postMessage back to an MCP host, or mentions mcp-ui + cre8-wc, mcp-ui-server + FastMCP, ui:// resources with cre8 components, or "cre8 in mcp-ui." Compose this skill with cre8-a2ui (which generates the HTML body); this skill provides the page shell, the postMessage bridge, the Python helper, and the FastMCP tool patterns. Trigger eagerly — if the request involves both a Python MCP server and any CRE8 / cre8-wc UI, use this skill even when the user didn't say "mcp-ui" by name.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Claude Code plugin for the Cre8 design system. Provides component intelligence for both Web Components (@tmorrow/cre8-wc) and React (@tmorrow/cre8-react).
The plugin registers the cre8 MCP server with these tools:
# Clone or copy to your plugins directory
cp -r cre8-plugin ~/.claude/plugins/cre8
# Run Claude Code with plugin flag
claude --plugin-dir /path/to/cre8-plugin
Once installed, Claude Code will:
# Component lookup
"Show me all Cre8 form components"
"What props does Cre8Button have?"
# Code generation
"Create a login form using Cre8 components"
"Build a data table with Cre8 React components"
# Pattern usage
"Show me the page layout pattern"
MIT