Help us improve
Share bugs, ideas, or general feedback.
myOperator design system plugins for AI-assisted UI development
npx claudepluginhub ankish8/myoperator-pluginsCreate UIs matching the myOperator design system aesthetic. Generates standalone React/HTML/CSS code with consistent visual language.
Developer workflow plugin for myOperator component creation and release publishing
Intelligent React component creation with design system validation, Figma integration, and automated testing
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Installable plugins for Claude Code and Cursor.
Use this repo for:
AGENTS.md for tools that support agent instruction files| I want... | Install this |
|---|---|
| Claude Code: design plugin | /plugin install myoperator-design@myoperator-plugins |
| Claude Code: dev workflow plugin | /plugin install myoperator-workflows@myoperator-plugins |
| Cursor: design plugin | myoperator-cursor-design from the Cursor Marketplace / team marketplace |
| Cursor: dev workflow plugin | myoperator-cursor-workflows from the Cursor Marketplace / team marketplace |
| Any tool with agent instructions | cp AGENTS.md ./AGENTS.md |
Run these inside a Claude Code session:
1. Register the marketplace
/plugin marketplace add Ankish8/myoperator-plugins
2. Install the plugins you want
/plugin install myoperator-design@myoperator-plugins
/plugin install myoperator-workflows@myoperator-plugins
Recommended Claude setup:
myoperator-design — design system generation and UI guidancemyoperator-workflows — day-to-day dev commands for creating components and shipping releasesUpdate:
/plugin update myoperator-design@myoperator-plugins
/plugin update myoperator-workflows@myoperator-plugins
Team setup for .claude/settings.json:
{
"extraKnownMarketplaces": {
"myoperator-plugins": {
"source": {
"source": "github",
"repo": "Ankish8/myoperator-plugins"
}
}
}
}
This repo includes installable Cursor plugins through:
.cursor-plugin/marketplace.json
Recommended Cursor setup:
myoperator-cursor-design — installable design-system rulesmyoperator-cursor-workflows — installable dev workflow commandsInstall them through the Cursor Marketplace or a Cursor Team Marketplace that imports this repository.
Manual fallback is still available if needed:
mkdir -p .cursor/rules .cursor/commands
cp ai-rules/cursor/*.mdc .cursor/rules/
cp ai-rules/cursor/commands/*.md .cursor/commands/
AGENTS.md works across many tools and is the simplest cross-editor option.
cp AGENTS.md ./AGENTS.md
If you only copy one file, copy this one.
| Plugin | Description |
|---|---|
myoperator-design | Claude Code plugin for myOperator UI generation and design-system guidance |
myoperator-workflows | Claude Code dev workflow plugin for /create-component and /publish-all |
myoperator-cursor-design | Cursor plugin with installable myOperator design rules |
myoperator-cursor-workflows | Cursor dev workflow plugin with installable component and publish commands |