By Ankish8
Automated publishing workflow for myOperator UI CLI and MCP packages
[Cursor] Add or sync a prop on an existing component (.tsx + story + test + yaml deps). Stops at source boundary; /publish-all-cursor handles registry/build/publish.
Add or sync a prop on an existing component (.tsx + story + test + yaml deps). Stops at the source boundary; /publish-all handles registry/build/publish.
[Cursor] Create a new React component with interactive guided workflow — uses Cursor's AskQuestion tool for all prompts
Create a new React component with intelligent analysis, design system validation, and auto-generated tests
[Cursor] Full publish workflow for myOperator UI (beta/latest) with pre-flight checks, Storybook sync, and conditional publish paths
A React component library with CLI tooling for easy integration. Built with Tailwind CSS, fully compatible with Bootstrap projects.
# Initialize in your project
npx myoperator-ui init
# Add components
npx myoperator-ui add button badge table
import { Button } from "@/components/ui/button"
import { Badge } from "@/components/ui/badge"
function App() {
return (
<div>
<Button variant="default" size="md">
Click me
</Button>
<Badge variant="active">Active</Badge>
</div>
)
}
# Initialize project with Tailwind config
npx myoperator-ui init
# Add specific components
npx myoperator-ui add button
npx myoperator-ui add button badge table
# Interactive component selection
npx myoperator-ui add
# Update components to latest version
npx myoperator-ui@latest update button
npx myoperator-ui@latest update --all
# Preview updates without applying
npx myoperator-ui@latest update --all --dry-run
See CLI documentation for full command reference.
The CLI automatically detects Bootstrap and configures Tailwind to avoid style conflicts. All components use the tw- prefix by default.
# Install dependencies
npm install
# Run Storybook
npm run storybook
# Run tests
npm test
# Build CLI
cd packages/cli && npm run build
src/components/ui/ # Source components
packages/cli/ # CLI package (myoperator-ui)
scripts/ # Build and development scripts
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ankish8/storybook-npm --plugin myoperator-publishIntelligent React component creation with design system validation, Figma integration, and automated testing
Create 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
Create UIs matching the myOperator design system aesthetic. Generates standalone React/HTML/CSS code with consistent visual language.
Intelligent React component creation with design system validation, Figma integration, and automated testing
MCP server for shadcn UI tooling
Expert shadcn/ui with Radix UI and Base UI detection, component patterns, registries, theming, and migration
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.
Frontend design skill for UI/UX implementation for Opus 4.5
Search, preview, install, and author MagicPath UI components (designs) from Claude Code via the magicpath-ai CLI. Create new MagicPath projects, edit canvas components directly from local code, apply design-system themes, and work across personal and team workspaces.
Comprehensive Material UI (MUI) expert plugin — 26 skills, 14 commands, 7 agents covering theming, CSS variables, Pigment CSS, components, sx/styled, slots API, MUI X (DataGrid, DatePickers, Charts, TreeView), accessibility, performance, SSR/Next.js, animations, virtualization, forms, white-label/multi-tenant, headless (MUI Base), Joy UI, i18n/RTL, testing, migration, entity-driven CRUD, ecosystem integrations, and 200+ creative widget patterns.