> deploying-monitoring-stacks
This skill deploys monitoring stacks, including Prometheus, Grafana, and Datadog. It is used when the user needs to set up or configure monitoring infrastructure for applications or systems. The skill generates production-ready configurations, implements best practices, and supports multi-platform deployments. Use this when the user explicitly requests to deploy a monitoring stack, or mentions Prometheus, Grafana, or Datadog in the context of infrastructure setup.
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/monitoring-stack-deployer?format=md"Overview
This skill empowers Claude to automate the deployment of comprehensive monitoring solutions. It simplifies the setup of Prometheus, Grafana, and Datadog, ensuring best practices and production-ready configurations.
How It Works
- Configuration Gathering: Claude gathers the specific requirements for the monitoring stack, including the desired platform and tools.
- Stack Generation: Based on the requirements, Claude generates the necessary configuration files and deployment scripts for the selected monitoring stack.
- Deployment Instructions: Claude provides clear, step-by-step instructions for deploying the generated configuration to the target environment.
When to Use This Skill
This skill activates when you need to:
- Deploy a new monitoring stack (Prometheus, Grafana, Datadog).
- Configure an existing monitoring stack.
- Generate production-ready monitoring configurations.
Examples
Example 1: Setting up Prometheus and Grafana on Kubernetes
User request: "I need to set up Prometheus and Grafana on my Kubernetes cluster to monitor my application."
The skill will:
- Generate Kubernetes manifests for deploying Prometheus and Grafana.
- Provide instructions for configuring Prometheus to scrape application metrics and Grafana to visualize them.
Example 2: Deploying Datadog Agent
User request: "Deploy Datadog agent to monitor our servers."
The skill will:
- Generate configuration files for the Datadog agent based on the target environment.
- Provide instructions for installing and configuring the Datadog agent on the specified servers.
Best Practices
- Security: Always follow security best practices when deploying monitoring stacks, including using secure credentials and limiting access to sensitive data.
- Scalability: Design your monitoring stack to be scalable to handle increasing data volumes and traffic.
- Documentation: Thoroughly document your monitoring setup, including configuration details and deployment procedures.
Integration
This skill works seamlessly with other Claude Code skills for infrastructure provisioning and application deployment. It can be integrated into automated CI/CD pipelines for continuous monitoring.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.