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

  1. Prepare Directory: Ensure the daily directory exists.

    EVENT_DIR=".agents/events/$(date -u +%Y/%m/%d)"
    mkdir -p "${EVENT_DIR}"
    
Installs
1
GitHub Stars
10
First Seen
Jun 12, 2026
metrics-reporter — d-oit/rust-2026-template