Browse Skills

4429 skills found

aria-expert.md
0
1 export aria-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert knowledge of WAI-ARIA (Accessible Rich Internet Applications). Use when users ask about ARIA roles, states, properties, accessible name computation, ARIA attributes (aria-label, aria-labelledby, aria-describedby, etc.), widget roles, landmark roles, live regions, ARIA best practices, or how to implement accessible interactive components. Also use for questions about ARIA specifications, API mappings (core-aam, html-aam), digital publishing ARIA (dpub-aria), graphics ARIA, or any ARIA implementation questions.
2026-01-05
forms-inputs.md
0
1 export forms-inputs
2 dylantarre from "dylantarre/animation-principles"
3 Use when animating form fields, inputs, textareas, selects, or interactive form elements to improve usability and feedback
2026-01-05
frontend-components.md
0
1 export frontend-components
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Structure React 19+ components following best practices for organization, state management, props handling, and code readability with top-down structure and single responsibility principle. Use this skill when creating new React components, refactoring existing components, organizing component logic, managing component state, defining prop interfaces (IComponentProps with I prefix), or implementing component patterns. Apply when working on React component files (*.tsx, *.jsx), Shadcn/ui components, or any frontend component implementations. This skill ensures predictable top-down structure (imports → types/interfaces → component → hooks → derived values → JSX), proper props destructuring with defaults in function signature, manageable component size (split at >300 lines), composition via Shadcn Slot pattern (asChild prop), React 19 patterns (use() hook for promises, useActionState for forms, useOptimistic for immediate feedback), no manual useMemo/useCallback (React Compiler handles memoization), Server Compo
2026-01-05
cloudflare-nextjs.md
0
1 export cloudflare-nextjs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Deploy Next.js applications (App Router and Pages Router) to Cloudflare Workers using the OpenNext adapter. This skill should be used when deploying Next.js apps with SSR, ISR, or server components to Cloudflare's serverless platform. It covers setup for both new and existing projects, configuration requirements, development workflows, integration with Cloudflare services (D1, R2, KV, Workers AI), and prevention of 10+ documented errors including worker size limits, runtime compatibility, database connection scoping, and security vulnerabilities.Keywords: Cloudflare Next.js, OpenNext Cloudflare, @opennextjs/cloudflare, Next.js Workers, Next.js App Router Cloudflare, Next.js Pages Router Cloudflare, Next.js SSR Cloudflare, Next.js ISR, server components cloudflare, server actions cloudflare, Next.js middleware workers, nextjs d1, nextjs r2, nextjs kv, Next.js deployment, opennextjs-cloudflare cli, nodejs_compat, worker size limit, next.js runtime compatibility, database connection scoping, Next.js migration
2026-01-05
idea-validator.md
0
1 export idea-validator
2 AIBPM42 from "AIBPM42/hodgesfooshee-site-spark"
3 Provides brutally honest, rapid validation of app and product ideas before the user invests time building. Use when the user wants feedback on an app concept, startup idea, product feature, or side project to assess market viability, demand, feasibility, and monetization potential. Triggers include phrases like "what do you think of this idea," "should I build," "validate this concept," "is this worth building," or when the user describes an app/product concept and seems to want honest feedback.
2026-01-05
revenue-operations-intelligence.md
0
1 export revenue-operations-intelligence
2 UsernameTron from "UsernameTron/ISPN-Claude-POC"
3 Revenue operations intelligence for sales/marketing/CS leaders managing E-rate seasonal patterns, customer health scoring, proposal automation, and marketing content generation in K-12 rural broadband market
2026-01-05
project-planning.md
0
1 export project-planning
2 jackspace from "jackspace/ClaudeSkillz"
3 Generates comprehensive planning documentation for web application projects, structuring work into context-safe phases with built-in verification criteria. Creates IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, and other planning docs based on project needs. Optimized for Cloudflare Workers + Vite + React stack. Use when starting new projects, adding major features, or restructuring existing work into manageable phases.Keywords: project planning, planning documentation, IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, UI_COMPONENTS.md, TESTING.md, AGENTS_CONFIG.md, phased development, context-safe phases, verification criteria, exit criteria, planning docs generator, web app planning, Cloudflare Workers planning, Vite React planning, project structure, project phases, major features planning, new project setup
2026-01-05
libraries-dependencies-mastery.md
0
1 export libraries-dependencies-mastery
2 SHAJAR5110 from "SHAJAR5110/Hackathon-II-phase2"
3 Complete mastery of essential modern web development libraries and dependencies. Cover Next.js, React, TypeScript, Tailwind CSS, Firebase, Zustand, redux-toolkit, react-hook-form, Zod, shadcn/ui, lucide-react, Stripe, and more. Learn setup, integration patterns, advanced usage, performance optimization, troubleshooting, common pitfalls, and version management. Includes quick reference guides, in-depth tutorials, complete examples for e-commerce and SaaS, configuration files, type definitions, error handling, and production patterns. Master how libraries work together and solve real-world challenges.
2026-01-05
go-backend-clean-architecture.md
0
1 export go-backend-clean-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Go backend with Gin, MongoDB, JWT auth, and Clean Architecture.
2026-01-05
create-memo.md
0
1 export create-memo
2 michaeldiestelberg from "michaeldiestelberg/The-AI-enabled-Product-Builder"
3 This skill helps capture unstructured thoughts (via text or voice) across multiple turns and converts them into structured memos that are saved to a Notion inbox database. Use when the user wants to create a memo, capture thoughts, or provide content that should be documented verbatim without analysis or response.
2026-01-05
citrix-pvs.md
0
1 export citrix-pvs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive Citrix Provisioning Services (PVS) expertise for infrastructure management, troubleshooting, and optimization. Use when working with PVS environments including vDisk management, target device provisioning, boot process troubleshooting, write cache configuration, version management, replication, performance optimization, or any PVS-specific administration tasks.
2026-01-05
processor.md
0
1 export processor
2 grc-iit from "grc-iit/Phagocyte"
3 Process documents into RAG database. Use when user wants to chunk, embed, or index files into a vector database for semantic search.
2026-01-05
supabase.md
0
1 export supabase
2 urjitbhatia from "urjitbhatia/bubbles"
3 Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.
2026-01-05
backend-queries.md
0
1 export backend-queries
2 frankdevlabs from "frankdevlabs/compilothq"
3 Write secure and optimized database queries using parameterized queries, preventing SQL injection, avoiding N+1 queries through eager loading, selecting only needed columns, and using transactions for related operations. Use this skill when writing database queries using ORM query methods, raw SQL, or query builders in repository files, data access layer files, service files, or any backend code that fetches or manipulates database data. Use this when writing ORM queries with methods like findAll, findOne, findMany, where, include, select, joins, or populate to retrieve data from databases, writing raw SQL queries safely using parameterized inputs or prepared statements (never string interpolation or concatenation) to prevent SQL injection attacks, optimizing queries to prevent N+1 problems by using eager loading with include/populate or SQL joins to fetch related data in a single query instead of multiple sequential queries that degrade performance, implementing database transactions to wrap related operatio
2026-01-05
global-tech-stack.md
0
1 export global-tech-stack
2 DevanB from "DevanB/lucidlog"
3 Understand and adhere to the project's technology stack including Laravel, PHP, React, PostgreSQL, Pest, Tailwind CSS, and all configured tools and services. Use this skill when making architectural decisions, when choosing libraries or packages, when configuring development tools, when setting up testing frameworks, when implementing authentication, when integrating third-party services, when configuring CI/CD pipelines, when setting up local development environments, or when ensuring consistency with the established tech stack across all parts of the application.
2026-01-05
azure-devops.md
0
1 export azure-devops
2 maxxentropy from "maxxentropy/claude-tools"
3 Integrate with Azure DevOps for work item management, pipeline monitoring, and repository operations.Use when asked about: ado, azure devops, work item, create task, create bug, query work items,pipeline, set up ado, my work items, sprint items, what did I complete.Requires: Azure CLI with devops extension, authentication via az login.
2026-01-05
moai-domain-backend.md
0
1 export moai-domain-backend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns
2026-01-05
project-commands.md
0
1 export project-commands
2 linus-mcmanamey from "linus-mcmanamey/multi-agent-user-story-development"
3 Complete reference for all make commands, development workflows, Azure operations, and database operations. Use when you need to know how to run specific operations.
2026-01-05
senior-fullstack.md
0
1 export senior-fullstack
2 jeffmichaeljohnson-tech from "jeffmichaeljohnson-tech/prayermap"
3 Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
2026-01-05
acuantia-dataform.md
0
1 export acuantia-dataform
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when working on Acuantia's BigQuery Dataform pipeline (acuantia-gcp-dataform project) - adds Acuantia-specific patterns on top of dataform-engineering-fundamentals: ODS two-arg ref() syntax, looker_ filename prefix, Looker integration (looker_prod/looker_dev), acuantia dataset conventions, coordination with callrail_data_export/dialpad_data_integration/looker projects
2026-01-05
database-migrations.md
0
1 export database-migrations
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when creating, editing, or fixing any database migration file. MANDATORY before touching any file in supabase/migrations/. Prevents the critical mistake of editing already-pushed migrations.
2026-01-05
nodejs-backend-typescript.md
0
1 export nodejs-backend-typescript
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration
2026-01-05
owasp-security-review.md
0
1 export owasp-security-review
2 ayuzaka from "ayuzaka/my-develop-plugin"
3 OWASP Cheat Sheet Series に基づくセキュリティレビューと実装支援。コードレビュー依頼、セキュリティ関連の実装・調査、脆弱性チェック時に使用する。XSS, SQL Injection, CSRF, 認証認可などのセキュリティトピックを扱う。
2026-01-05
backend-queries.md
0
1 export backend-queries
2 mshafei721 from "mshafei721/Turbocat"
3 Write secure, performant database queries using parameterized queries, proper eager loading, and transaction management. Use this skill when writing database queries, ORM operations, raw SQL statements, or repository methods. When working on files in repositories/, queries/, services/, or any code that interacts with the database. When optimizing query performance, preventing N+1 queries, implementing transactions, adding query timeouts, or caching expensive queries. When reviewing code for SQL injection vulnerabilities.
2026-01-05