runs-index
OfficialKeep your run history up-to-date.
AuthorEffortlessMetrics
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the structured tracking of development run statuses, eliminating the manual effort and inconsistencies associated with keeping project progress visible and auditable. It ensures your .runs/index.json is always current.
Core Features & Use Cases
- Deterministic Index Updates: Safely updates
status,last_flow, andupdated_atfields within.runs/index.jsonfor a givenrun_id. - Stable Diffs: Ensures consistent ordering and minimal changes to the index file, making version control clear and manageable.
- Controlled Writes: Only modifies specific, designated fields, preserving other run metadata owned by other agents.
- Use Case: At the conclusion of each SDLC flow (e.g., after "Signal cleanup"), automatically update the
index.jsonto reflect the latest status (e.g., "VERIFIED") and the last completed flow for a specific run, providing real-time project visibility and audit trails.
Quick Start
Update the index.json for run 'feat-auth' to status 'VERIFIED' after the 'signal' flow, using the current timestamp generated by the 'time now' command.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: runs-index Download link: https://github.com/EffortlessMetrics/demo-swarm/archive/main.zip#runs-index Please download this .zip file, extract it, and install it in the .claude/skills/ directory.