Browse Skills

16146 skills found

orchestrating-deployment-pipelines.md
2
1 export orchestrating-deployment-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with automating software deployments. Trigger terms include "deployment pipeline", "CI/CD", "automate deployment", "pipeline configuration", and "deployment orchestration".
2026-01-05
git-workflow.md
2
1 export git-workflow
2 HTRamsey from "HTRamsey/claude-config"
3 Use when starting feature work that needs isolation, or when completing work and deciding how to integrate - covers full worktree lifecycle from setup through merge/PR/discard
2026-01-05
spec-verifier.md
2
1 export spec-verifier
2 korallis from "korallis/Amp-OS"
3 Verify specification quality and completeness. Use after writing spec.md to ensure it meets standards before task breakdown - checks for clarity, feasibility, testability, and completeness.
2026-01-05
react-server-components.md
2
1 export react-server-components
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 React Server Components(RSC)の実装パターンとNext.js App Routerにおけるベストプラクティスを提供する専門スキル。サーバーコンポーネントとクライアントコンポーネントの責務分離、データフェッチの最適化、Suspenseとストリーミングの活用を支援します。Anchors:• 『Learning React Server Components』(Tejas Kumar)/ 適用: RSCアーキテクチャ / 目的: サーバーとクライアント間の責務分離• Next.js App Router公式ドキュメント / 適用: RSC実装パターン / 目的: Next.js固有の最適化手法• Dan Abramovのブログ / 適用: RSC設計思想 / 目的: 第一原理からの理解Trigger:Use when implementing Next.js App Router, designing Server Components, defining Client Component boundaries, optimizing data fetching, integrating Suspense, or implementing streaming SSR.rsc, server components, client components, next.js app router, use client, suspense, streaming, data fetching
2026-01-05
requesting-code-review.md
2
1 export requesting-code-review
2 cipherstash from "cipherstash/cipherpowers"
3 Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches cipherpowers:code-review-agent subagent to review implementation against plan or requirements before proceeding
2026-01-05
fullstory-healthcare.md
2
1 export fullstory-healthcare
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in healthcare applications while maintaining HIPAA compliance. Covers PHI protection, patient portal UX, telehealth flows, appointment scheduling, and EHR integrations. Emphasizes that most healthcare data requires exclusion, not just masking, with detailed examples for compliant implementations.
2026-01-05
implementing-database-audit-logging.md
2
1 export implementing-database-audit-logging
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy.
2026-01-05
ark-setup.md
2
1 export ark-setup
2 dwmkerr from "dwmkerr/ark-claude-code-marketplace"
3 Set up and install the Ark platform from source. Use this skill when the user wants to install, deploy, or configure Ark in their local Kubernetes cluster.
2026-01-05
react-state-management.md
2
1 export react-state-management
2 nekorush14 from "nekorush14/dotfiles"
3 Implement state management with Context API and TanStack Query. Use when managing global client state, handling server state, implementing optimistic updates, or coordinating state across components.
2026-01-05
designing-claude-skills.md
2
1 export designing-claude-skills
2 wombat9000 from "wombat9000/claude-plugins"
3 Comprehensive guide for creating, reviewing, and improving skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations. Use this skill when: (1) Creating a new skill from scratch, (2) Reviewing or auditing an existing skill for quality and adherence to best practices, (3) Updating or refactoring an existing skill, (4) Understanding skill architecture, anatomy, and design patterns, (5) Troubleshooting skill loading, triggering, or packaging issues, (6) Learning how to effectively use bundled resources like scripts, references, and assets, (7) Planning what type of skill structure is appropriate for a given use case.
2026-01-05
koan-api-building.md
2
1 export koan-api-building
2 sylin-org from "sylin-org/koan-framework"
3 EntityController<T>, custom routes, payload transformers, auth policies
2026-01-05
ask-questions-if-underspecified.md
2
1 export ask-questions-if-underspecified
2 LarsEckart from "LarsEckart/dotfiles"
3 Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
2026-01-05
railway-secrets-management.md
2
1 export railway-secrets-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Railwayプラットフォーム上でのシークレット管理を専門とするスキル。環境変数設定、シークレットローテーション、アクセス制御を体系的に支援し、セキュアで運用しやすいデプロイメント環境を実現します。Anchors:• Web Application Security (Andrew Hoffman) / 適用: 脅威モデリングとリスク評価 / 目的: セキュアなシークレット管理設計• Railway Documentation / 適用: Variables API・Service Variables / 目的: Railway固有機能の理解と活用• The Twelve-Factor App / 適用: 環境変数による設定管理 / 目的: クラウドネイティブな設定パターンTrigger:Use when configuring Railway secrets, rotating credentials, designing access control, managing environment-specific variables, or implementing secure secret management practices on Railway platform.Keywords: railway secrets, environment variables, secret rotation, railway variables api, service variables, railway security, credential management
2026-01-05
prompt-guidelines-agents.md
2
1 export prompt-guidelines-agents
2 warpcode from "warpcode/dotfiles"
3 Agent creation guidelines and protocols for eliminating ambiguity while preserving flexibility. Provides agent architecture patterns, security guardrails, permission tiers, and orchestration patterns. Includes agent archetypes and integration guidelines. Scope: agent creation, agent structure, security patterns, orchestration. Excludes: skill creation, command creation (handled by component-specific skills). Triggers: agent, create agent, orchestrate, new agent.
2026-01-05
rails-transactions.md
2
1 export rails-transactions
2 nekorush14 from "nekorush14/dotfiles"
3 Implement database transactions for data consistency and atomicity. Use when operations must succeed or fail together, coordinating multiple database operations, or ensuring data integrity across models.
2026-01-05
lock-file-management.md
2
1 export lock-file-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ロックファイル整合性と依存関係再現性の専門スキル。pnpm-lock.yaml、package-lock.json、yarn.lockを管理し、一貫性のあるビルド、マージコンフリクト解決、CI/CD最適化を実現。Anchors:• The Pragmatic Programmer / 適用: 依存関係管理 / 目的: 再現可能なビルドTrigger:Use when managing lock files, resolving merge conflicts, verifying integrity, or optimizing CI/CD caching.
2026-01-05
testing-load-balancers.md
2
1 export testing-load-balancers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.
2026-01-05
dspy-rag-pipeline.md
2
1 export dspy-rag-pipeline
2 OmidZamani from "OmidZamani/dspy-skills"
3 Build and optimize RAG pipelines with ColBERTv2 retrieval in DSPy
2026-01-05
skill-creator.md
2
1 export skill-creator
2 robertbagge from "robertbagge/claude-starter"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
exa-answer.md
2
1 export exa-answer
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Generate answers to questions with structured output using AI search and synthesis. Use when you need factual answers with citations from web sources, or when you want to extract specific structured information in response to a query.
2026-01-05
providing-performance-optimization-advice.md
2
1 export providing-performance-optimization-advice
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to provide comprehensive, prioritized performance optimization recommendations for software projects. It is triggered when the user requests performance improvements, optimization suggestions, or asks for a performance review. The skill analyzes frontend, backend, and infrastructure aspects of the project to identify bottlenecks and anti-patterns. It then provides actionable advice, estimates potential performance gains, and suggests a phased implementation roadmap. Use this skill when the user mentions "optimize performance", "performance recommendations", "performance review", "improve speed", or asks about "bottlenecks".
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
plugin-architecture.md
2
1 export plugin-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プラグインアーキテクチャの専門スキル。レジストリパターン、動的ロード、依存性注入を活用し、拡張可能なシステム設計を提供する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 拡張性設計 / 目的: 柔軟性確保• Dependency Injection Principles and Practices (Mark Seemann) / 適用: DI設計 / 目的: 疎結合実現• Design Patterns: Elements of Reusable Object-Oriented Software (Gang of Four) / 適用: レジストリパターン / 目的: 型安全な登録管理Trigger:Use when designing plugin systems, implementing extension points, managing dynamic module loading, creating registry patterns, or building workflow engines with pluggable executors.plugin architecture, registry pattern, dependency injection, dynamic loading, extension points, workflow executor
2026-01-05
agent-deployment-pipeline.md
2
1 export agent-deployment-pipeline
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Implement CI/CD pipelines for AI agent deployment with evaluation gates. Use for GitHub Actions workflows, GitOps with ArgoCD, container image building, and automated testing. Triggers on "CI/CD", "pipeline", "GitHub Actions", "GitOps", "ArgoCD", "deployment automation", "continuous deployment", or when implementing safe agent release workflows.
2026-01-05