Browse Skills
44969 skills found
decay-upkeep.md
2
1
export
decay-upkeep
2
from
"Bbeierle12/Skill-MCP-Claude"
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
from
"brokle-ai/brokle"
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
from
"masanao-ohba/claude-manifests"
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
from
"daffy0208/ai-dev-standards"
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
from
"bendrucker/claude"
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
from
"mehdic/bazinga"
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
from
"jeremylongshore/claude-code-plugins-nixtla"
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
from
"patricio0312rev/skillset"
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
from
"jeremylongshore/claude-code-plugins-nixtla"
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
from
"daffy0208/ai-dev-standards"
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
from
"pwarnock/liaison-toolkit"
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
from
"warpcode/dotfiles"
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
receiving-code-review.md
2
1
export
receiving-code-review
2
from
"HTRamsey/claude-config"
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
from
"technillogue/ptx-isa-markdown"
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
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ゼロトラストセキュリティの専門スキル。認証・認可、マイクロセグメンテーション、継続的検証を提供します。Anchors:- Zero Trust Networks(Evan Gilman)/ 適用: セキュリティアーキテクチャ / 目的: 信頼境界排除と継続的検証- NIST SP 800-207 Zero Trust Architecture / 適用: フレームワーク設計 / 目的: 標準準拠- MITRE ATT&CK / 適用: 脅威モデリング / 目的: 攻撃パターン対策Trigger:ゼロトラスト実装時、認証・認可設計時、アクセス制御強化時、継続的検証実装時に使用
2026-01-05
constitution-governance.md
2
1
export
constitution-governance
2
from
"sirkirby/open-agent-kit"
from
"sirkirby/open-agent-kit"
3
Guide OAK constitution maintenance with amendment workflows, validation frameworks, semantic versioning, and agent instruction synchronization.
2026-01-05
scanning-input-validation-practices.md
2
1
export
scanning-input-validation-practices
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
rfc-generator.md
2
1
export
rfc-generator
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates Request for Comments documents for technical proposals including problem statement, solution design, alternatives, risks, and rollout plans. Use for "RFC", "technical proposals", "design docs", or "architecture proposals".
2026-01-05
wp-migrate.md
2
1
export
wp-migrate
2
from
"BWBama85/wp-migrate.sh"
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
from
"phrazzld/claude-config"
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
coverage-strategist.md
2
1
export
coverage-strategist
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Defines ROI-based coverage targets with critical path identification, layer-specific targets, and explicit "don't test this" guidelines. Use for "test coverage", "coverage strategy", "test priorities", or "coverage targets".
2026-01-05
form-react.md
2
1
export
form-react
2
from
"Bbeierle12/Skill-MCP-Claude"
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
playwright-testing.md
2
1
export
playwright-testing
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Write E2E tests with Playwright including Page Object Model, visual regression testing, and CI/CD integration. Use when testing user flows, integration testing, or visual regression testing.
2026-01-05
project-architecture-integration.md
2
1
export
project-architecture-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
プロジェクト固有のアーキテクチャ設計原則を統合するスキル。ハイブリッドアーキテクチャ(shared/features)、Clean Architecture依存関係ルール、データベース設計、REST API、テスト戦略、エラーハンドリング、CI/CD原則をエージェント設計に適用する。Anchors:• Clean Architecture / 適用: 依存関係ルールと境界設計 / 目的: アーキテクチャ層の分離と依存方向制御• Hybrid Architecture (shared/features) / 適用: ドメイン分離と再利用設計 / 目的: 循環依存回避と単一責任維持• docs/00-requirements/ / 適用: プロジェクト技術スタック仕様 / 目的: 要求仕様との整合性確保Trigger:Use when designing agents that generate project-specific files, database operations, API integrations, test strategies, error handling, or CI/CD workflows. Apply when determining file placement (shared/ vs features/), enforcing dependency rules, or ensuring architecture compliance.architecture compliance, hybrid structure, shared features, dependency rules, agent file generation, database design, REST API, testing strategy
2026-01-05