vcode-sh

52 mods across 2 repositories, 23 stars between them.

from-docs

25

vcode-sh/vibe-tools

Command

Create a skill by analyzing a folder of documentation - package docs, API references, guides.

19 6mo ago A 17 tokens

from-project

26

vcode-sh/vibe-tools

Command

Create a skill by analyzing your project's codebase - code patterns, APIs, dependencies, conventions.

19 6mo ago A 0 tokens

improve

27

vcode-sh/vibe-tools

Command

Iteratively improve a skill based on real-world usage feedback, test results, or edge cases.

19 6mo ago A 0 tokens

learn

28

vcode-sh/vibe-tools

Command

Guided beginner tutorial - build your first skill from scratch with explanations at every step.

19 6mo ago A 16 tokens

package

29

vcode-sh/vibe-tools

Command

Package a skill for distribution - Claude.ai zip or Claude Code plugin scaffold.

19 6mo ago A 14 tokens

quick

30

vcode-sh/vibe-tools

Command

Quickly generate a complete skill from a brief description.

19 6mo ago A 10 tokens

review

31

vcode-sh/vibe-tools

Command

Review and audit an existing skill for quality, triggers, and best practices.

19 6mo ago A 14 tokens

template

32

vcode-sh/vibe-tools

Command

Browse and apply pre-built skill templates for different categories.

19 6mo ago A 10 tokens

test

33

vcode-sh/vibe-tools

Command

Generate and run trigger tests, functional tests, and performance baselines for a skill.

19 6mo ago A 16 tokens

validate

34

vcode-sh/vibe-tools

Command

Quick structural validation of a skill - checks YAML, naming, and file structure.

19 6mo ago A 15 tokens

skill-maker

35

vcode-sh/vibe-tools

Skill Claude CodeCodex

Create, review, test, and package Anthropic Agent Skills for Claude.ai and Claude Code. Use when user asks to "create a skill", "build a skill", "generate SKILL.md", "review my skill", "test my skill", "improve my skill", "create skill from documentation", "create skill from project", "analyze docs and make a skill"…

19 6mo ago A 0 tokens

base-ui-guide

36

vcode-sh/vibe-tools

Plugin Claude Code

Build accessible React UIs with Base UI (@base-ui/react). Covers all 35+ unstyled, headless components (Dialog, Menu, Select, Combobox, Tabs, Accordion, Toast, Form, Slider, etc.), styling patterns (Tailwind, CSS Modules, CSS-in-JS), animations, composition via render props, form integration, and TypeScript types.

19 6mo ago A tokens not measured

base-ui-guide

37

vcode-sh/vibe-tools

Skill Claude CodeCodex

Guide for Base UI (@base-ui/react), an unstyled React component library for building accessible UIs. Use when user asks to "build a component with Base UI", "create a form with Base UI", "style Base UI components", "animate Base UI popover", "use Base UI dialog", "add Base UI select", "implement Base UI tabs", or asks…

19 6mo ago A 189 tokens

hono-guide

38

vcode-sh/vibe-tools

Plugin Claude Code

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…

19 6mo ago A tokens not measured

hono-guide

39

vcode-sh/vibe-tools

Skill Claude CodeCodex

Guide for Hono, an ultrafast web framework built on Web Standards. Use when user asks to "create a Hono app", "build an API with Hono", "add Hono middleware", "deploy Hono to Cloudflare Workers", "use Hono RPC", "add auth to Hono", "validate requests in Hono", "use Hono JSX", or asks about Hono routing, context…

19 6mo ago A 125 tokens

orpc-guide

40

vcode-sh/vibe-tools

Plugin Claude Code

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…

19 6mo ago A tokens not measured

orpc-guide

41

vcode-sh/vibe-tools

Skill Claude CodeCodex

Guide for oRPC — a type-safe RPC framework combining end-to-end type safety with OpenAPI compliance. Use when user explicitly mentions "oRPC" or asks to "create oRPC procedures", "set up oRPC server", "configure oRPC client", "add oRPC middleware", "define oRPC router", "use oRPC with Next.js/Express/Hono/Fastify"…

19 6mo ago A 225 tokens

shadcn-guide

42

vcode-sh/vibe-tools

Plugin Claude Code

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…

19 6mo ago A tokens not measured

shadcn-guide

43

vcode-sh/vibe-tools

Skill Claude CodeCodex

Guide for shadcn/ui — the open-code component system for React. Use when user asks to install, configure, theme, or use shadcn/ui components, set up dark mode, create forms, build a registry, configure MCP, or set up RTL/monorepo/JavaScript mode. Covers 58+ components (Base UI and Radix variants), CLI commands…

19 6mo ago A 141 tokens

vcode-sh/vibe-tools

Plugin Claude Code

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.

19 6mo ago A tokens not measured

vcode-sh/vibe-tools

Skill Claude CodeCodex

TanStack Hotkeys guide for type-safe keyboard shortcuts in React. Use when user asks to "add keyboard shortcuts", "register hotkeys", "handle keyboard shortcuts in React", "implement key bindings", "use TanStack Hotkeys", "use useHotkey", "add Mod+S shortcut", "create vim-style key sequences", "record keyboard…

19 6mo ago A 215 tokens

vcode-sh/vibe-tools

Plugin Claude Code

Build type-safe, file-based routing for React with TanStack Router. Covers first-class search param APIs with Zod/Valibot/ArkType validation, built-in data loading with SWR caching, automatic code splitting, 100% inferred TypeScript types, authentication with route protection, SSR streaming and dehydration, route…

19 6mo ago A tokens not measured

vcode-sh/vibe-tools

Skill Claude CodeCodex

Type-safe, file-based router for React with first-class search params, data loading, and code splitting. Use when user asks to "create routes with TanStack Router", "set up file-based routing", "add search params", "use loaders", "protect routes with auth", "add code splitting", or asks about @tanstack/react-router…

19 6mo ago A 185 tokens

vcode-sh/vibe-tools

Plugin Claude Code

Build full-stack React apps with TanStack Start — type-safe server functions, composable middleware (client + server), SSR/streaming, server routes, sessions, authentication, and deploy anywhere. Covers createServerFn, createMiddleware, createStart, file-based routing, search param validation, data loading with…

19 6mo ago A tokens not measured