Browse Skills

4429 skills found

firebase-development.md
3
1 export firebase-development
2 2389-research from "2389-research/claude-plugins"
3 Comprehensive Firebase development guidance covering project setup, feature development, debugging, and validation. Auto-detects intent and routes to specialized sub-skills. Patterns extracted from production projects.
2026-01-05
optimizing-cache-performance.md
2
1 export optimizing-cache-performance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate", or needs assistance with "cache key design", "TTL optimization", or "cache invalidation". The skill identifies potential bottlenecks and recommends adjustments for improved performance and efficiency of caching mechanisms like Redis.
2026-01-05
data-fetching.md
2
1 export data-fetching
2 emanueleielo from "emanueleielo/deepagents-open-lovable"
3 Data fetching with TanStack Query, loading states, and error handling
2026-01-05
indexing-strategies.md
2
1 export indexing-strategies
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SQLiteにおけるインデックス設計戦略の専門知識。B-Treeインデックス、部分インデックス、式インデックス、カバリングインデックスの特性と選択基準を提供。Turso + Drizzle ORM環境での実装を前提とする。Anchors:• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: データモデリング・インデックス設計原則 / 目的: 体系的なインデックス戦略の確立• SQLite Documentation / 適用: B-Tree実装・クエリプランナー挙動 / 目的: SQLite特有の最適化技法の適用• Drizzle ORM / 適用: index()構文・マイグレーション / 目的: 型安全なスキーマ定義Trigger:Use when designing database indexes, analyzing query performance, optimizing read operations, evaluating index candidates, or implementing Drizzle ORM index migrations.Keywords: index, indexing, B-Tree, query performance, SQLite, Drizzle, cardinality, selectivity, covering index, partial index, expression index.
2026-01-05
monitoring-error-rates.md
2
1 export monitoring-error-rates
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor and analyze application error rates to improve reliability. It is used when the user needs to track and understand errors occurring in their application, including HTTP errors, application exceptions, database errors, external API errors, background job errors, and client-side errors. Use this skill when the user asks to "monitor errors", "analyze error rates", "track application errors", or requests help with "error monitoring". It sets up comprehensive error tracking and alerting based on defined thresholds.
2026-01-05
implementing-database-caching.md
2
1 export implementing-database-caching
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command.
2026-01-05
conducting-code-review.md
2
1 export conducting-code-review
2 cipherstash from "cipherstash/cipherpowers"
3 Complete workflow for conducting thorough code reviews with structured feedback
2026-01-05
fastapi-production.md
2
1 export fastapi-production
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Production-grade FastAPI patterns for async APIs, SQLAlchemy 2.0, Pydantic v2, and robust error handling. Use when building API endpoints, handling database operations, implementing middleware, or optimizing performance.
2026-01-05
gemini-cli.md
2
1 export gemini-cli
2 creator-hian from "creator-hian/claude-code-plugins"
3 Google Gemini CLI fundamentals for code analysis, review, and validation. Use when (1) executing gemini commands for code review/analysis, (2) configuring models (gemini-3-flash-preview (default)/gemini-3-pro-preview (complex only)), output formats (text/json/stream-json), or sandbox modes, (3) managing Gemini sessions with /chat save/resume, (4) integrating Gemini into automation scripts and CI/CD pipelines. Do NOT use for orchestration patterns (use gemini-claude-loop instead).
2026-01-05
peak-calling.md
2
1 export peak-calling
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 Perform peak calling for ChIP-seq or ATAC-seq data using MACS2, with intelligent parameter detection from user feedback. Use it when you want to call peaks for ChIP-seq data or ATAC-seq data.
2026-01-05
performance-optimization.md
2
1 export performance-optimization
2 duc01226 from "duc01226/EasyPlatform"
3 Use when analyzing and improving performance for database queries, API endpoints, or frontend rendering.
2026-01-05
managing-database-partitions.md
2
1 export managing-database-partitions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create database partitions", "optimize database queries with partitioning", "manage large database tables", or when the user mentions "partitioning strategy", "data archival", or uses the command `/partition`. The skill helps automate partition maintenance and data lifecycle management. It focuses on database best practices and production-ready implementations.
2026-01-05
managing-database-recovery.md
2
1 export managing-database-recovery
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database recovery operations using the database-recovery-manager plugin. It enables disaster recovery, point-in-time recovery (PITR), and automated failover strategies for production database systems. Use this skill when the user requests help with "database recovery", "disaster recovery", "point-in-time recovery", "PITR", "backup validation", "recovery testing", or "multi-region failover" for databases. It automates backup verification and recovery testing.
2026-01-05
building-router.md
2
1 export building-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building mechanics projects.
2026-01-05
running-clustering-algorithms.md
2
1 export running-clustering-algorithms
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when the user explicitly asks to "run clustering," "perform a cluster analysis," or "group data points" and provides a dataset or a way to access one. The skill also handles data validation, error handling, performance metrics, and artifact saving.
2026-01-05
backup-restore-runbook-generator.md
2
1 export backup-restore-runbook-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates comprehensive disaster recovery procedures with automated backup scripts, restore procedures, validation checks, and role assignments. Use for "database backup", "disaster recovery", "data restore", or "DR planning".
2026-01-05
database-optimization.md
2
1 export database-optimization
2 duc01226 from "duc01226/EasyPlatform"
3 Use when optimizing database queries, indexes, N+1 problems, slow queries, or analyzing query performance.
2026-01-05
monitoring-database-transactions.md
2
1 export monitoring-database-transactions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health.
2026-01-05
spec-kit-feedback.md
2
1 export spec-kit-feedback
2 pradeepmouli from "pradeepmouli/spec-kit-extensions"
3 Capture workflow usage data for spec-kit optimization. Auto-activates when:(1) completing a spec-kit workflow (/speckit.review, final commit),(2) encountering friction or confusion during workflows,(3) user mentions issues with prompts or templates,(4) workflow deviates from expected quality gates.Reminds to export chat logs and tracks patterns for feedback.
2026-01-05
routing-engineering.md
2
1 export routing-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for API routing, route discovery, middleware analysis, and parameter validation. Scope: route discovery patterns, automatic route detection, route mapping, middleware analysis, URL patterns, parameter validation, URL injection prevention. Excludes: backend business logic, database queries, security operations beyond URL injection, frontend routing. Triggers: "routing", "route", "URL pattern", "middleware", "parameter validation", "route discovery", "endpoint", "path", "slug".
2026-01-05
systematic-review.md
2
1 export systematic-review
2 poemswe from "poemswe/co-researcher"
3 Guidance for conducting PhD-level systematic literature reviews according to PRISMA (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) standards. Covers protocol development, search string optimization, screening processes, and data extraction.
2026-01-05
langfuse-observability.md
2
1 export langfuse-observability
2 phrazzld from "phrazzld/claude-config"
3 Query Langfuse traces, prompts, and LLM metrics. Use when:- Analyzing LLM generation traces (errors, latency, tokens)- Reviewing prompt performance and versions- Debugging failed generations- Comparing model outputs across runsKeywords: langfuse, traces, observability, LLM metrics, prompt management, generations
2026-01-05
review-pr.md
2
1 export review-pr
2 sakuro from "sakuro/dotfiles"
3 Reviews a GitHub pull request. Use when the user wants to review a PR, get feedback on changes, or check code quality.
2026-01-05
managing-database-partitions.md
2
1 export managing-database-partitions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create database partitions", "optimize database queries with partitioning", "manage large database tables", or when the user mentions "partitioning strategy", "data archival", or uses the command `/partition`. The skill helps automate partition maintenance and data lifecycle management. It focuses on database best practices and production-ready implementations.
2026-01-05