Browse Skills
4429 skills found
managing-supabase.md
0
1
export
managing-supabase
2
from
"FortiumPartners/ensemble"
from
"FortiumPartners/ensemble"
3
Supabase CLI for database management, Edge Functions, migrations, and local development. Use for managing Postgres databases, deploying serverless functions, and debugging Supabase projects.
2026-01-05
senior-fullstack.md
0
1
export
senior-fullstack
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
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
stripe-integration.md
0
1
export
stripe-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive guide for integrating Stripe with Firebase, Next.js, React, and TypeScript. Use when working with Stripe payments, subscriptions, webhooks, or checkout. Covers webhook setup with Firebase Cloud Functions v2, Next.js App Router webhook handling, signature verification, common errors and solutions, Stripe CLI usage, and MCP integration. Essential for setting up Stripe correctly in Firebase+Next.js+TypeScript projects.
2026-01-05
github.md
0
1
export
github
2
from
"Thomascountz/claude_skills"
from
"Thomascountz/claude_skills"
3
GitHub CLI (gh) tool for retrieving and analyzing GitHub data including pull requests, issues, code search, workflow runs, releases, and repository information. Use when needing to read GitHub PRs, view comments, check CI/CD status, search code across repos, analyze issues, inspect action logs, or query any GitHub data. Focuses on information retrieval and analysis rather than modifications.
2026-01-05
drizzle-orm.md
0
1
export
drizzle-orm
2
from
"NaimalArain13/Hackathon-II_The-Evolution-of-Todo"
from
"NaimalArain13/Hackathon-II_The-Evolution-of-Todo"
3
Drizzle ORM for TypeScript - type-safe SQL queries, schema definitions, migrations, and relations. Use when building database layers in Next.js or Node.js applications.
2026-01-05
database-architect-role.md
0
1
export
database-architect-role
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Role assignment for Claude Agent
2026-01-05
julien-infra-hostinger-database.md
0
1
export
julien-infra-hostinger-database
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage shared database instances on Hostinger VPS srv759970 - PostgreSQL, Redis, MongoDB operations. Use for database connections, backups, user management, performance checks, or troubleshooting database issues.
2026-01-05
performance-patterns.md
0
1
export
performance-patterns
2
from
"hculap/better-code"
from
"hculap/better-code"
3
Use when user asks about N+1 queries, performance optimization, query optimization, reduce API calls, improve render performance, fix slow code, optimize database, or reduce bundle size. Provides guidance on identifying and fixing performance anti-patterns across database, backend, frontend, and API layers.
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error
2026-01-05
gemini-cli.md
0
1
export
gemini-cli
2
from
"bedecarroll/dotfiles"
from
"bedecarroll/dotfiles"
3
Use the Google Gemini CLI to get a second opinion on code, architecture, and UI/UX work. Trigger when a user asks to consult Gemini, wants an external critique, or requests UI feedback, design alternatives, or code review via the Gemini CLI.
2026-01-05
trpc-type-safety.md
0
1
export
trpc-type-safety
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety
2026-01-05
api-endpoint-tester.md
0
1
export
api-endpoint-tester
2
from
"Jzineldin/image-wise-learn-62"
from
"Jzineldin/image-wise-learn-62"
3
Expert at testing API endpoints, Supabase RPC functions, and database queries. Use when asked to test endpoints, verify API responses, check RPC functions, debug API issues, or validate data flows.
2026-01-05
nodejs-backend.md
0
1
export
nodejs-backend
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build Node.js backend services with Express/Fastify, PostgreSQL, and services pattern. Use when creating backend APIs, setting up servers, or connecting to databases.
2026-01-05
utopia-container-queries.md
0
1
export
utopia-container-queries
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Container query setup required for this project's cqi-based fluid scales. The type and space tokens use cqi units which need container-type declarations to function.
2026-01-05
nodejs-backend-patterns.md
0
1
export
nodejs-backend-patterns
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.
2026-01-05
notebooks-front-end.md
0
1
export
notebooks-front-end
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when editing docs/index.html, creating charts with Plot, adding SQL cells, loading data with FileAttachment, or building visualizations. Triggers on any editing of docs/index.html, Observable notebooks, or front-end visualization work.
2026-01-05
testing-patterns.md
0
1
export
testing-patterns
2
from
"grmkris/yoda.fun"
from
"grmkris/yoda.fun"
3
Test infrastructure patterns - PGlite for in-memory PostgreSQL, Redis/S3 mocks, TestSetup factory, Vitest. Use when writing tests or adding test infrastructure.
2026-01-05
design-postgres-tables.md
0
1
export
design-postgres-tables
2
from
"nunomen/claude-skills"
from
"nunomen/claude-skills"
3
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features
2026-01-05
sqldown.md
0
1
export
sqldown
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Bidirectional markdown ↔ SQLite conversion with column limit protection and smart section extraction. Import with Python, query with sqlite3.
2026-01-05
vibes.md
0
1
export
vibes
2
from
"popmechanic/vibes-cli"
from
"popmechanic/vibes-cli"
3
Generate React web apps with Fireproof database. Use when creating new web applications, adding components, or working with local-first databases. Ideal for quick prototypes and single-page apps that need real-time data sync.
2026-01-05
db-explorer.md
0
1
export
db-explorer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
MongoDB database exploration and querying. Use when you need to understand database structure, view existing data, check collection schemas, count documents, or run queries to investigate the database state. (project)
2026-01-05
api-security.md
0
1
export
api-security
2
from
"elevanaltd/hestai-core"
from
"elevanaltd/hestai-core"
3
API security best practices and common vulnerability prevention. Enforces security checks for authentication, input validation, SQL injection, XSS, and OWASP Top 10 vulnerabilities. Use when building or modifying APIs.
2026-01-05
knowledge-base-sync.md
0
1
export
knowledge-base-sync
2
from
"ziouzitsou/fossapp"
from
"ziouzitsou/fossapp"
3
Automatically detect when features change and remind to update the feedback assistant knowledge base. CRITICAL for keeping the AI assistant accurate and preventing user frustration from outdated information.
2026-01-05
test-watch-focused-patterns.md
0
1
export
test-watch-focused-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when developing tests or refactoring test suites - run tests in watch mode with focused file patterns to get instant feedback on specific test files without running the entire suite
2026-01-05