metrics-reporter
Installation
SKILL.md
Skill: metrics-reporter
Purpose
Record agentic task completion by writing a per-event JSON file to .agents/events/. This pattern avoids Git merge conflicts and supports multi-agent coordination.
When to use
Call this skill as the LAST step of any task or sub-task.
Steps
-
Prepare Directory: Ensure the daily directory exists.
EVENT_DIR=".agents/events/$(date -u +%Y/%m/%d)" mkdir -p "${EVENT_DIR}"