Browse Skills
4429 skills found
next-tailwind-dev-guidelines.md
0
1
export
next-tailwind-dev-guidelines
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Specialized development guidelines for the Zap Pilot frontend built with Next.js 15, React 19, Tailwind CSS v4, and TypeScript. Covers service-first architecture, component composition patterns, TanStack Query integration, Radix UI components, Web3 wallet integration via ThirdWeb SDK, routing with Next.js App Router, and progressive web app optimization. Use when working with React components, API integration, styling, data fetching, wallet connectivity, or building new features.
2026-01-05
server-scripts.md
0
1
export
server-scripts
2
from
"UnityAppSuite/frappe-claude"
from
"UnityAppSuite/frappe-claude"
3
Frappe server-side Python patterns for controllers, document events, whitelisted APIs, background jobs, and database operations. Use when writing controller logic, creating APIs, handling document events, or processing data on the server.
2026-01-05
nextjs-supabase-auth.md
0
1
export
nextjs-supabase-auth
2
from
"1ncarnati0n/contech-dx"
from
"1ncarnati0n/contech-dx"
3
Build production-ready Next.js 16 + Supabase authentication and role-based access control systems with 4-tier user roles (admin, main_user, vip_user, user). Use this skill when implementing authentication, user management, role-based permissions, or RLS policies in Next.js projects.
2026-01-05
receiving-feedback.md
0
1
export
receiving-feedback
2
from
"viktorvan/dot-files"
from
"viktorvan/dot-files"
3
Use when receiving feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
database-migration.md
0
1
export
database-migration
2
from
"Jaroslav84/agentic_project"
from
"Jaroslav84/agentic_project"
3
Executes database migrations using the postgres MCP server. Use when applying schema changes, running migrations, or updating database structure.
2026-01-05
ui-ux-expert-skill.md
0
1
export
ui-ux-expert-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.
2026-01-05
python-backend.md
0
1
export
python-backend
2
from
"btimothy-har/mycc-config"
from
"btimothy-har/mycc-config"
3
Use when building Python web APIs, database-backed applications, or backend services. Covers FastAPI, SQLAlchemy (async), PostgreSQL, Alembic migrations, and performance patterns. Triggers on API endpoint creation, database models, query optimization, or migration planning. Extends python-development skill.
2026-01-05
web-components-architecture.md
0
1
export
web-components-architecture
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Build web components using Custom Elements v1 API with Declarative Shadow DOM, attribute-driven state, handleEvent pattern, and zero DOM selection. Use when creating custom elements, extending built-in HTML elements, or implementing component-based architecture. NO querySelector, NO innerHTML, NO external libraries - pure web platform APIs only.
2026-01-05
rls-test-patterns.md
0
1
export
rls-test-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
RLS policy testing patterns for Supabase - automated test cases for Row Level Security enforcement, user isolation verification, multi-tenant security, and comprehensive security audit scripts. Use when testing RLS policies, validating user isolation, auditing Supabase security, verifying tenant isolation, testing row level security, running security tests, or when user mentions RLS testing, security validation, policy testing, or data leak prevention.
2026-01-05
doc-coauthoring.md
0
1
export
doc-coauthoring
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Collaborate on documents with tracked changes, suggestions, and iterative refinement. Use for reviewing drafts, providing editorial feedback, and collaborative document development.
2026-01-05
delonauth-authentication-authorization.md
0
1
export
delonauth-authentication-authorization
2
from
"tw-lin/ng-lin"
from
"tw-lin/ng-lin"
3
Implement authentication and authorization using @delon/auth. Use this skill when adding login/logout flows, JWT token management, role-based access control (RBAC), route guards, HTTP interceptors, and session management. Integrates with Firebase Auth and custom permission systems. Ensures secure token storage, automatic token refresh, and consistent authorization checks across components and services.
2026-01-05
query-performance-analysis.md
0
1
export
query-performance-analysis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detect N+1 queries, analyze slow queries with EXPLAIN, identify missing indexes, and ensure safe online index migrations. Use when optimizing query performance, preventing performance regressions, or debugging slow endpoints. Complements database-migrations skill which covers index creation syntax.
2026-01-05
gcp-infra-to-terraform.md
0
1
export
gcp-infra-to-terraform
2
from
"nfbs2000/vibe-with-google-ai-divorce-agent-inflearn"
from
"nfbs2000/vibe-with-google-ai-divorce-agent-inflearn"
3
기존 GCP 리소스(BigQuery, GCS, IAM 등)를 gcloud/bq 명령어로 추출하여 문서화하고, 이를 Terraform(IaC) 코드로 변환하는 워크플로우 스킬입니다. Reverse Engineering Infrastructure.
2026-01-05
saas-launch-planner.md
0
1
export
saas-launch-planner
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive SaaS planning system for solo developers using Next.js + Supabase + Stripe stack. Converts ideas into shippable subscription products with scope control, feature prioritization, billing architecture, technical roadmap, and anti-feature-creep mechanisms. Generates PRDs with subscription models, pricing strategies, and Claude Code starter prompts. Use when planning SaaS products, subscription apps, or when user mentions billing, payments, recurring revenue, or subscription models.
2026-01-05
supabase-expert.md
0
1
export
supabase-expert
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Comprehensive Supabase expert with access to 2,616 official documentation files covering PostgreSQL database, authentication, real-time subscriptions, storage, edge functions, vector embeddings, and all platform features. Invoke when user mentions Supabase, PostgreSQL, database, auth, real-time, storage, edge functions, backend-as-a-service, or pgvector.
2026-01-05
receiving-code-review.md
0
1
export
receiving-code-review
2
from
"munlucky/claude-command-relay"
from
"munlucky/claude-command-relay"
3
Triage code review feedback and reflect follow-up tasks in pending-questions/context. Use when incorporating review results.
2026-01-05
cloudflare-vectorize.md
0
1
export
cloudflare-vectorize
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete knowledge domain for Cloudflare Vectorize - globally distributed vector database for buildingsemantic search, RAG (Retrieval Augmented Generation), and AI-powered applications.Use when: creating vector indexes, inserting embeddings, querying vectors, implementing semantic search,building RAG systems, configuring metadata filtering, working with Workers AI embeddings, integratingwith OpenAI embeddings, or encountering metadata index timing errors, dimension mismatches, filtersyntax issues, or insert vs upsert confusion.Keywords: vectorize, vector database, vector index, vector search, similarity search, semantic search,nearest neighbor, knn search, ann search, RAG, retrieval augmented generation, chat with data,document search, semantic Q&A, context retrieval, bge-base, @cf/baai/bge-base-en-v1.5,text-embedding-3-small, text-embedding-3-large, Workers AI embeddings, openai embeddings,insert vectors, upsert vectors, query vectors, delete vectors, metadata filtering, namespace filtering,topK
2026-01-05
knowledge-graph-context.md
0
1
export
knowledge-graph-context
2
from
"FrancisVarga/coconut-claude-code-plugins"
from
"FrancisVarga/coconut-claude-code-plugins"
3
Project context from ChromaDB knowledge graph. Triggers on "how does this project work", "architecture", "where is X", "why was Y chosen", "project structure", "component relationships", "design decisions".
2026-01-05
nextjs-v16.md
0
1
export
nextjs-v16
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Next.js 16 migration guide (async request APIs, "use cache", Turbopack)
2026-01-05
moai-connector-notion.md
0
1
export
moai-connector-notion
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise Notion integration with MCP server architecture, database operations, and content management
2026-01-05
sql-patterns.md
0
1
export
sql-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
SQL query patterns, optimization, and database best practices. Use when writing SQL queries, discussing database design, query optimization, or working with PostgreSQL, MySQL, SQLite. Triggers on mentions of SQL, SELECT, JOIN, INDEX, query optimization, database schema, PostgreSQL, MySQL.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"pproenca/dot-claude-old"
from
"pproenca/dot-claude-old"
3
Use when requesting or receiving code reviews - covers dispatching review subagent, handling feedback with technical rigor, and avoiding performative agreement
2026-01-05
cloud-metrics.md
0
1
export
cloud-metrics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Query Google Cloud Monitoring metrics using the cloud_metrics.py tool. Use when users ask about GCP metrics, Cloud Monitoring, Kubernetes metrics (CPU, memory, network), container resource usage, or need to export monitoring data. Triggers on requests like "show me CPU usage", "list available metrics", "describe this metric", "top memory consumers", or any Google Cloud Monitoring queries.
2026-01-05
dataflow.md
0
1
export
dataflow
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Kailash DataFlow - zero-config database framework with automatic model-to-node generation. Use when asking about 'database operations', 'DataFlow', 'database models', 'CRUD operations', 'bulk operations', 'database queries', 'database migrations', 'multi-tenancy', 'multi-instance', 'database transactions', 'PostgreSQL', 'MySQL', 'SQLite', 'MongoDB', 'pgvector', 'vector search', 'document database', 'RAG', 'semantic search', 'existing database', 'database performance', 'database deployment', 'database testing', or 'TDD with databases'. DataFlow is NOT an ORM - it generates 11 workflow nodes per SQL model, 8 nodes for MongoDB, and 3 nodes for vector operations.
2026-01-05