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.
The `browser-use` command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows.
npx skills add https://github.com/browser-use/browser-use --skill browser-useBetter 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-debuggingUse this skill for ALL networking work including API requests, data fetching, caching, or network debugging.
npx skills add https://github.com/expo/skills --skill native-data-fetchingAPI 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-managementComprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment.
npx skills add https://github.com/wshobson/agents --skill gitlab-ci-patternsStrategies and patterns for optimizing cloud costs across AWS, Azure, and GCP.
npx skills add https://github.com/wshobson/agents --skill cost-optimizationPatterns 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-patternsMaster major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches.
npx skills add https://github.com/wshobson/agents --skill dependency-upgradeComprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
npx skills add https://github.com/wshobson/agents --skill cqrs-implementationGuide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol that ensures quality throughout implementation.
npx skills add https://github.com/wshobson/agents --skill workflow-patternsSlash commands are Markdown files that Claude executes during interactive sessions, allowing for reusable workflows and efficient project management.
npx skills add https://github.com/anthropics/claude-code --skill Command DevelopmentComprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.
npx skills add https://github.com/wshobson/agents --skill bash-defensive-patternsConfigure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications.
npx skills add https://github.com/wshobson/agents --skill prometheus-configurationCross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management.
npx skills add https://github.com/wshobson/agents --skill memory-safety-patternsHooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows.
npx skills add https://github.com/anthropics/claude-code --skill Hook DevelopmentComprehensive guide for implementing NetworkPolicy, PodSecurityPolicy, RBAC, and Pod Security Standards in Kubernetes.
npx skills add https://github.com/wshobson/agents --skill k8s-security-policiesGuide 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-developmentComprehensive guide to building projections and read models for event-sourced systems.
npx skills add https://github.com/wshobson/agents --skill projection-patternsAutomates 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-automation