Browse and install Claude Skills to enhance your development workflow. Currently showing 396 skills.
This Claude Skill provides a decision framework and patterns for designing multi-cloud architectures across AWS, Azure, and GCP. It helps developers select and integrate the best services from different providers to build cloud-agnostic systems, avoid vendor lock-in, and leverage best-of-breed solutions. Use it when planning multi-cloud strategies, migrating workloads, or optimizing costs across platforms.
/plugin add https://github.com/camoneart/claude-code/tree/main/multi-cloud-architecture
This skill helps developers master ES6+ JavaScript features like async/await, destructuring, and functional programming patterns for writing clean, efficient code. It's ideal for refactoring legacy code, optimizing applications, and implementing modern asynchronous patterns. Use it to upgrade JavaScript syntax and adopt maintainable, performant coding practices.
/plugin add https://github.com/camoneart/claude-code/tree/main/modern-javascript-patterns
This skill helps developers build end-to-end MLOps pipelines that automate the complete machine learning lifecycle from data preparation to model deployment. It provides guidance for creating reproducible training workflows and implementing DAG-based orchestration for production ML systems. Use it when designing new ML pipelines, automating model training/deployment, or integrating ML components into production.
/plugin add https://github.com/camoneart/claude-code/tree/main/ml-pipeline-workflow
This Claude Skill helps developers design microservices architectures by providing patterns for service decomposition, event-driven communication, and resilience. Use it when building distributed systems, decomposing monoliths, or implementing microservices to establish proper service boundaries and manage distributed data.
/plugin add https://github.com/camoneart/claude-code/tree/main/microservices-patterns
This skill manages timecard punch-in/out operations through the `/dakoku` command for recording work hours. It handles commands like `in`, `out`, `break`, and `list` while supporting both Markdown and JSON file formats for data storage. The skill prioritizes TIME MCP Server for time retrieval but includes fallback options when unavailable.
/plugin add https://github.com/camoneart/claude-code/tree/main/managing-timecard
This Claude Skill manages implementation logs by creating and maintaining standardized Markdown files in the `_docs/templates/` directory. It automatically generates logs with consistent formatting when starting projects, completing implementations, or when users mention implementation logs. Key features include timestamp handling, kebab-case file naming, and structured templates covering design intent and side effects.
/plugin add https://github.com/camoneart/claude-code/tree/main/logging-implementation
The llm-evaluation skill enables developers to implement comprehensive testing for LLM applications using automated metrics, human feedback, and benchmarking. It is used to systematically measure performance, compare models and prompts, and detect regressions before deployment. This helps establish baselines, validate improvements, and build confidence in production AI systems.
/plugin add https://github.com/camoneart/claude-code/tree/main/llm-evaluation
This skill helps developers design LLM applications using the LangChain framework, focusing on agents, memory, and tool integration. It is essential for building autonomous AI agents, implementing complex multi-step workflows, and creating production-grade applications. The core capabilities include managing conversation state and integrating LLMs with external data sources and APIs.
/plugin add https://github.com/camoneart/claude-code/tree/main/langchain-architecture
This Claude Skill helps developers implement Kubernetes security policies for production environments. It provides guidance on NetworkPolicy for network isolation, RBAC for access control, and Pod Security Standards for pod security enforcement. Use it when securing clusters, implementing network segmentation, or enforcing security compliance.
/plugin add https://github.com/camoneart/claude-code/tree/main/k8s-security-policies
This Claude Skill generates production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following security best practices. Use it when creating new K8s resources or implementing production-grade configurations to ensure your YAML is well-structured and secure. It provides step-by-step guidance for generating these essential Kubernetes components.
/plugin add https://github.com/camoneart/claude-code/tree/main/k8s-manifest-generator
This skill provides comprehensive JavaScript/TypeScript testing strategies using Jest, Vitest, and Testing Library. It covers unit, integration, and end-to-end testing with mocking, fixtures, and TDD workflows. Use it when setting up test infrastructure, writing tests, or implementing TDD/BDD in your projects.
/plugin add https://github.com/camoneart/claude-code/tree/main/javascript-testing-patterns
This skill configures secure, high-performance networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when building hybrid architectures, connecting data centers to the cloud, or during gradual migrations. It provides capabilities for both cost-effective VPNs and high-throughput dedicated connections.
/plugin add https://github.com/camoneart/claude-code/tree/main/hybrid-cloud-networking
This skill provides comprehensive guidance for creating and managing Helm charts to template and package Kubernetes applications. It helps developers build production-ready charts from scratch, manage multi-environment deployments, and implement reusable configuration templates. Use it when packaging Kubernetes applications or setting up Helm chart repositories following best practices.
/plugin add https://github.com/camoneart/claude-code/tree/main/helm-chart-scaffolding
This skill enables developers to create and manage production-ready Grafana dashboards for real-time monitoring and observability. It helps visualize system metrics, application performance, and business KPIs from sources like Prometheus. Use it when building operational dashboards, implementing SLO monitoring, or tracking infrastructure health.
/plugin add https://github.com/camoneart/claude-code/tree/main/grafana-dashboards
This skill enables developers to implement GitOps workflows using ArgoCD and Flux for automated, declarative Kubernetes deployments. It provides guidance for setting up continuous reconciliation, managing multi-cluster deployments, and automating application deployments directly from Git. Use it when adopting GitOps practices or establishing declarative infrastructure management for Kubernetes.
/plugin add https://github.com/camoneart/claude-code/tree/main/gitops-workflow
This Claude Skill generates production-ready FastAPI project templates with async patterns and dependency injection. Use it when starting new FastAPI applications to quickly set up structured backend APIs with comprehensive error handling. It's ideal for building high-performance web services and microservices with proper testing and project organization.
/plugin add https://github.com/camoneart/claude-code/tree/main/fastapi-templates
This skill automates a comprehensive AI development workflow with structured planning, implementation, and a multi-layer review system using Sub-agents, Claude Code's `/review`, and CodeRabbit CLI. It handles automated fixes and PR creation, prioritizing issues from Critical to Low. Use it for implementing new features, large refactorings, security-critical development, or when a systematic approach is requested.
/plugin add https://github.com/camoneart/claude-code/tree/main/executing-ai-development-workflow
This Claude Skill enforces exclusive pnpm usage by automatically detecting and blocking npm/yarn commands during package installation, script execution, or dependency management. It intercepts prohibited commands like `npm install` or `npx` and provides corrected pnpm equivalents. The skill activates when users mention package managers or work with dependencies, ensuring consistent package management across the project.
/plugin add https://github.com/camoneart/claude-code/tree/main/enforcing-pnpm
This skill enforces semantic Git commit practices by ensuring proper file staging and prefix usage. It prevents bulk `git add -A` operations and requires focused, purpose-driven commits with appropriate semantic prefixes. Use it when committing code, managing Git history, or when users mention Git-related operations.
/plugin add https://github.com/camoneart/claude-code/tree/main/enforcing-git-commit-workflow
This skill implements distributed tracing using Jaeger and Tempo to track requests across microservices. It helps developers debug latency issues, identify performance bottlenecks, and understand service dependencies in distributed systems. Use it when analyzing request flows or implementing observability for microservices architectures.
/plugin add https://github.com/camoneart/claude-code/tree/main/distributed-tracing
This Claude Skill helps developers manage major dependency version upgrades with compatibility analysis and staged rollout strategies. It provides comprehensive testing approaches for handling breaking changes in frameworks and libraries. Use it when upgrading major versions, resolving dependency conflicts, or planning incremental upgrade paths.
/plugin add https://github.com/camoneart/claude-code/tree/main/dependency-upgrade
This skill provides production-ready templates for implementing core DeFi protocols including staking, AMMs, governance, and lending systems. Use it when building decentralized finance applications to accelerate development with battle-tested smart contract patterns. It includes essential functionality like reward distribution, automated market making, and flash loan integration.
/plugin add https://github.com/camoneart/claude-code/tree/main/defi-protocol-templates
This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses, implementing cost governance, and analyzing infrastructure spending. Use it when you need to downsize resources, manage multi-cloud costs, or meet budget constraints.
/plugin add https://github.com/camoneart/claude-code/tree/main/cost-optimization
This skill helps developers build automated billing systems for recurring payments and subscription management. It handles invoicing, dunning management, proration, and tax calculations for SaaS and subscription-based businesses. Use it when implementing subscription billing, automating invoice generation, or managing payment recovery workflows.
/plugin add https://github.com/camoneart/claude-code/tree/main/billing-automation