Browse Skills

44357 skills found

go-reviewer.md
0
1 export go-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Go project review, error handling, goroutines, interfaces, testingWHAT: Error handling patterns + Concurrency safety + Interface design + Testing + Idiomatic GoWHEN NOT: Go API frameworks → go-api-reviewer, Rust → rust-reviewer
2026-01-05
interaction-design.md
0
1 export interaction-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create rich, responsive interactive experiences that make applications a joy to use. Use this skill when building components with user interactions, forms, data-heavy interfaces, or any feature requiring thoughtful UX patterns. Complements frontend-design with psychology-driven interaction patterns.
2026-01-05
spec-writing.md
0
1 export spec-writing
2 astrosteveo from "astrosteveo/dev-marketplace"
3 This skill should be used when the user asks to "write a spec", "create a specification", "define acceptance criteria", "break down a feature", "write user stories", or needs guidance on structuring feature requirements. Provides patterns for effective spec writing and task decomposition.
2026-01-05
git-pr-creation.md
0
1 export git-pr-creation
2 foontinz from "foontinz/claude-code-plugins"
3 This skill creates pull requests using the GitHub CLI with AI-generated descriptions. It analyzes the current branch, detects available target branches, and generates concise PR descriptions based on the commit history and changes. Use this when asked to create a pull request, file a PR, or when the user uses the `/pr` or `/gpr` command. It automates the PR creation process while ensuring quality descriptions.
2026-01-05
research.md
0
1 export research
2 longtho638-jpg from "longtho638-jpg/apexrebate"
3 Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.
2026-01-05
compliance-validator.md
0
1 export compliance-validator
2 GatoaoCubo from "GatoaoCubo/codexa-core"
3 Valida textos de anúncio contra ANVISA, INMETRO, CONAR e regras de marketplace
2026-01-05
docker-health.md
0
1 export docker-health
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Docker health checks and troubleshooting. Use when building Docker images, running containers, or debugging deployment issues. Validates backend API and worker services.
2026-01-05
gmail.md
0
1 export gmail
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Read, send, and manage Gmail emails. Load when user mentions 'gmail', 'email', 'send email', 'check email', 'inbox', 'draft', or references sending/reading emails.
2026-01-05
security-patterns.md
0
1 export security-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Web application security patterns including STRIDE threat modeling, OWASP Top 10 compliance, ABP authorization, and security audit procedures. Use when: (1) conducting security audits, (2) implementing authentication/authorization, (3) creating threat models, (4) reviewing code for vulnerabilities.
2026-01-05
backend-api.md
0
1 export backend-api
2 89jobrien from "89jobrien/mcp-joecc"
3 Design and implement RESTful API endpoints following best practices for URL structure, HTTP methods, status codes, and versioning. Use this skill when creating or modifying API routes, controllers, or endpoint handlers. When working on files like routes.py, api.py, controllers/, endpoints/, or any file defining HTTP endpoints. When designing URL patterns, choosing HTTP methods (GET, POST, PUT, PATCH, DELETE), implementing pagination, filtering, or sorting. When adding rate limiting headers or API versioning strategies.
2026-01-05
resilient-async-operations.md
0
1 export resilient-async-operations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A comprehensive pattern for handling asynchronous operations in JavaScript/TypeScript applications with automatic cleanup, graceful error handling, and memory leak prevention. Use when building async operations that need timeout control, cancellation support, retry logic, or graceful error handling.
2026-01-05
moai-lang-go.md
0
1 export moai-lang-go
2 kivo360 from "kivo360/quickhooks"
3 Go best practices with modern cloud-native development, performance optimization, and concurrent programming for 2025
2026-01-05
keeping-routines-focused.md
0
1 export keeping-routines-focused
2 barrydobson from "barrydobson/dotfiles_extra"
3 Each routine does one thing and does it well - extract when routines have multiple responsibilities
2026-01-05
backend-models.md
0
1 export backend-models
2 Software-Design-Club from "Software-Design-Club/todo-app"
3 Define database models with clear naming, proper data types, validation, relationships, and constraints to ensure data integrity. Use this skill when creating or modifying ORM model files, database schema definitions, model class files, or entity files. Use this when defining model relationships (has-many, belongs-to, many-to-many), setting up database constraints (NOT NULL, UNIQUE, foreign keys), adding timestamps and indexes, implementing model-level validations, or choosing appropriate data types for fields. Use this when working on files in directories like models/, entities/, app/models/, or any file that defines database table structures and relationships.
2026-01-05
rust-performance-analyzer.md
0
1 export rust-performance-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyzes Rust code for performance bottlenecks, memory inefficiencies, and optimization opportunities. Use when discussing performance, slow code, memory usage, profiling, benchmarks, or optimization.
2026-01-05
multi-model-review.md
0
1 export multi-model-review
2 mozuq-lab from "mozuq-lab/multi-model-review"
3 マルチモデルコードレビュー。LLMがコードレビューを行った後、GitHub Copilot CLIに精査させて双方の視点を統合した最終レビューを提供。Use when user wants multi-model code review, second opinion, or wants to cross-check review findings with another AI. Triggers: "/multi-model-review", "マルチモデルレビュー", "複数モデルでレビュー", "セカンドオピニオン"
2026-01-05
testing-guidelines.md
0
1 export testing-guidelines
2 amattas from "amattas/agentic-coding"
3 How tests should be structured, named, and prioritized in this codebase.
2026-01-05
newsletter.md
0
1 export newsletter
2 GroundMountCompany from "GroundMountCompany/groundmounts-app"
3 Create best-in-class newsletters that people actually want to read. Use when someone needs to write a newsletter edition, develop a newsletter format, or improve their newsletter game. Covers multiple formats - roundup, deep-dive, personal essay, curated links, news briefing. References patterns from Lenny Rachitsky, Morning Brew, Greg Isenberg, Sahil Bloom, The Hustle, and top AI newsletters. Triggers on: write newsletter, newsletter format, help with my newsletter, newsletter edition about X, weekly roundup. Outputs publication-ready newsletter content or format templates.
2026-01-05
cloudflare-full-stack-integration.md
0
1 export cloudflare-full-stack-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Production-tested integration patterns for connecting React frontends to Cloudflare Worker backendswith Hono, Clerk authentication, and D1 databases. Prevents common frontend-backend connection issues,CORS errors, auth token failures, and race conditions.Use when: connecting frontend to backend, implementing auth flow, setting up API calls,troubleshooting CORS, fixing race conditions, auth tokens not passing, frontend-backend connection errors,401 errors, integrating Clerk with Workers, setting up full-stack Cloudflare app, vite cloudflare plugin setup.Prevents: CORS errors, 401 Unauthorized, auth token mismatches, race conditions with auth loading,environment variable confusion, frontend calling wrong endpoints, JWT verification errors, D1 connection issues.Keywords: frontend backend integration, Cloudflare Workers, Hono, Clerk auth, JWT verification, CORS, React API client,race conditions, auth loading, connection issues, full-stack integration, vite plugin, @cloudflare/vite-plugin,D1 database,
2026-01-05
nextjs-15-specialist.md
0
1 export nextjs-15-specialist
2 Barnhardt-Enterprises-Inc from "Barnhardt-Enterprises-Inc/quetrex-plugin"
3 Use when working with Next.js 15 features, App Router, Server Components, Server Actions, or data fetching patterns. Ensures correct usage of Server vs Client Components and modern Next.js patterns.
2026-01-05
product-strategy.md
0
1 export product-strategy
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-product-manager"
3 Master product strategy, market analysis, competitive positioning, and long-term product vision. Define business models and craft go-to-market strategies that drive success.
2026-01-05
orchestration-workflow.md
0
1 export orchestration-workflow
2 Zeliper from "Zeliper/z-coder"
3 /orchestrate 커맨드의 상세 워크플로우 가이드. 모든 Phase 처리 및 sub-agent spawn 전략
2026-01-05
your-skill-name.md
0
1 export your-skill-name
2 HelloWorldSungin from "HelloWorldSungin/AI_agents"
3 Brief description of what this skill does (1-2 sentences). Include key triggering words that help agents recognize when to use this skill.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 alavida-ai from "alavida-ai/vf-owwo"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05