Installable plugins for Claude Code and Cursor.
Use this repo for:
- Design plugins to generate UI that follows the myOperator design system
- Dev workflow plugins for component creation and release/publish flows
- Universal fallback via
AGENTS.mdfor 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-plugins2. Install the plugins you want
/plugin install myoperator-design@myoperator-plugins
/plugin install myoperator-workflows@myoperator-pluginsRecommended Claude setup:
myoperator-design— design system generation and UI guidancemyoperator-workflows— day-to-day dev commands for creating components and shipping releases
Update:
/plugin update myoperator-design@myoperator-plugins
/plugin update myoperator-workflows@myoperator-pluginsTeam 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 commands
Install 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.mdIf 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 |