Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jbabin91
Meta-tools for creating and managing Claude Code components. Generate skills, commands, agents, hooks, and plugins with proper structure and validation.
npx claudepluginhub jbabin91/super-claude --plugin metaCreate specialized agents for Claude Code that handle specific tasks autonomously. Generate agent definitions with proper configuration and best practices. Use when: creating agents, generating sub-agents, setting up autonomous workflows. Activates for: "create agent", "generate agent", "new agent", "sub-agent", "make agent"
Create custom slash commands for Claude Code with proper markdown structure and YAML frontmatter. Use when: creating commands, generating slash commands, making workflow automations. Activates for: "create command", "generate command", "new command", "slash command", "make command"
Create event hooks for Claude Code that trigger on specific events. Generate hooks with proper JSON configuration for automating workflows. Use when: creating hooks, setting up event triggers, automating on file saves or tool calls. Activates for: "create hook", "generate hook", "new hook", "event hook", "make hook"
Create complete Claude Code plugins with proper structure including skills, commands, agents, and hooks. Generates plugin manifests and directory structures for distribution. Use when: building plugins, creating plugin packages, distributing skills to marketplace. Activates for: "create plugin", "generate plugin", "new plugin", "plugin package", "make plugin"
Create new Claude Code skills with proper structure, validation, and best practices. Generates skills that follow Anthropic specifications and community patterns. Use when you need custom skills for specific workflows, either globally or per-project.
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.
Create skills, subagents, hooks, commands, and plugins for Claude Code
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,443 supported skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Development workflow enhancements including OpenSpec proposal management, skill auto-activation, and command hooks for session checklists, type checking, commit guards, and branch name validation.
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