Browse Skills

22656 skills found

orchestrator.md
0
1 export orchestrator
2 rawe from "rawe/claude-agent-orchestrator"
3 Use this skill when you need to orchestrate specialized Claude agents in separate sessions. Perfect for long-running tasks, specialized agents with MCP tools, and resumable workflows.
2026-01-05
mcp-builder.md
0
1 export mcp-builder
2 jeffmichaeljohnson-tech from "jeffmichaeljohnson-tech/prayermap"
3 Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
task-planning.md
0
1 export task-planning
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use after proposal approval to break work into 2-5 minute tasks with exact file paths and code examples. Each task must be completable by an agent with zero context. Do NOT use before proposal is approved.
2026-01-05
agent-selection.md
0
1 export agent-selection
2 metasaver from "metasaver/metasaver-marketplace"
3 Single source of truth for MetaSaver agent selection and subagent_type mapping
2026-01-05
shadcn.md
0
1 export shadcn
2 violabg from "violabg/dev-recruit"
3 Building UI with shadcn/ui components for consistent, accessible interfaces. Use when creating forms, buttons, dialogs, tables, and other UI elements with React and Tailwind CSS.
2026-01-05
modern-javascript-patterns.md
0
1 export modern-javascript-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
2026-01-05
pdf.md
0
1 export pdf
2 adityamiskin from "adityamiskin/loki"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
remix.md
0
1 export remix
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds full-stack React applications with Remix using loaders, actions, nested routes, and progressive enhancement. Use when creating Remix projects, implementing data loading, form handling, error boundaries, or deploying to various platforms.
2026-01-05
architecture-patterns.md
0
1 export architecture-patterns
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Fundamental patterns for building maintainable, scalable systems: separation of concerns, distributed orchestration, and zero-downtime migration strategies.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 DennisLiuCk from "DennisLiuCk/claude-plugin-marketplace"
3 創建具有高設計質量的獨特、生產級別的前端界面。當用戶要求構建網頁組件、頁面或應用程式時使用此技能。生成有創意、精緻的代碼,避免通用的 AI 美學。
2026-01-05
ui-ux-pro-max.md
0
1 export ui-ux-pro-max
2 hungtrandigital from "hungtrandigital/ResidentOne"
3 UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
2026-01-05
video-generation.md
0
1 export video-generation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AI video generation with Sora, Veo, and Kling. Use when creating Reels, video prompts, or handling video generation workflows.
2026-01-05
global-error-handling.md
0
1 export global-error-handling
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Implement robust error handling with user-friendly messages, specific exception types, centralized error handling, and graceful degradation strategies across the application. Use this skill when writing error handling logic in any code file, implementing try-catch blocks, raising or throwing exceptions, or designing error response formats. Use this skill when validating input and failing fast with clear messages, implementing retry strategies for transient failures, ensuring proper resource cleanup in finally blocks, or creating centralized error handling middleware. Use this skill when working with API endpoints, service layers, data access code, or any code that could fail and needs proper error handling. Use this skill when designing error responses for users or implementing graceful fallback behaviors.
2026-01-05
task-clarifier.md
0
1 export task-clarifier
2 ortaizi from "ortaizi/spike1"
3 Interactive question workflow for clarifying unclear or ambiguous tasks. Use when user requests are vague, lack specifications, have multiple valid implementation approaches, or require architectural decisions. Triggers on requests like "add authentication", "build a dashboard", "optimize the database", or any task where requirements are incomplete or implementation details are missing.
2026-01-05
backend-engineering.md
0
1 export backend-engineering
2 kanishka-sahoo from "kanishka-sahoo/opencode-config"
3 Design and implement robust, production-grade backend systems with strong architecture, correctness, performance, and operational rigor. Use this skill when the user asks to build APIs, services, data pipelines, system architectures, or backend-heavy applications.
2026-01-05
dst-check-freshness.md
0
1 export dst-check-freshness
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Check data freshness and age for DST tables in DuckDB. Use when determining if data needs refreshing or validating data currency before analysis.
2026-01-05
marketing-ops-hub.md
0
1 export marketing-ops-hub
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when starting the work day for marketing and PR work, planning content production, managing campaigns, organizing media relations, or coordinating multi-platform content distribution. Use it for daily content planning, automated content creation with agents, campaign coordination, and productivity reporting. Integrates with Linear MCP and other marketing skills (brand-voice-guardian, twitter-thread-creator, media-outreach-coordinator, multi-brand-manager, launch-campaign-orchestrator).
2026-01-05
frontend-dev-guidelines.md
0
1 export frontend-dev-guidelines
2 aMilkStack from "aMilkStack/Claude-Code-Config"
3 Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
project-implementation.md
0
1 export project-implementation
2 smorand from "smorand/claude-config"
3 Personal project implementation and modification guide. Use when creating or modifying Python 3.13 personal projects with FastAPI/Typer, pyproject.toml, and uv package manager.
2026-01-05
e2e-tests.md
0
1 export e2e-tests
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and maintain Playwright E2E tests following project patterns. Use when adding new tests, debugging test failures, or understanding test structure.
2026-01-05
moai-workflow-project.md
0
1 export moai-workflow-project
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integrated project management system with documentation, language initialization, and template optimization modules
2026-01-05
pptx.md
0
1 export pptx
2 leobrival from "leobrival/topographic-studio-plugins"
3 Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
2026-01-05
dockerfile-review.md
0
1 export dockerfile-review
2 mhalder from "mhalder/dotfiles"
3 Review Dockerfiles for best practices, security, and optimization. Use when the user says "review Dockerfile", "optimize image", "Dockerfile best practices", "reduce image size", or asks to audit a container build.
2026-01-05
data-science-captain.md
0
1 export data-science-captain
2 Claymore-Q from "Claymore-Q/SAVVY"
3 Data Science Captain - ML models, analytics, forecasting, and data-driven insights
2026-01-05