Browse and install Claude Skills to enhance your development workflow. Currently showing 625 skills.
This Claude Skill automatically selects the optimal search tool based on your query's intent, whether you need web results, local files, business locations, or specific data. It intelligently routes requests to the most appropriate MCP, such as Brave Search, Firecrawl, or Desktop Commander. Use this skill whenever you need to search for information to ensure you get the best results for your specific context.
/plugin add https://github.com/camoneart/claude-code/tree/main/searcher
This skill helps developers configure SAST tools like Semgrep, SonarQube, and CodeQL to automate security scanning within CI/CD pipelines. It provides guidance for setting up scans, creating custom rules, and optimizing performance to reduce false positives. Use it when implementing DevSecOps practices or setting up automated vulnerability detection in your codebase.
/plugin add https://github.com/camoneart/claude-code/tree/main/sast-configuration
This skill helps developers upgrade React applications to modern versions and migrate class components to functional components with hooks. It provides guidance for adopting concurrent features, applying automated codemods, and modernizing state management patterns. Use it when updating React codebases, migrating to hooks, or adopting React 18+ features.
/plugin add https://github.com/camoneart/claude-code/tree/main/react-modernization
This skill enables developers to implement Retrieval-Augmented Generation (RAG) systems using vector databases and semantic search. It's designed for building knowledge-grounded AI applications like document Q&A systems and chatbots that require factual accuracy. The implementation focuses on reducing LLM hallucinations by grounding responses in external knowledge sources.
/plugin add https://github.com/camoneart/claude-code/tree/main/rag-implementation
This skill provides advanced prompt engineering patterns to optimize LLM performance and reliability in production applications. It covers techniques like few-shot learning, structured reasoning, and template creation for developers building with Claude Code. Use it when designing complex prompts, improving output consistency, or creating reusable prompt templates.
/plugin add https://github.com/camoneart/claude-code/tree/main/prompt-engineering-patterns
This skill helps developers set up and configure Prometheus for comprehensive metrics collection, storage, and monitoring. Use it when implementing metric scraping, creating alerting rules, or establishing a full monitoring infrastructure for applications and systems. It provides guidance on key features like service discovery, recording rules, and integration with AlertManager.
/plugin add https://github.com/camoneart/claude-code/tree/main/prometheus-configuration
This Claude skill guides developers through the Test-Driven Development workflow using the Red-Green-Refactor cycle. It activates when developing features, fixing bugs, or when TDD is mentioned, managing the entire development flow according to TDD best practices. The skill supports creating test lists, writing failing tests first, implementing minimal code to pass tests, and refactoring while maintaining test integrity.
/plugin add https://github.com/camoneart/claude-code/tree/main/practicing-tdd
This skill enables manual installation of Claude Code plugin components when the official `/plugin install` command fails. It provides diagnostic tools to verify plugin installation status and extract/install sub-agents, commands, and skills directly. Use it when plugins don't load despite successful installation messages or when troubleshooting plugin installation issues.
/plugin add https://github.com/camoneart/claude-code/tree/main/plugin-fallback-installer
This Claude Skill helps developers implement PCI DSS compliance requirements for secure payment processing systems. It provides guidance for handling cardholder data, implementing encryption and tokenization, and preparing for compliance audits. Use this skill when building payment systems or conducting PCI DSS assessments.
/plugin add https://github.com/camoneart/claude-code/tree/main/pci-compliance
This PayPal integration skill enables developers to implement payment processing for e-commerce applications. It supports key PayPal features including Express Checkout, subscription management, and refund workflows. Use this when building checkout flows or handling online transactions with PayPal's payment products.
/plugin add https://github.com/camoneart/claude-code/tree/main/paypal-integration
This skill provides comprehensive patterns for building production-ready Node.js backend services using Express/Fastify. It covers middleware, error handling, authentication, database integration, and API design best practices. Use it when creating REST APIs, GraphQL backends, or microservices architectures.
/plugin add https://github.com/camoneart/claude-code/tree/main/nodejs-backend-patterns
This skill helps developers implement ERC-721 and ERC-1155 NFT standards, handling metadata, minting, and marketplace integration. Use it when creating NFT contracts, building marketplaces, or developing digital asset systems. It covers key features like soulbound tokens, royalties, and dynamic NFTs.
/plugin add https://github.com/camoneart/claude-code/tree/main/nft-standards
This skill provides Next.js best practices for App Router, Server Components, and caching strategies. It activates during Next.js development, feature implementation, or when migrating to Next.js 16. Use it for architectural reviews, performance optimization, and applying modern patterns including the latest updates.
/plugin add https://github.com/camoneart/claude-code/tree/main/nextjs-basic-principle
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