Help us improve
Share bugs, ideas, or general feedback.
A comprehensive marketplace of Claude Code plugins for TanStack Start, Base UI, Hono, and modern TypeScript development. Install individual plugins or mix and match based on your project needs.
npx claudepluginhub jbabin91/super-claudeMeta-tools for creating and managing Claude Code components. Generate skills, commands, agents, hooks, and plugins with proper structure and validation.
Development workflow enhancements including OpenSpec proposal management, skill auto-activation, and command hooks for session checklists, type checking, commit guards, and branch name validation.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Share bugs, ideas, or general feedback.
Claude Code, supercharged. 🚀
A comprehensive collection of Claude Code plugins for TanStack Start, Base UI, Hono, and modern TypeScript development.
# Add the super-claude marketplace
/plugin marketplace add jbabin91/super-claude
# Install plugins based on your stack (see "Choose Your Stack" below)
/plugin install workflow # OpenSpec workflow, session automation
# Additional plugins coming soon: design-system, testing
/plugin install workflow # Development workflow enhancements
# Additional plugins coming soon: frontend, tanstack, design-system
/plugin install meta # Create custom skills, commands, agents
/plugin install workflow # OpenSpec, auto-activation, session hooks
Note: Design-system, TanStack, API, Database, and Auth plugins are planned but not yet fully implemented. See Available Plugins below for current status.
Create custom skills, commands, agents, hooks, and plugins
For plugin creators and power users extending Claude Code with custom capabilities.
Features:
Install: /plugin install meta
Development workflow enhancements with OpenSpec and skill auto-activation
Enhance your development workflow with spec-driven proposals, session automation, and intelligent skill suggestions.
Features:
Install: /plugin install workflow
Component libraries with Base UI, shadcn/ui, design tokens, WCAG AAA accessibility, and Storybook integration.
Unit, integration, and E2E testing with Vitest and Playwright.
TypeScript type checking, refactoring, and import management.
Git workflow automation with smart commits, gitmoji, PR descriptions.
CI/CD pipelines, GitHub Actions, Docker, and deployment automation.
The following plugins are planned but not yet started:
super-claude/
├── plugins/ # Plugin packages
│ ├── meta/ # Meta-tools (ready)
│ ├── workflow/ # Development workflow (ready)
│ ├── design-system/ # Component libraries (in dev)
│ ├── testing/ # Testing automation (in dev)
│ ├── typescript/ # TypeScript tools (in dev)
│ ├── git/ # Git workflows (in dev)
│ └── devops/ # DevOps (in dev)
├── .claude-plugin/ # Marketplace configuration
└── docs/ # Documentation and guides
This plugin collection is optimized for:
Frontend:
Backend:
Fullstack:
Quality:
Use the skill-creator from meta plugin:
# Install meta (for plugin creators)
/plugin install meta
# In Claude Code, ask:
"Create a skill for [purpose]"
# The skill-creator will guide you through:
# - Skill structure and YAML frontmatter
# - When to use and activation triggers
# - Best practices and validation