Browse Skills

44969 skills found

generating-database-documentation.md
2
1 export generating-database-documentation
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.
2026-01-05
analyze.md
2
1 export analyze
2 poemswe from "poemswe/co-researcher"
3 Critically analyze content, claims, or arguments with rigorous evaluation.
2026-01-05
test-coverage.md
2
1 export test-coverage
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テストカバレッジの計測、ギャップ分析、改善計画の策定を行うスキル。リスクベースで優先順位を決め、実行可能な改善ステップに落とし込む。Anchors:• Working Effectively with Legacy Code / 適用: リスク評価 / 目的: 重点領域の特定• xUnit Test Patterns / 適用: テスト設計 / 目的: 有効なテスト追加• Test-Driven Development: By Example / 適用: テスト追加 / 目的: 品質改善Trigger:Use when analyzing test coverage, prioritizing coverage gaps, or planning coverage improvements.test coverage, coverage report, coverage gap, risk-based testing, improvement plan
2026-01-05
fullstory-ecommerce.md
2
1 export fullstory-ecommerce
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in e-commerce and retail applications. Covers conversion funnel optimization, product interaction tracking, cart abandonment analysis, checkout flow privacy (PCI compliance), and customer journey mapping. Includes detailed examples for product pages, cart, checkout, and post-purchase experiences.
2026-01-05
debugging.md
2
1 export debugging
2 cosmix from "cosmix/claude-code-setup"
3 Systematically diagnoses and resolves software bugs using various debugging techniques and tools. Trigger keywords: debug, bug, error, exception, crash, issue, troubleshoot, fix, stack trace.
2026-01-05
monitoring-alerting.md
2
1 export monitoring-alerting
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アプリケーションとインフラの監視・アラート設計を専門とするスキル。ゴールデンシグナル(レイテンシー・トラフィック・エラー・飽和度)に基づくメトリクス戦略、構造化ログ設計、SLI/SLO定義、アラート閾値設定、ダッシュボード構成を統合的に提供する。Anchors:• Observability Engineering (Charity Majors) / 適用: ログ設計とメトリクス戦略 / 目的: 高カーディナリティ観測の実現• Site Reliability Engineering (Google) / 適用: SLI/SLO設計 / 目的: ビジネス価値に基づく監視体系• Golden Signals / 適用: 4指標(Latency・Traffic・Errors・Saturation) / 目的: 効果的な監視指標の選定Trigger:Use when designing monitoring strategy, defining SLI/SLO, configuring alerts, implementing structured logging, or building observability dashboards.monitoring, alerting, observability, metrics, logging, SLI, SLO, golden signals, dashboard, Grafana, Prometheus, Discord webhook
2026-01-05
implement.md
2
1 export implement
2 ferdiangunawan from "ferdiangunawan/skills"
3 Executes implementation plan with quality checks and progress tracking. Follows AGENTS.md patterns strictly.
2026-01-05
grafana.md
2
1 export grafana
2 cosmix from "cosmix/claude-code-setup"
3 Observability visualization with Grafana and the LGTM stack (Loki, Grafana, Tempo, Mimir). Use when implementing dashboards, log aggregation, distributed tracing, or metrics visualization. Triggers: grafana, loki, tempo, mimir, dashboard, logql, traceql, observability stack, LGTM.
2026-01-05
img2vid-pipeline.md
2
1 export img2vid-pipeline
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Dedicated Img2Vid workflow skill for source-image-based video generation. Use when working with Img2Vid and a source image. Covers parsimonious prompts, enforcement sentences, and the Parsimony-to-Enforcement pipeline. Trust the start frame; focus prompts on desired change or motion.
2026-01-05
command-arguments-system.md
2
1 export command-arguments-system
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンド引数($ARGUMENTS、位置引数)の設計と検証を整理し、引数仕様・検証・エラー設計を一貫して支援するスキル。引数設計方針、検証ルール、テンプレート運用を段階化する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 引数仕様と検証の設計 / 目的: 堅牢な引数システムの確立Trigger:Use when adding command arguments, defining $ARGUMENTS or positional arguments, or designing argument validation/error handling.command arguments, $ARGUMENTS, positional arguments, argument validation, error message design
2026-01-05
api-versioning.md
2
1 export api-versioning
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 APIバージョニング戦略と後方互換性管理を専門とするスキル。破壊的変更の管理、段階的廃止プロセス、バージョン間の移行ガイド作成を支援します。**Anchors(参考資料):**• 『RESTful Web APIs』(Leonard Richardson)/ 適用: API設計とバージョニング戦略 / 目的: RESTfulなバージョニング方式の理解と実装**Triggers(自動発動条件):**- API バージョニング戦略を決定する時- 破壊的変更を導入する時- エンドポイントを非推奨化する時- バージョン間の移行ガイドを作成する時- APIバージョン管理を設計する時- 後方互換性を検証する時
2026-01-05
electron-code-signing.md
2
1 export electron-code-signing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electron code signing and notarization workflow for macOS, Windows, and Linux distribution.Anchors:• electron-builder documentation / 適用: Code signing configuration / 目的: Proper certificate management and platform-specific signing• Apple Developer Program / 適用: macOS signing and notarization / 目的: App Store and Gatekeeper compliance• Windows Authenticode / 適用: Windows EV/OV certificate signing / 目的: SmartScreen bypass and user trustTrigger:Use when configuring code signing for Electron apps, setting up certificates for macOS/Windows/Linux, implementing notarization workflows, resolving signing errors, or distributing signed executables.Keywords: code signing, electron-builder, notarization, certificate, macOS signing, Windows Authenticode, entitlements, hardened runtime, EV certificate
2026-01-05
reliability-strategy-builder.md
2
1 export reliability-strategy-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements reliability patterns including circuit breakers, retries, fallbacks, bulkheads, and SLO definitions. Provides failure mode analysis and incident response plans. Use for "SRE", "reliability", "resilience", or "failure handling".
2026-01-05
python-api-development.md
2
1 export python-api-development
2 nekorush14 from "nekorush14/dotfiles"
3 Implement REST APIs with FastAPI including endpoints, Pydantic models, validation, dependency injection, and error handling. Use when building API endpoints, request validation, or authentication.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 HTRamsey from "HTRamsey/claude-config"
3 Use when encountering any bug, test failure, or unexpected behavior (including race conditions, deadlocks, concurrency issues) - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with specialized techniques for deep call stack tracing and concurrency debugging
2026-01-05
analyzing-database-indexes.md
2
1 export analyzing-database-indexes
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the database-index-advisor plugin to analyze query patterns and recommend optimal database indexes. It identifies missing indexes to improve query performance and unused indexes that can be removed to save storage and improve write performance. Use this skill when the user asks to "analyze database indexes", "optimize slow queries", "find missing indexes", "remove unused indexes", or requests help with "database index optimization". The plugin analyzes database workloads, detects potential indexing issues, and provides actionable recommendations for indexing strategies.
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
orm-best-practices.md
2
1 export orm-best-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ORMベストプラクティスの専門スキル。Drizzle ORMを活用したエンティティ設計、リレーション管理、パフォーマンス最適化を提供します。Anchors:• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: データモデリング / 目的: 型安全なスキーマ定義とパフォーマンス最適化• Drizzle ORM Documentation / 適用: TypeScript ORM / 目的: 型推論とクエリビルダーの活用• High Performance MySQL (Baron Schwartz) / 適用: クエリ最適化 / 目的: N+1問題とインデックス戦略Trigger:Use when defining Drizzle ORM schemas, mapping entity relationships, optimizing database queries, solving N+1 problems, or implementing type-safe data access patterns.ORM, Drizzle, schema, relation, N+1, query builder, type-safe, entity mapping
2026-01-05
automem-search.md
2
1 export automem-search
2 nicosuave from "nicosuave/memex"
3 Search, filter, and retrieve Claude/Codex history indexed by the automem CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.
2026-01-05
form-validation.md
2
1 export form-validation
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Schema-first validation with Zod, timing patterns (reward early, punish late), async validation, and error message design. Use when implementing form validation for any framework. The foundation skill that all framework-specific skills depend on.
2026-01-05
config-seeder.md
2
1 export config-seeder
2 mehdic from "mehdic/bazinga"
3 Seed JSON configuration files into database. Use ONCE at BAZINGA session initialization, BEFORE spawning PM.
2026-01-05
component-composition-patterns.md
2
1 export component-composition-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コンポーネント合成パターンを用いた再利用可能なUI構造設計を支援するスキル。Compound Components、Polymorphic Components、Slot Pattern の選定と設計手順を整理する。Anchors:• Don't Make Me Think / 適用: UI設計・ユーザビリティ / 目的: 再利用性と保守性向上• Atomic Design / 適用: コンポーネント階層設計 / 目的: 構造の一貫性確保• React Patterns / 適用: 合成設計 / 目的: APIの一貫性Trigger:Use when designing component composition patterns, selecting compound/polymorphic/slot patterns, or validating reusable UI structures.component composition patterns, compound components, polymorphic components, slot pattern, reusable UI
2026-01-05
preprocessing-data-with-automated-pipelines.md
2
1 export preprocessing-data-with-automated-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to preprocess and clean data using automated pipelines. It is designed to streamline data preparation for machine learning tasks, implementing best practices for data validation, transformation, and error handling. Claude should use this skill when the user requests data preprocessing, data cleaning, ETL tasks, or mentions the need for automated pipelines for data preparation. Trigger terms include "preprocess data", "clean data", "ETL pipeline", "data transformation", and "data validation". The skill ensures data quality and prepares it for effective analysis and model training.
2026-01-05
angular-component.md
2
1 export angular-component
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating or modifying Angular components in PlatformExampleAppWeb (Angular 19) with proper base class inheritance, state management, and platform patterns.
2026-01-05