Browse Skills
4429 skills found
instantdb.md
0
1
export
instantdb
2
from
"financialvice/skills"
from
"financialvice/skills"
3
General knowledge and best practices for working with InstantDB, a modern real-time database ("Modern Firebase"). Use this skill whenever the user asks about InstantDB, wants to build with InstantDB, debug InstantDB issues, work with instant-cli, or needs help with InstaQL queries, permissions, or schema design.
2026-01-05
resume-manager.md
0
1
export
resume-manager
2
from
"mountaintop1/myclaude"
from
"mountaintop1/myclaude"
3
This skill should be used whenever users need help with resume creation, updating professional profiles, tracking career experiences, managing projects portfolio, or generating tailored resumes for job applications. On first use, extracts data from user's existing resume and maintains a structured database of experiences, projects, education, and skills. Generates professionally styled one-page resumes in both PDF and DOCX formats customized for specific job roles by selecting only the most relevant information from the database.
2026-01-05
volition.md
0
1
export
volition
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Agency and execution. Edit code semantically, invoke LLMs, search the web, query security services, and discover relevant skills.
2026-01-05
better-auth.md
0
1
export
better-auth
2
from
"untangledfinance/untangled-web"
from
"untangledfinance/untangled-web"
3
Implement authentication and authorization with Better Auth - a framework-agnostic TypeScript authentication framework. Features include email/password authentication with verification, OAuth providers (Google, GitHub, Discord, etc.), two-factor authentication (TOTP, SMS), passkeys/WebAuthn support, session management, role-based access control (RBAC), rate limiting, and database adapters. Use when adding authentication to applications, implementing OAuth flows, setting up 2FA/MFA, managing user sessions, configuring authorization rules, or building secure authentication systems for web applications.
2026-01-05
python-backend.md
0
1
export
python-backend
2
from
"yurake/skills"
from
"yurake/skills"
3
Python backend developer for FastAPI, Django, Flask APIs with SQLAlchemy, Django ORM, Pydantic validation. Implements REST APIs, async operations, database integration, authentication, data processing with pandas/numpy, machine learning integration, background tasks with Celery, API documentation with OpenAPI/Swagger. Activates for Python, Python backend, FastAPI, Django, Flask, SQLAlchemy, Django ORM, Pydantic, async Python, asyncio, uvicorn, REST API Python, authentication Python, pandas, numpy, data processing, machine learning, ML API, Celery, Redis Python, PostgreSQL Python, MongoDB Python, type hints, Python typing.
2026-01-05
fastapi-backend.md
0
1
export
fastapi-backend
2
from
"rghamilton3/dotfiles"
from
"rghamilton3/dotfiles"
3
Build production-ready FastAPI backends with async/await, SQLAlchemy, JWT authentication, Pydantic validation, and Celery background tasks. Use when creating REST APIs, implementing CRUD endpoints, setting up authentication, managing database sessions, or building backend services with FastAPI.
2026-01-05
memory-sync.md
0
1
export
memory-sync
2
from
"gaurangrshah/gsc-plugins"
from
"gaurangrshah/gsc-plugins"
3
Reconcile worklog database with documentation - promotes learnings to docs with proper frontmatter and validates after sync
2026-01-05
project-sync.md
0
1
export
project-sync
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Sync GameGen SceneLayout from DynamoDB to Godot .tscn files. Exports current layout without AI parsing.
2026-01-05
backend-rust.md
0
1
export
backend-rust
2
from
"timequity/plugins"
from
"timequity/plugins"
3
Modern Rust backend with Axum, SQLx, tokio + CI/CD automation.Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation.Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build","cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust ci","release build", "rust security", "shuttle", "actix".
2026-01-05
readthedocs-search-api.md
0
1
export
readthedocs-search-api
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Query the Read the Docs Search API to find documentation across projects and repositories. Use when searching documentation, finding related docs, finding API documentation, or gathering information about projects on Read the Docs.
2026-01-05
fullstack-developer.md
0
1
export
fullstack-developer
2
from
"SHAJAR5110/Hackathon-II-phase2"
from
"SHAJAR5110/Hackathon-II-phase2"
3
Complete full-stack development with Next.js 13+, React, Firebase, Tailwind CSS, and payment integration (Stripe, JazzCash, EasyPaisa). Build production-ready e-commerce platforms, SaaS applications, and scalable web applications. Comprehensive coverage of frontend architecture, backend API routes, database design, authentication systems, payment processing, form handling, error management, and optimization. Generate complete project structures, pages, components, API routes, database schemas, security rules, and deployment configurations using TypeScript.
2026-01-05
moai-lang-sql.md
0
1
export
moai-lang-sql
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
SQL best practices with pgTAP, sqlfluff 3.2, query optimization, and migration management.
2026-01-05
backend-api.md
0
1
export
backend-api
2
from
"frankdevlabs/compilothq"
from
"frankdevlabs/compilothq"
3
Design and implement RESTful API endpoints following REST principles, consistent naming conventions, versioning strategies, and proper HTTP methods. Use this skill when creating or modifying API route handlers in files like routes.js, routes.ts, api.py, routes.rb, controllers/*.js, controllers/*.ts, api/*.js, or any backend files that define HTTP endpoints and handle requests/responses. Use this when implementing CRUD operations with appropriate HTTP methods (GET for retrieving data, POST for creating new resources, PUT/PATCH for updating existing resources, DELETE for removing resources), designing RESTful URL structures with plural resource nouns like /users, /products, or /orders that follow REST conventions, setting up API versioning in URL paths like /v1/users or /api/v2/products or via headers for backward compatibility, defining query parameters for filtering collections (?status=active), sorting data (?sort=createdAt:desc), pagination (?page=2&limit=20), and search functionality (?q=search+term), conf
2026-01-05
vercel-kv.md
0
1
export
vercel-kv
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill provides comprehensive knowledge for integrating Vercel KV (Redis-compatible key-value storage powered by Upstash) into Vercel applications. It should be used when setting up Vercel KV for Next.js applications, implementing caching patterns, managing sessions, or handling rate limiting in edge and serverless functions.Use this skill when:- Setting up Vercel KV for Next.js applications- Implementing caching strategies (page cache, API cache, data cache)- Managing user sessions or authentication tokens in serverless environments- Building rate limiting for APIs or features- Storing temporary data with TTL (time-to-live)- Migrating from Cloudflare KV to Vercel KV- Encountering errors like "KV_REST_API_URL not set", "rate limit exceeded", or "JSON serialization errors"- Need Redis-compatible API with strong consistency (vs eventual consistency)Keywords: vercel kv, @vercel/kv, vercel redis, upstash vercel, kv vercel, redis vercel edge, key-value vercel, vercel cache, vercel sessions, vercel
2026-01-05
gcp-troubleshoot.md
0
1
export
gcp-troubleshoot
2
from
"timbuchinger/loadout"
from
"timbuchinger/loadout"
3
Troubleshoot GCP services using tool-first access (via MCP when available), falling back to the CLI only when necessary. Focus on Firestore, Cloud Run, networking, load balancers, IAM, Pub/Sub, Cloud SQL, and Storage.
2026-01-05
gemini-cli.md
0
1
export
gemini-cli
2
from
"CursiveCrow/Cantrip"
from
"CursiveCrow/Cantrip"
3
Execute Gemini CLI commands for AI-powered coding assistance, file analysis, and complex development tasks. Use when user wants to run gemini commands, query Gemini models, or leverage Gemini's agentic capabilities.
2026-01-05
supabase-expert.md
0
1
export
supabase-expert
2
from
"synqing/Lightwave-Ledstrip"
from
"synqing/Lightwave-Ledstrip"
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
backend-migrations.md
0
1
export
backend-migrations
2
from
"89jobrien/mcp-joecc"
from
"89jobrien/mcp-joecc"
3
Write safe, reversible database migrations that support zero-downtime deployments. Use this skill when creating or modifying database migration files. When working on files in migrations/, alembic/, or any database schema change files. When adding new tables, columns, indexes, or constraints. When writing rollback/down methods for migrations. When considering deployment order for schema changes in high-availability systems.
2026-01-05
multi-agent-research.md
0
1
export
multi-agent-research
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply Anthropic's production multi-agent research patterns for complex research tasks. Use when research involves multiple independent dimensions, requires synthesis across many sources, or needs parallelization for speed. Includes query complexity assessment, parallel execution, progressive search refinement, thinking strategies, and findings compression.
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"SpacePlushy/portfolio"
from
"SpacePlushy/portfolio"
3
Implement runtime validation and type safety using Zod schemas for Content Collections, API inputs, form data, and environment variables. Use this skill when validating user input, API requests, content schemas, or ensuring data integrity. When working on Content Collections schema definitions in src/content/config.ts, API route input validation with Zod, form validation (server-side and client-side), environment variable validation, component prop validation with runtime checks, URL and query parameter validation, request body and form data sanitization, TypeScript runtime type validation, or custom Zod refinements and transformations.
2026-01-05
expo-react-query-setup.md
0
1
export
expo-react-query-setup
2
from
"amandeepmittal/custom-codex-skills"
from
"amandeepmittal/custom-codex-skills"
3
Install and wire @tanstack/react-query in Expo/React Native apps (providers, query client, fetch patterns, and screen usage). Use when adding React Query to a project or extending data fetching patterns.
2026-01-05
supabase-mastery.md
0
1
export
supabase-mastery
2
from
"ScientiaCapital/scientia-superpowers"
from
"ScientiaCapital/scientia-superpowers"
3
Master Supabase patterns for migrations, RLS policies, pgvector, and authentication. Use when creating database schemas, writing migrations, implementing row-level security, setting up auth, or debugging Supabase issues. Triggers on "supabase migration", "RLS policy", "row level security", "pgvector", "supabase auth", "magic link".
2026-01-05
curate-bulk-rnaseq.md
0
1
export
curate-bulk-rnaseq
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Process bulk RNA-seq datasets for VEuPathDB resources
2026-01-05
postgres-1.md
0
1
export
postgres-1
2
from
"enuno/home-lab"
from
"enuno/home-lab"
3
High-availability architecture patterns for home lab infrastructure including multi-master Kubernetes, etcd clustering, HAProxy load balancing, database replication, network redundancy, and failover mechanisms. Use when designing HA systems, implementing cluster quorum, optimizing for 99.9% uptime, or building resilient infrastructure with automatic failover.
2026-01-05