Browse Skills

44969 skills found

sql-anti-patterns.md
2
1 export sql-anti-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SQLアンチパターンの検出・分析・改善提案を支援するスキル。スキーマ設計レビュー、クエリ実装レビュー、パフォーマンス問題の診断と改善を行う。Anchors:• SQL Antipatterns (Bill Karwin) / 適用: アンチパターンカタログ / 目的: 設計問題の体系的検出• Database Design for Mere Mortals / 適用: 正規化とスキーマ設計 / 目的: 適切なデータモデリング• Use The Index, Luke / 適用: インデックス最適化 / 目的: クエリパフォーマンス改善Trigger:Use when reviewing database schema, detecting SQL anti-patterns, diagnosing performance issues, or planning schema refactoring.sql anti-pattern, schema review, N+1, EAV, polymorphic associations, jaywalking, database design, query optimization
2026-01-05
stacked-prs.md
2
1 export stacked-prs
2 mkaczkowski from "mkaczkowski/ai-command-library"
3 Create stacked pull requests for GitHub repositories. Use when breaking large features into sequential, dependent PRs with conventional commit titles. Triggers on requests to create stacked PRs, split work into multiple PRs, or organize changes into a PR series.
2026-01-05
detecting-performance-bottlenecks.md
2
1 export detecting-performance-bottlenecks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect and resolve performance bottlenecks in applications. It analyzes CPU, memory, I/O, and database performance to identify areas of concern. Use this skill when you need to diagnose slow application performance, optimize resource usage, or proactively prevent performance issues. The skill is triggered by requests to "detect bottlenecks", "analyze performance", "find performance issues", or similar phrases related to performance optimization. It helps uncover root causes and suggest remediation strategies.
2026-01-05
json.md
2
1 export json
2 bendrucker from "bendrucker/claude"
3 JSON processing and handling best practices using jq. Use when working with JSON data, parsing JSON files, generating JSON output, or processing JSON from APIs.
2026-01-05
create-pr.md
2
1 export create-pr
2 sakuro from "sakuro/dotfiles"
3 Creates GitHub pull requests following project conventions. Use when the user wants to create a PR, open a pull request, or publish their changes for review.
2026-01-05
building-classification-models.md
2
1 export building-classification-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a classification model", "train a classification model", or needs help with supervised learning tasks involving labeled data. The skill ensures best practices are followed, including data validation, error handling, and performance metric reporting.
2026-01-05
review-implementing.md
2
1 export review-implementing
2 kivilaid from "kivilaid/plugin-marketplace"
3 Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews. Activates on phrases like "implement this feedback", "address review comments", or when user pastes reviewer notes.
2026-01-05
rate-limiting-abuse-protection.md
2
1 export rate-limiting-abuse-protection
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements rate limiting and abuse prevention with per-route policies, IP/user-based limits, sliding windows, safe error responses, and observability. Use when adding "rate limiting", "API protection", "abuse prevention", or "DDoS protection".
2026-01-05
data-visualizer.md
2
1 export data-visualizer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Expert in creating charts, dashboards, and data visualizations using modern libraries
2026-01-05
poocommerce-code-review.md
2
1 export poocommerce-code-review
2 notmattpress from "notmattpress/poocommerce"
3 Review PooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
2026-01-05
tdd-red-green-refactor.md
2
1 export tdd-red-green-refactor
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Red-Green-Refactorサイクルを中心にTDDを実行するための専門スキル。失敗テストの設計、最小実装、リファクタを反復し、品質と速度を両立する。Anchors:• Test-Driven Development: By Example / 適用: RGRサイクル / 目的: 反復の規律• Refactoring (Martin Fowler) / 適用: 改善手順 / 目的: 振る舞い維持• xUnit Test Patterns / 適用: テスト設計 / 目的: 表現の一貫性Trigger:Use when focusing on the red-green-refactor cycle, coaching TDD execution, or reviewing cycle quality.red-green-refactor, TDD cycle, failing test, minimal implementation, refactoring
2026-01-05
code-review-checklist.md
2
1 export code-review-checklist
2 phrazzld from "phrazzld/claude-config"
3 Apply comprehensive code review checklist covering purpose, design, quality, correctness, security, performance, testing, and documentation. Use when reviewing pull requests, conducting code reviews, or self-reviewing changes before committing.
2026-01-05
db-migration-check.md
2
1 export db-migration-check
2 mehdic from "mehdic/bazinga"
3 Detect dangerous operations in database migrations before deployment
2026-01-05
domain-driven-design.md
2
1 export domain-driven-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ドメイン駆動設計(DDD)のビルディングブロックを活用したドメインモデリングを専門とするスキル。Entity、Value Object、Aggregate、Repository Patternを適用し、ビジネスロジックを中心に据えた堅牢なドメイン層を設計する。Anchors:• Domain-Driven Design (Eric Evans) / 適用: 戦術的パターン / 目的: ドメインモデル構築• Implementing DDD (Vaughn Vernon) / 適用: 集約設計 / 目的: トランザクション境界定義• Clean Architecture (Robert C. Martin) / 適用: 依存関係逆転 / 目的: ドメイン層の独立性確保Trigger:Use when designing domain models, defining entities and value objects, establishing aggregate boundaries, designing repository interfaces, or applying DDD tactical patterns.domain driven design, DDD, entity design, value object, aggregate, repository pattern, domain model, bounded context
2026-01-05
visualizing-with-mermaid.md
2
1 export visualizing-with-mermaid
2 third774 from "third774/dotfiles"
3 Create professional Mermaid diagrams with proper styling and visual hierarchy. Use when creating flowcharts, sequence diagrams, state machines, class diagrams, or architecture visualizations.
2026-01-05
environment-isolation.md
2
1 export environment-isolation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 環境分離とアクセス制御スキル。開発・ステージング・本番環境の厳格な分離、環境間Secret共有の防止、最小権限原則の徹底を提供します。Anchors:• Building Secure and Reliable Systems / 適用: Defense in Depth原則 / 目的: 多層防御設計• The Twelve-Factor App / 適用: Config要素とコードの分離 / 目的: 環境変数による設定管理• Railway Secret Management / 適用: 環境グループによるSecret分離 / 目的: 環境別SecretストアTrigger:Use when designing environment isolation strategy, managing secrets across dev/staging/prod environments,implementing access control policies, preventing cross-environment data contamination,or validating environment separation compliance.environment isolation, secret management, access control, Railway secrets, GitHub secrets, security boundaries
2026-01-05
github-issues.md
2
1 export github-issues
2 lsst-sqre from "lsst-sqre/squareone"
3 Local-first GitHub issue planning and synchronization system. Use this skill when planning projects locally, creating issue files in .issues/, working with the /plan-issue, /update-issue, /sync-issue, or /list-issues commands, or synchronizing local plans with GitHub issues. Covers frontmatter schema, file structure conventions, sub-issue management, and gh CLI operations.
2026-01-05
error-handling-protocols.md
2
1 export error-handling-protocols
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Standard protocols for handling errors, API failures, and infrastructure issues
2026-01-05
flowerpower.md
2
1 export flowerpower
2 legout from "legout/flowerpower-skill"
3 Create and manage data pipelines using the FlowerPower framework with Hamilton DAGs and uv. Use when users request creating flowerpower projects, pipelines, Hamilton dataflows, or ask about flowerpower configuration, execution, or CLI commands.
2026-01-05
structural-physics.md
2
1 export structural-physics
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Structural validation and damage systems for Three.js building games. Use when implementing building stability (Fortnite/Rust/Valheim style), damage propagation, cascading collapse, or realistic physics simulation. Supports arcade, heuristic, and realistic physics modes.
2026-01-05
detecting-memory-leaks.md
2
1 export detecting-memory-leaks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
cpp-container-selection.md
2
1 export cpp-container-selection
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Guide to choosing the right C++ STL container for your problem. Explains performance characteristics, use cases, and comparison of vector, list, deque, set, and map. Use when discussing data structure selection.
2026-01-05
matrix-builds.md
2
1 export matrix-builds
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsマトリックスビルド戦略設計・最適化スキル。複数OS、バージョン、環境での並列テストを実現。Anchors:• GitHub Actions Documentation / 適用: strategy.matrix / 目的: 並列CI/CD• GitHub Actions Workflow Syntax / 適用: include/exclude / 目的: 条件付きビルドTrigger:Use when configuring matrix builds, multi-environment testing, CI parallelization,dynamic matrix generation, or optimizing max-parallel settings.
2026-01-05
fix-rubocop.md
2
1 export fix-rubocop
2 sakuro from "sakuro/dotfiles"
3 Fixes RuboCop offenses systematically and safely. Use when the user wants to reduce RuboCop warnings, clean up .rubocop_todo.yml, fix linting errors, or improve code style compliance.
2026-01-05