Browse Skills

20307 skills found

codex-review-workflow.md
2
1 export codex-review-workflow
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Automated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles until code passes validation or reaches iteration limit. Use when building features requiring automated code validation, security checks, or quality assurance through Codex CLI.
2026-01-05
nodejs-stream-processing.md
2
1 export nodejs-stream-processing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Node.jsにおけるストリーム処理とバックプレッシャー管理の専門知識。大容量ファイルの効率的処理、メモリ使用量の最適化、Readable/Writable/Transform/Duplexストリームの適切な活用方法を提供。Anchors:• Node.js Streams API Documentation / 適用: ストリームAPI全般 / 目的: 公式APIの正確な使用• Backpressuring in Streams (Node.js official) / 適用: バックプレッシャー管理 / 目的: メモリ効率最適化• The Pragmatic Programmer (Hunt and Thomas) / 適用: 実装品質 / 目的: 保守性とテスタビリティTrigger:Use when implementing stream processing in Node.js, handling large files, managing backpressure, or building data transformation pipelines.nodejs stream, stream processing, backpressure, readable stream, writable stream, transform stream, duplex stream, pipeline, large file
2026-01-05
generating-end-to-end-tests.md
2
1 export generating-end-to-end-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
2026-01-05
test-strategy.md
2
1 export test-strategy
2 cosmix from "cosmix/claude-code-setup"
3 Comprehensive test strategy guidance including test pyramid design, coverage goals, test categorization, CI/CD integration, and risk-based prioritization. Use when planning testing approaches, setting up test infrastructure, or optimizing test suites. Trigger keywords: test strategy, test pyramid, coverage goals, what to test, test organization, CI/CD testing, test prioritization, testing approach.
2026-01-05
api-connector-design.md
2
1 export api-connector-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 外部APIとの統合設計パターンに関する専門知識。RESTful API、GraphQL、WebSocket等の統合設計と実装指針を提供します。Anchors:• 『RESTful Web APIs』(Leonard Richardson)/ 適用: RESTful API設計、HTTPセマンティクス / 目的: リソース中心の設計パターン理解• 『Building Microservices』(Sam Newman)/ 適用: APIコントラクト設計、マイクロサービス間通信 / 目的: サービス境界の明確化Trigger:Use when designing authentication flows (OAuth 2.0, API Key, JWT), implementing rate limiting and retry strategies, or reviewing API integration architecture.
2026-01-05
creating-ansible-playbooks.md
2
1 export creating-ansible-playbooks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
code-organization.md
2
1 export code-organization
2 andyngdz from "andyngdz/exogen_backend"
3 Master code organization - encapsulation with wrapper methods, file modularity (split >150 lines), one function one responsibility, descriptive naming, minimal comments
2026-01-05
notification-integration-gha.md
2
1 export notification-integration-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions通知統合スキル。Slack、Discord、MS Teams、Emailへのビルド/デプロイ状態通知を自動化。成功/失敗メッセージのカスタマイズとインタラクティブ要素をサポート。Anchors:• The Pragmatic Programmer (Hunt and Thomas) / 適用: 自動化とフィードバックループ / 目的: 迅速なフィードバックによる問題早期発見• Site Reliability Engineering (Google) / 適用: モニタリングとアラート設計 / 目的: 適切な粒度と重要度の通知• GitHub Actions best practices / 適用: ワークフロー設計とシークレット管理 / 目的: セキュアで保守性の高い設定Trigger:Use when setting up notifications, configuring webhooks, adding Slack/Discord/Teams/Email alerts to workflows, troubleshooting notification failures, or implementing status reporting.slack notification, discord webhook, teams alert, github actions notify, workflow status, deployment notification
2026-01-05
tuning-hyperparameters.md
2
1 export tuning-hyperparameters
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization. It is used when the user requests hyperparameter tuning, model optimization, or improvement of model performance. The skill analyzes the current context, generates code for the specified search strategy, handles data validation and errors, and provides performance metrics. Trigger terms include "tune hyperparameters," "optimize model," "grid search," "random search," and "Bayesian optimization."
2026-01-05
code-review.md
2
1 export code-review
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Review generated code for bugs, security issues, performance, and best practices. Use when reviewing Claude-generated code, checking for vulnerabilities, auditing implementation quality, or validating code changes before commit.
2026-01-05
health-check-implementation.md
2
1 export health-check-implementation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ヘルスチェックの設計・実装・監視の指針を提供するスキル。マイクロサービスの信頼性と観測性を確立するためのガイダンスを提供。Anchors:• Observability Engineering (Charity Majors) / 適用: ヘルスチェック設計の観測性原則 / 目的: 効果的なモニタリング指標の選定• Site Reliability Engineering (Google) / 適用: ヘルスチェックのレベル分類と段階的実装 / 目的: 運用負荷の最適化• Release It! (Michael T. Nygard) / 適用: 障害対応パターン / 目的: 自動回復とフェイルセーフ設計Trigger:Use when designing microservice health checks, implementing system reliability monitoring, establishing baseline metrics, or configuring alert thresholds.health check, liveness probe, readiness probe, monitoring, metrics, observability, kubernetes probes, circuit breaker
2026-01-05
ark-analysis.md
2
1 export ark-analysis
2 dwmkerr from "dwmkerr/ark-claude-code-marketplace"
3 Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.
2026-01-05
decay-upkeep.md
2
1 export decay-upkeep
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Building decay and upkeep systems for survival games. Use when implementing timer-based decay, Tool Cupboard patterns (Rust-style protection radius), resource upkeep costs, or server performance management through automatic cleanup. Balances gameplay and server health.
2026-01-05
multi-tenant-db-handler.md
2
1 export multi-tenant-db-handler
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 Handles multi-tenant database connections and operations for CakePHP projects using company-specific database patterns
2026-01-05
figma-developer.md
2
1 export figma-developer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Extract components from Figma, convert designs to React components, sync design tokens, and generate code from designs. Bridge the gap between design and code with automated workflows.
2026-01-05
aggregating-performance-metrics.md
2
1 export aggregating-performance-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to aggregate and centralize performance metrics from various sources. It is used when the user needs to consolidate metrics from applications, systems, databases, caches, queues, and external services into a central location for monitoring and analysis. The skill is triggered by requests to "aggregate metrics", "centralize performance metrics", or similar phrases related to metrics aggregation and monitoring. It facilitates designing a metrics taxonomy, choosing appropriate aggregation tools, and setting up dashboards and alerts.
2026-01-05
orchestration-planner.md
2
1 export orchestration-planner
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Plan multi-step workflows using capability graph and Codex-powered goal decomposition with HTN-style hierarchical task planning.
2026-01-05
receiving-code-review.md
2
1 export receiving-code-review
2 HTRamsey from "HTRamsey/claude-config"
3 Use when receiving code review feedback - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
cuda.md
2
1 export cuda
2 technillogue from "technillogue/ptx-isa-markdown"
3 CUDA kernel development, debugging, and performance optimization for Claude Code. Use when writing, debugging, or optimizing CUDA code, GPU kernels, or parallel algorithms. Covers non-interactive profiling with nsys/ncu, debugging with cuda-gdb/compute-sanitizer, binary inspection with cuobjdump, and performance analysis workflows. Triggers on CUDA, GPU programming, kernel optimization, nsys, ncu, cuda-gdb, compute-sanitizer, PTX, GPU profiling, parallel performance.
2026-01-05
zero-trust-security.md
2
1 export zero-trust-security
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ゼロトラストセキュリティの専門スキル。認証・認可、マイクロセグメンテーション、継続的検証を提供します。Anchors:- Zero Trust Networks(Evan Gilman)/ 適用: セキュリティアーキテクチャ / 目的: 信頼境界排除と継続的検証- NIST SP 800-207 Zero Trust Architecture / 適用: フレームワーク設計 / 目的: 標準準拠- MITRE ATT&CK / 適用: 脅威モデリング / 目的: 攻撃パターン対策Trigger:ゼロトラスト実装時、認証・認可設計時、アクセス制御強化時、継続的検証実装時に使用
2026-01-05
scanning-input-validation-practices.md
2
1 export scanning-input-validation-practices
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan source code for potential input validation vulnerabilities. It identifies areas where user-supplied data is not properly sanitized or validated before being used in operations, which could lead to security exploits like SQL injection, cross-site scripting (XSS), or command injection. Use this skill when the user asks to "scan for input validation issues", "check input sanitization", "find potential XSS vulnerabilities", or similar requests related to securing user input. It is particularly useful during code reviews, security audits, and when hardening applications against common web vulnerabilities. The skill leverages the input-validation-scanner plugin to perform the analysis.
2026-01-05
wp-migrate.md
2
1 export wp-migrate
2 BWBama85 from "BWBama85/wp-migrate.sh"
3 WordPress site migration and deployment using wp-migrate.sh. Use when migrating WordPress sites, syncing databases, managing backups, testing migrations, debugging migration issues, or working with WordPress deployment workflows including Duplicator, Jetpack Backup, and Solid Backups archives. Also use for code modifications, testing, git workflows, PR creation, and release management for this project.
2026-01-05
ai-llm-development.md
2
1 export ai-llm-development
2 phrazzld from "phrazzld/claude-config"
3 MANDATORY invocation for ALL LLM-related work. Invoke immediately when:- ANY mention of model names, IDs, or versions- ANY configuration of AI providers or APIs- ANY defaults/constants for LLM settings- ANY prompt engineering or modification- ANY discussion of model capabilities or features- ANY changes to AI-related dependencies- Reading/writing .env files with AI config- Modifying aiProviders.ts, prompts.ts, or similar- Reviewing AI-related pull requests- Debugging LLM integration issuesCRITICAL: Training data lags reality by months. ALWAYS research first.Use WebSearch, Exa MCP, or Gemini CLI before making ANY LLM decisions.
2026-01-05
form-react.md
2
1 export form-react
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Production-ready React form patterns using React Hook Form (default) and TanStack Form with Zod integration. Use when building forms in React applications. Implements reward-early-punish-late validation timing.
2026-01-05