Squirrelfishcityhall150/claude-code-kit Skills
(11)Browse AI agent skills from Squirrelfishcityhall150/claude-code-kit for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
express
Squirrelfishcityhall150/claude-code-kit
Express.js framework patterns including routing, middleware, request/response handling, and Express-specific APIs. Use when working with Express routes, middleware, or Express applications.
nextjs
Squirrelfishcityhall150/claude-code-kit
Next.js 15+ App Router development patterns
nodejs
Squirrelfishcityhall150/claude-code-kit
Core Node.js backend patterns for TypeScript applications including async/await error handling, middleware concepts, configuration management, testing strategies, and layered architecture principles. Use when building Node.js backend services, APIs, or microservices.
prisma
Squirrelfishcityhall150/claude-code-kit
Prisma ORM patterns including Prisma Client usage, queries, mutations, relations, transactions, and schema management. Use when working with Prisma database operations or schema definitions.
react
Squirrelfishcityhall150/claude-code-kit
Core React 19 patterns including hooks, Suspense, lazy loading, component structure, TypeScript best practices, and performance optimization. Use when working with React components, hooks, lazy loading, Suspense boundaries, or React-specific TypeScript patterns.
route-tester
Squirrelfishcityhall150/claude-code-kit
Framework-agnostic HTTP API route testing patterns, authentication strategies, and integration testing best practices. Supports REST APIs with JWT cookie authentication and other common auth patterns.
shadcn
Squirrelfishcityhall150/claude-code-kit
shadcn/ui component library patterns
skill-developer
Squirrelfishcityhall150/claude-code-kit
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
tailwindcss
Squirrelfishcityhall150/claude-code-kit
Tailwind CSS v4 utility-first styling patterns
tanstack-query
Squirrelfishcityhall150/claude-code-kit
TanStack Query v5 data fetching patterns including useSuspenseQuery, useQuery, mutations, cache management, and API service integration. Use when fetching data, managing server state, or working with TanStack Query hooks.
tanstack-router
Squirrelfishcityhall150/claude-code-kit
TanStack Router file-based routing patterns including route creation, navigation, loaders, type-safe routing, and lazy loading. Use when creating routes, implementing navigation, or working with TanStack Router.