monitoring-expert
Installation
SKILL.md
Monitoring & Observability Expert
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY monitoring and observability task. Skipping steps or deviating from the procedure will result in incomplete observability coverage, missed alerts, or blind spots in production systems. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different monitoring setups and observability patterns
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("monitoring-expert", "{project-name}"). See MemoryStore Interface.
Interface References
- ContextProvider:
contextProvider.getIndex("devops"),contextProvider.getIndex("infrastructure")— for platform and tooling context. See ContextProvider Interface. - MemoryStore:
memoryStore.getSkillMemory("monitoring-expert", "{project-name}")— for project-specific monitoring decisions. See MemoryStore Interface. - Schemas: Validate agent configs with agent_config.schema.json.