Browse Skills

18175 skills found

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
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
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
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
constitution-governance.md
2
1 export constitution-governance
2 sirkirby from "sirkirby/open-agent-kit"
3 Guide OAK constitution maintenance with amendment workflows, validation frameworks, semantic versioning, and agent instruction synchronization.
2026-01-05
rfc-generator.md
2
1 export rfc-generator
2 patricio0312rev 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
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
coverage-strategist.md
2
1 export coverage-strategist
2 patricio0312rev 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 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
project-architecture-integration.md
2
1 export project-architecture-integration
2 daishiman 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
design-concepts.md
2
1 export design-concepts
2 mevans2120 from "mevans2120/design-suite-claude-skills"
3 Creates conceptual designs that illustrate design strategy and approach. Leverages research insights and design briefs to develop UI concepts, mood boards, and interactive prototypes. Translates strategic direction into visual design explorations that communicate intent and gather feedback.
2026-01-05
tmux.md
2
1 export tmux
2 tizee from "tizee/dotfiles"
3 Remote control tmux sessions for interactive CLIs by sending keystrokes and scraping output.
2026-01-05
testing-strategist.md
2
1 export testing-strategist
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and implement comprehensive testing strategies. Use when setting up tests, choosing test types, implementing TDD, or improving code quality. Covers unit tests, integration tests, E2E tests, test-driven development, and testing best practices.
2026-01-05
docker.md
2
1 export docker
2 cosmix from "cosmix/claude-code-setup"
3 Creates and optimizes Docker configurations including Dockerfiles, docker-compose files, and container orchestration. Trigger keywords: docker, dockerfile, container, image, docker-compose, containerize, build image.
2026-01-05
etl-sync-job-builder.md
2
1 export etl-sync-job-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Designs reliable ETL and data synchronization jobs with incremental updates, idempotency guarantees, watermark tracking, error handling, and retry logic. Use for "ETL jobs", "data sync", "incremental sync", or "data pipeline".
2026-01-05
using-tmux.md
2
1 export using-tmux
2 HTRamsey from "HTRamsey/claude-config"
3 Control interactive CLI tools that require a real terminal via tmux send-keys. Use for git rebase -i, git add -p, vim, nano, Python/Node REPLs, or any command that hangs waiting for terminal input.
2026-01-05
documentation-architecture.md
2
1 export documentation-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ドキュメント構造設計・リソース分割・階層設計を専門とするスキル。500行制約に基づく適切なファイル分割とトピックベース組織化により、保守性と発見可能性の高いドキュメントアーキテクチャを実現する。Anchors:• Information Architecture (Rosenfeld/Morville) / 適用: 情報組織化パターン / 目的: 発見可能性向上• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: 責任分離設計• The Pragmatic Programmer (Hunt/Thomas) / 適用: DRY原則 / 目的: 重複回避Trigger:Use when designing documentation structure, splitting large files over 500 lines, organizing resources with topic-based structure, improving discoverability, or establishing naming conventions.documentation structure, file splitting, directory organization, hierarchy design, naming conventions, 500-line constraint
2026-01-05
managing-database-sharding.md
2
1 export managing-database-sharding
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
2026-01-05
requirement-analyzer.md
2
1 export requirement-analyzer
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 Extends generic requirement analysis with PHP/CakePHP specific considerations and technical mappings
2026-01-05
delegate-first.md
2
1 export delegate-first
2 rayk from "rayk/lucid-toolkit"
3 Behavioral principle for context preservation through strategic delegation. Use when starting multi-step operations, uncertain about scope, or when direct execution might exhaust context. Complements never-guess and resolve-ambiguity skills.
2026-01-05
write.md
2
1 export write
2 waynesutton from "waynesutton/waynesutton-ai"
3 Expert writing for technical content, social media, and developer documentation. Use when asked to write tweets, LinkedIn posts, blog posts, READMEs, commit messages, feature announcements, or any written content. Optimized to avoid AI detection patterns.
2026-01-05