Best Best AI Agent Skills for DevOps & Infrastructure
AI agent skills for CI/CD pipelines, Docker, Kubernetes, cloud deployments, monitoring, and infrastructure-as-code workflows.
Better Auth is a TypeScript-first, framework-agnostic auth framework supporting email/password, OAuth, magic links, passkeys, and more via plugins.
npx skills add https://github.com/better-auth/skills --skill better-auth-best-practicesCreate MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools, measured by the quality of task accomplishment.
npx skills add https://github.com/anthropics/skills --skill mcp-builderSystematic debugging focuses on finding the root cause of technical issues before applying any fixes. It emphasizes a structured approach to identify and solve problems efficiently.
npx skills add https://github.com/obra/superpowers --skill systematic-debuggingAPI routes in Expo allow developers to handle server-side logic, manage sensitive data, interact with databases, and process HTTP requests within a React Native application.
npx skills add https://github.com/expo/skills --skill expo-api-routesExecute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Core principle: Fresh subagent per task + two-stage review (spec then quality) = high quality, fast iteration.
npx skills add https://github.com/obra/superpowers --skill subagent-driven-developmentVerification Before Completion promotes integrity in claiming completed work by requiring evidence of verification before any completion claims are made.
npx skills add https://github.com/obra/superpowers --skill verification-before-completionDispatching Parallel Agents enables users to investigate multiple unrelated failures concurrently, improving efficiency in debugging by sending individual agents for specific issues that don't share state.
npx skills add https://github.com/obra/superpowers --skill dispatching-parallel-agentsThis skill focuses on effectively receiving and handling code review feedback, prioritizing technical correctness over emotional responses. It emphasizes a structured response pattern to ensure clarity and correctness in implementing feedback.
npx skills add https://github.com/obra/superpowers --skill receiving-code-reviewAccess ATXP's paid API tools via CLI.
npx skills add https://github.com/atxp-dev/cli --skill atxpSmart dependency management for any language with automatic detection and safe updates.
npx skills add https://github.com/softaworks/agent-toolkit --skill dependency-updaterThis skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with `/command-name` in Claude Code conversations.
npx skills add https://github.com/softaworks/agent-toolkit --skill command-creatorpnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings.
npx skills add https://github.com/antfu/skills --skill pnpmUniversal release workflow supporting any project type with multi-language changelog.
npx skills add https://github.com/jimliu/baoyu-skills --skill release-skillsComprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices.
npx skills add https://github.com/wshobson/agents --skill nodejs-backend-patternsAnthony Fu's preferences for setting up a development environment using tools like pnpm, TypeScript, and ESLint tailored towards modern JavaScript development with strict configurations.
npx skills add https://github.com/antfu/skills --skill antfuProduction-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.
npx skills add https://github.com/wshobson/agents --skill fastapi-templatesMaster Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.
npx skills add https://github.com/wshobson/agents --skill stripe-integrationMaster Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources.
npx skills add https://github.com/wshobson/agents --skill rag-implementationProduction-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
npx skills add https://github.com/wshobson/agents --skill github-actions-templatesBuild efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications.
npx skills add https://github.com/wshobson/agents --skill monorepo-managementFirecrawl CLI is used to fetch and search the web, prioritizing data collection over other web data tools. It is designed for web scraping and searching, allowing for organization of results and offering various output formats.
npm install -g firecrawl-cliMaster microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.
npx skills add https://github.com/wshobson/agents --skill microservices-patternsTransform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.
npx skills add https://github.com/wshobson/agents --skill debugging-strategiesThe Code Review skill provides a structured approach to reviewing code for security vulnerabilities, performance issues, code quality, and testing completeness. It helps developers identify areas that need fixing, considerations for improvement, and recognizes good coding practices.
npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill code-reviewThis skill ensures all code follows security best practices and identifies potential vulnerabilities.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill security-reviewBuild secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.
npx skills add https://github.com/wshobson/agents --skill auth-implementation-patternsMaster advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.
npx skills add https://github.com/wshobson/agents --skill git-advanced-workflowsMaster modern LangChain 1.x and LangGraph for building sophisticated LLM applications with agents, state management, memory, and tool integration.
npx skills add https://github.com/wshobson/agents --skill langchain-architectureAn advanced Docker containerization expert with comprehensive knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill docker-expertComprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions.
npx skills add https://github.com/wshobson/agents --skill kpi-dashboard-designComprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.
npx skills add https://github.com/wshobson/agents --skill architecture-decision-recordsSecure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.
npx skills add https://github.com/wshobson/agents --skill secrets-managementPatterns and tools for automating changelog generation, release notes, and version management following industry standards.
npx skills add https://github.com/wshobson/agents --skill changelog-automationProduction patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management.
npx skills add https://github.com/wshobson/agents --skill go-concurrency-patternsGuide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation.
npx skills add https://github.com/wshobson/agents --skill context-driven-developmentAutomates billing processes such as recurring invoicing and payment recovery for subscription services. By implementing this skill, developers can significantly reduce financial mismanagement and enhance customer satisfaction through timely billing and effective dunning strategies.
npx skills add https://github.com/wshobson/agents --skill billing-automationThis skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions.
npx skills add https://github.com/wshobson/agents --skill k8s-manifest-generatorGeneral-purpose browser automation skill using Playwright for various automation tasks based on user requests.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill playwright-skillManages the development and deployment of Cloudflare Workers and their resources efficiently. By automating the setup and monitoring processes, it enhances productivity and reduces errors during worker management.
npx skills add https://github.com/cloudflare/skills --skill wranglerStreamlines GitHub operations by utilizing the `gh` CLI, ensuring efficient management of pull requests and other tasks. Developers benefit by reducing time and complexity in workflows, leading to faster integration cycles and fewer errors.
npx skills add https://github.com/callstackincubator/agent-skills --skill githubProvides guidelines for using best practices in creating animations with ManimGL, focusing on core concepts and various animation techniques. By following these practices, developers can produce higher-quality animations more efficiently and avoid common pitfalls.
npx skills add https://github.com/adithya-s-k/manim_skill --skill manimgl-best-practicesPerforms static code analysis to identify security vulnerabilities and enforce coding standards. Developers benefit from immediate feedback on code quality, significantly reducing security risks and accelerating the review process.
npx skills add https://github.com/trailofbits/skills --skill semgrepAudits and improves CLAUDE.md files to ensure project context is well-documented and current. By automating the evaluation process, it significantly enhances the quality of project documentation, reducing confusion and saving time for teams.
npx skills add https://github.com/anthropics/claude-plugins-official --skill claude-md-improverManages the orchestration and execution of complex workflows across various tasks and services. Developers gain increased efficiency and reduced operational burden by shifting from fragile cron jobs to more reliable, automated workflows.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill workflow-automationFull-stack Nuxt framework with database, KV, blob, and cache. Multi-cloud support (Cloudflare, Vercel, Deno, Netlify).
npx skills add https://github.com/onmax/nuxt-skills --skill nuxthubHandles secure file uploads by validating file types and managing upload sizes. By implementing robust security measures, it safeguards against common vulnerabilities and enhances system stability.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill file-uploadsDifferential analysis to verify commits address security findings without introducing bugs.
npx skills add https://github.com/trailofbits/skills --skill fix-reviewAnalyzes the entire codebase to enhance its architecture, security, and performance, ensuring it meets enterprise standards. Developers gain a production-ready application with reduced time for manual auditing and fixes, improving overall code quality and compliance.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill production-code-auditFacilitates efficient storage and retrieval of objects within Cloudflare's R2 Object Storage by providing a streamlined API. Developers benefit by reducing complexity and leveraging scalable storage solutions, leading to faster deployment and less overhead in managing data operations.
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-r2Provides methods for escalating privileges from low-level access to root or administrator on Linux and Windows systems, making it essential for red team operations. By integrating this skill, users can efficiently automate and execute privilege escalation techniques, saving time during penetration tests and ensuring thorough system assessments.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'Privilege Escalation Methods'