Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By vcode-sh
Generate Anthropic Agent Skills for Claude.ai and Claude Code from documentation folders or project codebases in JavaScript, Python, Go, Rust, TypeScript. Interactively build via wizard or templates, audit quality with scores and auto-fixes, test triggers and performance, iterate improvements, and package for distribution as zips or plugins.
npx claudepluginhub vcode-sh/vibe-tools --plugin skill-makerInteractive wizard to create a new Anthropic Agent Skill step-by-step
Interactive reference - ask questions about skill best practices and get answers with examples
Automatically fix quality issues in an existing skill
Create a skill by analyzing a folder of documentation - package docs, API references, guides
Analyze a user's project codebase and create a skill that teaches Claude the project's conventions, patterns, and implementation details. Future conversations with this skill loaded will have Claude work consistently with the project's established patterns.
Uses power tools
Uses Bash, Write, or Edit tools
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 and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Four-layer test framework for Claude Code plugin skills — structure validation, trigger accuracy, session testing, and skill value comparison
Create and validate production-grade agent skills with 100-point marketplace grading
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Generate WordPress Gutenberg blocks using Greenshift/GreenLight. Create sections, layouts, hero sections, galleries, complete pages, and migrate old blocks to modern GreenLight Element format.
Build type-safe APIs with oRPC — end-to-end type safety meets OpenAPI compliance. Covers procedures, routers, middleware, context, error handling, file uploads, SSE/streaming, server actions, contract-first development, OpenAPI spec generation, and 20+ framework adapters (Next.js, Express, Hono, Fastify, WebSocket, Electron, Cloudflare Workers, and more). Includes TanStack Query, SWR, Better Auth, AI SDK, and Sentry integrations.
Build React UIs with shadcn/ui — the open-code component system. Covers 58+ components (Base UI and Radix variants), CLI commands, components.json configuration, CSS variable theming (OKLCH), framework installation (Next.js, Vite, Astro, Remix, Laravel, Gatsby, TanStack), registry system, form patterns (React Hook Form, TanStack Form, Server Actions), dark mode, RTL, and monorepo setup.
Add type-safe keyboard shortcuts to React apps with TanStack Hotkeys. Covers hotkey registration, cross-platform Mod shortcuts, Vim-style multi-key sequences, hotkey recording for customization UIs, real-time key state tracking, platform-aware display formatting, and devtools integration.
Build ultrafast web APIs and apps with Hono across any JavaScript runtime. Covers routing, Context API, 25+ built-in middleware (auth, CORS, caching, security), type-safe RPC client, Zod/Standard Schema validation, JSX rendering, streaming/SSE, WebSocket, cookie/JWT helpers, testing patterns, and deployment to Cloudflare Workers, Bun, Deno, Node.js, AWS Lambda, Vercel, Netlify, and more.
A Claude Code plugin marketplace for people who'd rather vibe than grind. Built by Vibe Code - we automate the boring stuff so you can focus on the creative stuff. Or coffee. Probably coffee.
# Add the marketplace (one time thing, we promise)
/plugin marketplace add vcode-sh/vibe-tools
# Install what you need
/plugin install greenshift-blocks@vibe-tools
/plugin install skill-maker@vibe-tools
/plugin install base-ui-guide@vibe-tools
/plugin install shadcn-guide@vibe-tools
/plugin install hono-guide@vibe-tools
/plugin install orpc-guide@vibe-tools
/plugin install tanstack-hotkeys-guide@vibe-tools
/plugin install tanstack-router-guide@vibe-tools
/plugin install tanstack-start-guide@vibe-tools
That's it. No npm install, no dependency hell, no "works on my machine" moments.
| Plugin | What it does | Vibe level |
|---|---|---|
| greenshift-blocks | WordPress Gutenberg blocks that actually work | Maximum |
| skill-maker | Create, review & package Anthropic Agent Skills | Over 9000 |
Library-specific guides that teach Claude how to use frameworks correctly. Install one and Claude instantly knows the API, patterns, and best practices.
/plugin install base-ui-guide@vibe-tools
/plugin install shadcn-guide@vibe-tools
/plugin install hono-guide@vibe-tools
/plugin install orpc-guide@vibe-tools
/plugin install tanstack-hotkeys-guide@vibe-tools
/plugin install tanstack-router-guide@vibe-tools
/plugin install tanstack-start-guide@vibe-tools
| Guide | Library | What Claude learns |
|---|---|---|
| base-ui-guide | Base UI (@base-ui/react) | 35+ unstyled headless components, styling patterns, animations, composition |
| shadcn-guide | shadcn/ui (shadcn) | 58+ components, theming, registry system, form patterns, dark mode |
| hono-guide | Hono (hono) | Routing, middleware, RPC client, multi-runtime deployment, streaming/SSE |
| orpc-guide | oRPC (@orpc/*) | Type-safe APIs, OpenAPI generation, 20+ framework adapters, streaming |
| tanstack-hotkeys-guide | TanStack Hotkeys (@tanstack/react-hotkeys) | Keyboard shortcuts, sequences, recording, cross-platform Mod keys |
| tanstack-router-guide | TanStack Router (@tanstack/react-router) | File-based routing, search params, data loading, code splitting, SSR |
| tanstack-start-guide | TanStack Start (@tanstack/react-start) | Full-stack React, server functions, middleware, SSR/streaming, deploy anywhere |
More guides are added over time as skills get packaged in vibe-skills.
Generate production-ready WordPress Gutenberg blocks using Greenshift/GreenLight. Because manually writing JSON-in-HTML-comments is a special kind of torture we don't wish on anyone.
What you get:
Commands:
| Command | Does the thing |
|---|---|
/gs:section | Sections. Shocking, right? |
/gs:hero | Hero sections with that chef's kiss |
/gs:columns | 2-4 column layouts |
/gs:element | Individual elements |
/gs:gallery | Image galleries |
/gs:card | Card components |
/gs:page | Entire pages. Yes, really. |
/gs:accordion | FAQ/collapsible sections |
/gs:tabs | Tabbed interfaces |
/gs:counter | Animated number counters |
/gs:countdown | Countdown timers |
/gs:table | Responsive tables |
/gs:video | Videos (native, YouTube, Vimeo, lightbox) |
/gs:clone | Screenshot to Greenshift blocks |
Full docs for the curious.
Create, review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. Because writing YAML frontmatter by hand and hoping Claude triggers your skill is not a vibe.
What you get:
Commands: