builder▌
68 indexed skills · max 10 per page
app-builder
sickn33/antigravity-awesome-skills · Frontend
Full-stack application orchestrator that analyzes requests, selects tech stacks, and coordinates multi-agent development. \n \n Detects project type from natural language and recommends appropriate technology stack from 13 pre-built templates covering web apps, APIs, mobile, desktop, and CLI tools \n Coordinates execution across specialized agents: project planner, frontend specialist, backend specialist, database architect, and DevOps engineer \n Provides selective reading guidance through a co
mcp-builder
mrgoonie/claudekit-skills · Frontend
To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided.
cloudflare-worker-builder
jezweb/claude-skills · Cloud
Scaffold and deploy Cloudflare Workers projects with Hono routing, Vite dev server, and Static Assets. \n \n Guides you through project setup in four steps: understanding requirements, scaffolding structure, configuring bindings (D1, R2, KV), and deploying to production \n Provides ready-to-use asset files including wrangler.jsonc , vite.config.ts , Hono app entry point, and TypeScript configuration \n Documents critical patterns for export syntax, SPA fallback with API route protection, Vite pl
azure-image-builder
hashicorp/agent-skills · Cloud
Build Azure managed images and Azure Compute Gallery images using Packer's azure-arm builder.
team-builder
affaan-m/everything-claude-code · Frontend
Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections.
browser-extension-builder
sickn33/antigravity-awesome-skills · Frontend
Build browser extensions for Chrome, Firefox, and cross-browser platforms using Manifest V3 architecture. \n \n Covers extension structure, Manifest V3 configuration, content scripts, background service workers, popup UIs, and storage patterns \n Includes communication patterns between popup, background worker, and content scripts; DOM injection and event handling on web pages \n Provides Chrome Storage API usage with async/await patterns, storage limits, and data persistence across devices \n H
ai-agent-builder
claude-office-skills/skills · Frontend
Design and build AI agents with tools, memory, and multi-step reasoning capabilities. Covers ChatGPT, Claude, Gemini integration patterns based on n8n's 5,000+ AI workflow templates.
mcp-builder
composiohq/awesome-claude-skills · Frontend
Comprehensive guide for building high-quality MCP servers that enable LLMs to interact with external services. \n \n Four-phase workflow covering research, implementation, review, and evaluation with detailed checklists and best practices for each stage \n Agent-centric design principles including workflow optimization, context efficiency, actionable error messages, and evaluation-driven development \n Language-specific implementation guides for Python (FastMCP) and Node/TypeScript with SDK docu
tailwind-theme-builder
jezweb/claude-skills · Frontend
Tailwind v4 and shadcn/ui setup with CSS variables, dark mode, and semantic color theming. \n \n Automates dependency installation, Vite configuration with the Tailwind plugin, and shadcn/ui initialization \n Implements a mandatory four-step CSS architecture: root CSS variables, @theme inline mapping, base styles, and dark mode via class switching \n Includes pre-built theme provider component for dark mode toggling and persistent theme storage \n Provides troubleshooting guides for common v4 mi
schema-builder
get-convex/agent-skills · Frontend
Design and generate Convex database schemas with proper validation, indexes, and relationships. \n \n Provides schema templates and patterns for one-to-many, many-to-many, and hierarchical relationships using ID references instead of nesting \n Includes validator reference for all Convex types ( v.string() , v.id() , v.union() , etc.) and guidance on when to use arrays versus relational structures \n Covers index strategy with single-field and compound index examples for common query patterns \n