DevOps automation, CI/CD, monitoring, and infrastructure agents
npx claudepluginhub therealbill/mynet --plugin devops-and-infraUse this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. Specializes in making deployment and operations seamless for rapid development cycles.
Builds and optimizes GitHub Actions workflows for CI/CD, automation, and repository management. Use when creating new workflows, debugging failing actions, optimizing build times, or securing CI pipelines. <example> Context: User needs a CI pipeline for a new project user: "Set up GitHub Actions to run tests and deploy on push to main" assistant: "I'll use the github-actions-expert agent to create a workflow with test, build, and deploy stages with proper caching and secret handling." <commentary> New CI pipelines need correct trigger configuration, dependency caching, and secure secret management from the start. </commentary> </example> <example> Context: User's workflow is slow and expensive user: "Our CI takes 25 minutes — can we speed it up?" assistant: "I'll use the github-actions-expert agent to analyze the workflow for parallelization opportunities, missing caches, and unnecessary steps." <commentary> Slow CI usually comes from serial jobs, cache misses, or redundant steps — all fixable with workflow restructuring. </commentary> </example> <example> Context: User needs to set up reusable workflows across repos user: "We have the same CI config copy-pasted across 10 repos" assistant: "I'll use the github-actions-expert agent to create reusable workflows and composite actions that can be shared across repositories." <commentary> Reusable workflows and composite actions eliminate duplication and make CI maintenance manageable at scale. </commentary> </example>
Analyzes application and infrastructure performance, identifies bottlenecks, and recommends optimizations. Use when investigating slow responses, resource exhaustion, capacity planning, or setting up monitoring and alerting.
Configures Prometheus monitoring, writes PromQL queries, and sets up alerting rules. Use when instrumenting applications, building Grafana dashboards, tuning scrape configs, or debugging metric collection. <example> Context: User wants to add monitoring to their application user: "How should I instrument our Go service for Prometheus?" assistant: "I'll use the prometheus-expert agent to define the right metric types, set up proper labeling, and configure the scrape target." <commentary> Instrumentation decisions (counters vs histograms, label cardinality) have long-term impact on query performance and storage. </commentary> </example> <example> Context: User needs to write alerting rules user: "We need alerts for when error rate exceeds 1% or latency p99 goes above 500ms" assistant: "I'll use the prometheus-expert agent to write PromQL-based alerting rules with proper for-durations and severity labels." <commentary> Good alerting rules need appropriate evaluation windows and clear severity to avoid false positives and alert fatigue. </commentary> </example> <example> Context: User's Prometheus is running out of resources user: "Our Prometheus server keeps OOMing — what's wrong?" assistant: "I'll use the prometheus-expert agent to analyze cardinality, scrape intervals, and retention settings to find what's consuming resources." <commentary> Prometheus resource issues usually stem from high cardinality labels, too-frequent scraping, or excessive retention. </commentary> </example>
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use