Browse Skills

18175 skills found

learning-workshop-builder.md
0
1 export learning-workshop-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design comprehensive workshops from 1-hour to multi-day including activities, materials, facilitation guides, and participant handouts. Use for interactive training events. Activates on "workshop design", "training event", "interactive session", or "hands-on learning".
2026-01-05
git-workflow-helper.md
0
1 export git-workflow-helper
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for Git workflows, troubleshooting, and best practices
2026-01-05
react-frontend-spa.md
0
1 export react-frontend-spa
2 Higashi-Masafumi from "Higashi-Masafumi/ai-coding-template"
3 ReactでSPAフロントエンドを実装・改修するためのガイド。バックエンド分離前提でNext.jsやサーバーサイド機能に依存せず、React Router中心のクライアント実装を行う時に使う。認証はAuthProviderとuseAuthカスタムフックで統一し、OpenAPIからorvalまたはopenapi-typescriptで型/クライアントを生成して利用する。ESLint+Prettier、zod、shadcn/ui、デザイントークン(CSS変数/Tailwindテーマ)を前提にする場合に適用する。ディレクトリ構成はmodules/components/hooks/providers/servicesなどの直感的な命名で複雑化に耐える構成にする。
2026-01-05
plans-handler.md
0
1 export plans-handler
2 AayushBaniya2006 from "AayushBaniya2006/blinkfund"
3 Manage subscription plans, pricing, and quotas. Use when adding plan features, updating limits, or building pricing pages.
2026-01-05
secure-by-design-pattern-library.md
0
1 export secure-by-design-pattern-library
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Secure-by-design architecture patterns for Kubernetes. Zero trust, defense in depth, least privilege, and fail-secure patterns with implementation examples and threat models.
2026-01-05
langchain.md
0
1 export langchain
2 htooayelwinict from "htooayelwinict/claude-config"
3 Expert guidance for building LLM applications with LangChain framework - chains, prompts, memory, retrievers, and integrations.
2026-01-05
nextjs-devtools.md
0
1 export nextjs-devtools
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.Use when working on Next.js applications, debugging routing, or inspecting app structure.NOT for general React or non-Next.js projects.
2026-01-05
unreal-engine-developer.md
0
1 export unreal-engine-developer
2 DammianMiller from "DammianMiller/universal-agent-memory"
3 Expert Unreal Engine 5 developer and technical artist for complete game development via agentic coding. Enables AI-driven control of Unreal Editor through MCP, Python scripting, Blueprints, and C++ for level design, asset management, gameplay programming, and visual development.
2026-01-05
architect-agent-skill.md
0
1 export architect-agent-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Technical workflow for architect-agent - PRD creation with mandatory database context, entity design with Zod, iteration review, and agent coordination in the iterative v2.0 system
2026-01-05
dapr-microservices-architect.md
0
1 export dapr-microservices-architect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in building distributed systems using Dapr. Use this for implementing pub/sub, state management, jobs, and secrets abstraction.
2026-01-05
plantuml.md
0
1 export plantuml
2 SpillwaveSolutions from "SpillwaveSolutions/plantuml"
3 Generate PlantUML diagrams from text descriptions and convert them to PNG/SVG images. Use when asked to "create a diagram", "generate PlantUML", "convert puml to image", "extract diagrams from markdown", or "prepare markdown for Confluence". Supports all PlantUML diagram types including UML (sequence, class, activity, state, component, deployment, use case, object, timing) and non-UML (ER diagrams, Gantt charts, JSON/YAML visualization, mindmaps, WBS, network diagrams, wireframes, and more).
2026-01-05
content-ops-netlify.md
0
1 export content-ops-netlify
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Next.js content model with visual editing for Netlify.
2026-01-05
taxonomist.md
0
1 export taxonomist
2 Hoogkamer from "Hoogkamer/ontologies"
3 Expert taxonomist that creates comprehensive, well-structured taxonomies with hierarchical classification systems and optional semantic relationships. Use this when users need to build taxonomies, ontologies, or classification systems for any domain (data management, financial services, healthcare, technology, etc.). Outputs text files with relations in the format `source|is a|target`
2026-01-05
seo-competitor-intelligence.md
0
1 export seo-competitor-intelligence
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Reverse-engineer top-ranking competitor pages to identify content gaps and create "beat the competition" briefs. Analyzes content structure, schema markup, E-E-A-T signals, local SEO, and generates actionable outlines. Use when user mentions "competitor analysis", provides competitor URLs, asks "why am I not ranking", or requests content gap analysis for therapy/healthcare keywords.
2026-01-05
generate-image.md
0
1 export generate-image
2 Hiverarchy from "Hiverarchy/hiverarchy"
3 Generate AI images using GPT Image 1.5 for Hiverarchy blog posts. Use when user wants to create images, generate visuals, make illustrations, or add pictures to their posts.
2026-01-05
creating-karabiner-modifications.md
0
1 export creating-karabiner-modifications
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when configuring Karabiner-Elements keyboard customizations, before writing JSON - provides systematic workflow for complex modifications with correct structure, common patterns, and guidance on manual vs generator approaches
2026-01-05
stan-ode-modeler.md
0
1 export stan-ode-modeler
2 sunxd3 from "sunxd3/claude-code-devcontainer"
3 Guidelines for Stan models with ODE-based dynamics using modern interfaces
2026-01-05
astro-optimizer.md
0
1 export astro-optimizer
2 mdejesus23 from "mdejesus23/dar-dev"
3 Performance optimization toolkit for Astro SSG sites. Analyzes and applies optimizations including resource preloading (fonts, images, CSS), page prefetching, image loading strategies (lazy/eager, fetchpriority), and configuration improvements. Use when the user asks to optimize an Astro site, improve Astro performance, add preloading, configure prefetching, or speed up their Astro build. Handles both automatic safe optimizations and user-confirmed risky optimizations.
2026-01-05
dependency-management.md
0
1 export dependency-management
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Use quality dependencies freely - default to using existing libraries over reinventing. For Python prefer conda over pip, maintain separate requirements-conda.txt and requirements-pip.txt. Use when adding dependencies, installing packages, or evaluating whether to use a library.
2026-01-05
debugging.md
0
1 export debugging
2 alexanderop from "alexanderop/second-brain-nuxt"
3 Debug issues in the Second Brain Nuxt 4 + @nuxt/content v3 project. Use for any bug, test failure, or unexpected behavior.
2026-01-05
multi-agent-coordination.md
0
1 export multi-agent-coordination
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks about "multi-agent coordination", "agent spawning", "parallel agents", "agent communication", "team coordination", "sub-agent management", "agent limits", "agent layers", or needs guidance on coordinating multiple agents for complex tasks.
2026-01-05
commissioning-reports.md
0
1 export commissioning-reports
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Building commissioning workflows including MBCx procedures, testing protocols, report generation, and energy conservation measure verification following ASHRAE Guideline 0 and NEBB standards
2026-01-05
docs-automation.md
0
1 export docs-automation
2 blakebauman from "blakebauman/cf-monorepo"
3 Automated documentation generation for Cloudflare Workers monorepo. Creates API documentation from OpenAPI specs, generates package READMEs, and maintains architecture documentation with intelligent content generation.
2026-01-05
backend-api.md
0
1 export backend-api
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Design and implement RESTful API endpoints following industry best practices for resource naming, HTTP methods, status codes, and versioning. Use this skill when creating or modifying API route handlers, endpoint files, controller files, or API router configuration files. Use this skill when working with REST API design, implementing HTTP endpoints in backend frameworks, defining API routes and URL patterns, setting up API versioning strategies, or configuring request/response handling in web services. Use this skill when working with files in routes/, api/, controllers/, endpoints/, or views/ directories that handle HTTP requests. Use this skill when defining OpenAPI/Swagger specifications, implementing rate limiting, or establishing API conventions for your application.
2026-01-05