Browse Skills

44915 skills found

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
create-tia-agent.md
2
1 export create-tia-agent
2 danja from "danja/tia"
3 Guides users through creating a new TIA XMPP agent based on mistral-minimal. Use when the user wants to create, build, set up, or scaffold a new agent, bot, or when they ask how to get started with TIA.
2026-01-05
plan.md
2
1 export plan
2 ferdiangunawan from "ferdiangunawan/skills"
3 Creates detailed implementation plan from validated research. Produces task breakdown with dependencies.
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
brokle-migration-workflow.md
2
1 export brokle-migration-workflow
2 brokle-ai from "brokle-ai/brokle"
3 Use this skill when creating, running, or managing database migrations for PostgreSQL or ClickHouse. This includes creating new migrations, running migrations, checking migration status, rollback operations, seeding data, or troubleshooting migration issues.
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
pull-request.md
2
1 export pull-request
2 bendrucker from "bendrucker/claude"
3 Create a GitHub pull request (PR) with proper formatting and content guidelines. Use when creating or updating pull requests/PRs (or GitLab merge requests/MRs, Gerrit change requests/CRs).
2026-01-05
velocity-tracker.md
2
1 export velocity-tracker
2 mehdic from "mehdic/bazinga"
3 Track development velocity, cycle times, and identify trends for PM decision-making
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
test-data-factory-builder.md
2
1 export test-data-factory-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates factories and builders for generating consistent, composable test data with realistic values and relationship handling. Use for "test factories", "test data builders", "fixture factories", or "test data generation".
2026-01-05
creating-kubernetes-deployments.md
2
1 export creating-kubernetes-deployments
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or asks for a manifest for any K8s resource.
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
security-scanning.md
2
1 export security-scanning
2 pwarnock from "pwarnock/liaison-toolkit"
3 Security scanning with dependency audits, secret detection, static analysis, and vulnerability management. Use when checking for vulnerabilities, scanning dependencies, or enforcing security gates.
2026-01-05
prompt-guidelines-commands.md
2
1 export prompt-guidelines-commands
2 warpcode from "warpcode/dotfiles"
3 Command creation guidelines for encapsulating workflows into simple command invocations. Provides command syntax, error handling patterns, security validation, and complex command handling. Includes examples for environment variables, git operations, and command chaining. Scope: command creation, command structure, error handling, security. Excludes: skill creation, agent creation (handled by component-specific skills). Triggers: command, create command, add command, new command.
2026-01-05
translate-to-language.md
2
1 export translate-to-language
2 ericfitz from "ericfitz/tmi-ux"
3 Translate English text to a target language while preserving placeholders and formatting. Use when translating UI strings, i18n values, or localizing content.
2026-01-05
podcast-downloader.md
2
1 export podcast-downloader
2 crazynomad from "crazynomad/apple-podcast-downloader"
3 Search and download podcast episodes from Apple Podcasts. Use when user wants to find podcasts, download podcast episodes, get podcast information, or mentions Apple Podcasts, iTunes, podcast search, or audio downloads.
2026-01-05
training-machine-learning-models.md
2
1 export training-machine-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill trains machine learning models using automated workflows. It analyzes datasets, selects appropriate model types (classification, regression, etc.), configures training parameters, trains the model with cross-validation, generates performance metrics, and saves the trained model artifact. Use this skill when the user requests to "train" a model, needs to evaluate a dataset for machine learning purposes, or wants to optimize model performance. The skill supports common frameworks like scikit-learn.
2026-01-05
go-to-market-planner.md
2
1 export go-to-market-planner
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Plan product launches and go-to-market strategy. Use when launching products, entering new markets, or planning marketing campaigns. Covers positioning, channels, messaging, and launch execution.
2026-01-05