Monitor use when deploying monitoring stacks including Prometheus, Grafana, and Datadog. Trigger with phrases like "deploy monitoring stack", "setup prometheus", "configure grafana", or "install datadog agent". Generates production-ready configurations with metric collection, visualization dashboards, and alerting rules.
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill deploying-monitoring-stacks78
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-crafted skill description that excels across all dimensions. It provides specific capabilities (monitoring stack deployment, configuration generation), explicit trigger phrases that match natural user language, and clear tool-specific terminology that distinguishes it from other skills. The description uses proper third-person voice throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'deploying monitoring stacks', 'Generates production-ready configurations with metric collection, visualization dashboards, and alerting rules'. Names specific tools (Prometheus, Grafana, Datadog). | 3 / 3 |
Completeness | Clearly answers both what (deploying monitoring stacks, generating configurations with metrics, dashboards, alerting) AND when (explicit 'Trigger with phrases like...' clause with specific examples). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger phrases users would say: 'deploy monitoring stack', 'setup prometheus', 'configure grafana', 'install datadog agent'. These are realistic user requests. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused on monitoring/observability tools with distinct triggers. Specific tool names (Prometheus, Grafana, Datadog) and monitoring-specific terminology make it unlikely to conflict with other skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill provides useful starting configurations for Prometheus/Grafana deployment but suffers from organizational issues (duplicate sections, boilerplate) and incomplete actionability. The workflow lacks explicit validation steps critical for production monitoring deployments, and the instructions are too abstract compared to the concrete output examples.
Suggestions
Add specific CLI commands for each instruction step (e.g., 'kubectl apply -f prometheus.yaml' with expected output verification)
Include validation checkpoints in the workflow: 'After deploying Prometheus, verify with: kubectl port-forward svc/prometheus 9090 && curl localhost:9090/api/v1/targets'
Remove duplicate '## Overview' section and boilerplate text ('This skill provides automated assistance...')
Complete the Kubernetes manifests with required components (Service, PersistentVolumeClaim, ConfigMap volume mounts) or explicitly note what's omitted
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Contains some unnecessary boilerplate ('This skill provides automated assistance...') and redundant overview sections. The prerequisites section explains concepts Claude would know, but the core configurations are reasonably efficient. | 2 / 3 |
Actionability | Provides concrete YAML/JSON configurations that are mostly executable, but the instructions section is vague ('Select Platform', 'Deploy Collectors') without specific commands. The Kubernetes manifests are incomplete (missing volume mounts, service definitions). | 2 / 3 |
Workflow Clarity | Steps are listed but lack validation checkpoints. For a deployment workflow involving production systems, there's no explicit verification between steps (e.g., 'verify Prometheus is scraping before creating dashboards'). The 'Test Monitoring' step is too vague. | 2 / 3 |
Progressive Disclosure | References external resources and example directories, but the skill itself is somewhat monolithic with inline configurations. The duplicate '## Overview' section mid-document suggests poor organization. Could better separate platform-specific configs into referenced files. | 2 / 3 |
Total | 8 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.