Browse Skills

4429 skills found

google-gemini-embeddings.md
0
1 export google-gemini-embeddings
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides complete coverage of Google Gemini embeddings API (gemini-embedding-001) for building RAG systems, semantic search, document clustering, and similarity matching. Use when implementing vector search with Google's embedding models, integrating with Cloudflare Vectorize, or building retrieval-augmented generation systems. Covers SDK usage (@google/genai), fetch-based Workers implementation, batch processing, 8 task types (RETRIEVAL_QUERY, RETRIEVAL_DOCUMENT, SEMANTIC_SIMILARITY, etc.), dimension optimization (128-3072), and cosine similarity calculations. Prevents 8+ embedding-specific errors including dimension mismatches, incorrect task types, rate limiting issues (100 RPM free tier), vector normalization mistakes, text truncation (2,048 token limit), and model version confusion. Includes production-ready RAG patterns with Cloudflare Vectorize integration, chunking strategies, and caching patterns. Token savings: ~60%. Production tested.Keywords: gemini embeddings, gemini-embedding-001, g
2026-01-05
db-architect.md
0
1 export db-architect
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert database architecture including schema design, partitioning, replication, and performance optimization
2026-01-05
better-auth.md
0
1 export better-auth
2 bphkns from "bphkns/dotfiles"
3 D1 adapter & error prevention guide for better-auth v1.4+. Use when implementing authentication with D1 databases, troubleshooting auth issues, or working with better-auth in TanStack Start or Cloudflare Workers environments.
2026-01-05
database-design.md
0
1 export database-design
2 eddiebe147 from "eddiebe147/claude-settings"
3 Expert guide for database schema design, Supabase/PostgreSQL best practices, RLS policies, and optimizations. Use when designing tables, relationships, or implementing data models.
2026-01-05
artifact-tracking.md
0
1 export artifact-tracking
2 miethe from "miethe/deal-brain"
3 Use this skill when creating, updating, or querying AI-optimized tracking artifacts (progress files, context notes, bug fixes, observation logs) in YAML+Markdown hybrid format for 95% token reduction. Invoke for: creating phase progress tracking, updating task status and blockers, querying pending work across phases, generating session handoff reports, validating artifact completeness, or migrating existing markdown files to hybrid format. Provides three embedded agents (artifact-tracker, artifact-query, artifact-validator) plus Python migration tools for efficient multi-phase project tracking.
2026-01-05
course-retrospective.md
0
1 export course-retrospective
2 sysylvia from "sysylvia/ssylvia-website"
3 Systematic course improvement framework for post-semester reflection and next-iteration planning.Analyzes what worked, identifies improvements, and creates actionable preparation plans.USE WHEN: user wants to reflect on teaching, improve a course, plan course updates, analyze student feedback,or prepare for next semester. Supports comprehensive analysis or quick targeted reviews.
2026-01-05
task-clarifier.md
0
1 export task-clarifier
2 ortaizi from "ortaizi/spike1"
3 Interactive question workflow for clarifying unclear or ambiguous tasks. Use when user requests are vague, lack specifications, have multiple valid implementation approaches, or require architectural decisions. Triggers on requests like "add authentication", "build a dashboard", "optimize the database", or any task where requirements are incomplete or implementation details are missing.
2026-01-05
dst-check-freshness.md
0
1 export dst-check-freshness
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Check data freshness and age for DST tables in DuckDB. Use when determining if data needs refreshing or validating data currency before analysis.
2026-01-05
dockerfile-best-practices.md
0
1 export dockerfile-best-practices
2 obeone from "obeone/claude-skills"
3 Create and optimize Dockerfiles with BuildKit, multi-stage builds, advanced caching, and security. Use when: (1) Creating new Dockerfile, (2) Optimizing existing Dockerfile, (3) Reducing image size, (4) Improving security, (5) Using Python with uv, (6) Resolving cache or slow build issues, (7) Setting up CI/CD builds
2026-01-05
frontend-dev-guidelines.md
0
1 export frontend-dev-guidelines
2 aMilkStack from "aMilkStack/Claude-Code-Config"
3 Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
postgresql-integration.md
0
1 export postgresql-integration
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide developers through PostgreSQL setup, connection configuration, query patterns, and best practices
2026-01-05
moai-cc-mcp-plugins.md
0
1 export moai-cc-mcp-plugins
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configuring MCP Servers & Plugins for Claude Code. Set up Model Context Protocol servers (GitHub, Filesystem, Brave Search, SQLite). Configure OAuth, manage permissions, validate MCP structure. Use when integrating external tools, APIs, or expanding Claude Code capabilities.
2026-01-05
backend-migrations.md
0
1 export backend-migrations
2 frankdevlabs from "frankdevlabs/compilothq"
3 Create and manage database migrations with reversible up/down methods, focused changes, and zero-downtime deployment considerations. Use this skill when creating or modifying migration files in directories like migrations/, db/migrate/, alembic/versions/, sequelize/migrations/, prisma/migrations/, or any database schema versioning folders. Use this when adding or altering database tables, columns, indexes, foreign keys, or constraints in migration scripts, implementing both up (apply changes) and down (rollback changes) methods for reversible migrations that allow safe rollbacks if deployments fail, writing migration scripts for ORMs and migration tools like Sequelize, Alembic, Django migrations, Rails migrations, TypeORM, Prisma migrations, Knex.js migrations, or any database migration framework, creating database indexes on large tables using concurrent creation options like CREATE INDEX CONCURRENTLY in PostgreSQL to avoid table locks that would block production traffic during deployment, separating schema
2026-01-05
cloudflare-sandbox.md
0
1 export cloudflare-sandbox
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides comprehensive knowledge for building applications with Cloudflare Sandboxes SDK, which enables secure, isolated code execution in full Linux containers at the edge. It should be used when executing untrusted code, running Python/Node.js scripts, performing git operations, building AI code execution systems, creating interactive development environments, or implementing CI/CD workflows that require full OS capabilities.Use when: Setting up Cloudflare Sandboxes, executing Python/Node.js code safely, managing stateful development environments, implementing AI code interpreters, running shell commands in isolation, handling git repositories programmatically, building chat-based coding agents, creating temporary build environments, processing files with system tools (ffmpeg, imagemagick, etc.), or when encountering issues with container lifecycle, session management, or state persistence.Keywords: cloudflare sandbox, container execution, code execution, isolated environment, durable objects
2026-01-05
observability-patterns.md
0
1 export observability-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Comprehensive observability setup patterns for Google ADK agents including logging configuration, Cloud Trace integration, BigQuery Agent Analytics, and third-party observability tools (AgentOps, Phoenix, Weave). Use when implementing monitoring, debugging agent behavior, analyzing agent performance, setting up tracing, or when user mentions observability, logging, tracing, BigQuery analytics, AgentOps, Phoenix, Arize, or Weave.
2026-01-05
meeting-insights-analyzer.md
0
1 export meeting-insights-analyzer
2 Snoopiam from "Snoopiam/claude_all_skills"
3 Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
2026-01-05
lorairo-repository-pattern.md
0
1 export lorairo-repository-pattern
2 NEXTAltair from "NEXTAltair/LoRAIro"
3 SQLAlchemy repository pattern implementation for LoRAIro database operations with type-safe transactions, session management, and ORM best practices
2026-01-05
tanstack-query-mobile.md
0
1 export tanstack-query-mobile
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 TanStack Query for React Native data fetching. Use when implementing server state.
2026-01-05
makerkit-docs.md
0
1 export makerkit-docs
2 membranaestudio from "membranaestudio/claude-plugins"
3 Consulta la documentación oficial de MakerKit (next-supabase-turbo) bajo demanda. Usa cuando necesites información sobre patrones, configuración o APIs de MakerKit que no esté en el código local. Incluye índice completo de 150 páginas.
2026-01-05
nextjs.md
0
1 export nextjs
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Use this skill for Next.js App Router patterns, Server Components, Server Actions, Cache Components, and framework-level optimizations. Covers Next.js 16 breaking changes including async params, proxy.ts migration, Cache Components with "use cache", and React 19.2 integration. For deploying to Cloudflare Workers, use the cloudflare-nextjs skill instead. This skill is deployment-agnostic and works with Vercel, AWS, self-hosted, or any platform.Keywords: Next.js 16, Next.js App Router, Next.js Pages Router, Server Components, React Server Components, Server Actions, Cache Components, use cache, Next.js 16 breaking changes, async params nextjs, proxy.ts migration, React 19.2, Next.js metadata, Next.js SEO, generateMetadata, static generation, dynamic rendering, streaming SSR, Suspense, parallel routes, intercepting routes, route groups, Next.js middleware, Next.js API routes, Route Handlers, revalidatePath, revalidateTag, next/navigation, useSearchParams, turbopack, next.config
2026-01-05
receiving-code-review.md
0
1 export receiving-code-review
2 miethe from "miethe/deal-brain"
3 Use when receiving code review 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
sql-batching.md
0
1 export sql-batching
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Prevent D1 "too many SQL variables" errors when using Drizzle ORM. Use this skill whenever writing database queries with `inArray()`, bulk inserts/updates, or any query with dynamic arrays. Critical for queries where array size is unbounded (user teams, registrations, IDs from prior queries).
2026-01-05
kysely-query-architect.md
0
1 export kysely-query-architect
2 AdamAugustinsky from "AdamAugustinsky/a3-stack-kysely"
3 Write type-safe Kysely queries following project patterns. Use when writing new database queries, optimizing queries, or working with the @packages/db/src/queries/* files.
2026-01-05
frontend-integration.md
0
1 export frontend-integration
2 Integrum-Global from "Integrum-Global/kaizen-studio"
3 Frontend integration guides for React and Flutter with Kailash SDK workflows, including setup, API integration, state management, and best practices. Use when asking about 'frontend integration', 'React integration', 'Flutter integration', 'frontend developer', 'UI integration', 'React with Kailash', 'Flutter with Kailash', 'frontend workflow', 'API client', 'React query', or 'Flutter state management'.
2026-01-05