your-skill-name
GitHub提供Grafana监控技能模板,涵盖概述、核心概念(如PromQL示例)、常见模式及最佳实践。用于指导AI掌握Grafana特定知识,避免重复解释通用编程概念,并建议将详细参考材料移至独立文件以保持简洁。
Trigger Scenarios
Install
npx skills add grafana/skills --skill your-skill-name -g -y
SKILL.md
Frontmatter
{
"name": "your-skill-name",
"description": "Clear description of what this skill does and when to use it. Use when the user asks about X or wants to work with Y. Include specific trigger phrases so agents auto-load it correctly. Max 1024 characters.\n"
}
Your Skill Title
Overview
Brief introduction to what this skill covers. Focus on Grafana-specific knowledge — don't explain general programming concepts the AI already knows well.
Key Concepts
Document the important concepts, patterns, or syntax. Code examples are more effective than prose.
# Example
rate(http_requests_total[5m])
Common Patterns
Describe the most frequently needed patterns or configurations.
Best Practices
- List recommendations specific to this skill's domain
- Include common pitfalls to avoid
Keep SKILL.md under 500 lines. Move detailed reference material to
references/files and link to them from here. See agentskills.io/specification.
Version History
- b583762 Current 2026-07-06 00:36


