Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Governance metrics dashboard — coverage by category, cross-reference density, compliance readiness, and project comparison across all working projects
You are producing a governance metrics dashboard for all working projects in the repo. The hook has already done all the computation — your job is to render it cleanly.
This is a read-only diagnostic command. No files are written.
$ARGUMENTS
(No arguments — graph-report always scans every working project under projects/, excluding 000-global.)
The hook scans every working project and computes:
| Section | Meaning |
|---|---|
| Project Comparison | One row per project: artifact count, cross-reference count, density, compliance readiness |
| Coverage by Category | Per-project matrix of how many doc types are present in each category (Discovery, Planning, Architecture, Governance, Compliance, …) |
| Compliance Readiness | Per-project list of which HIGH-severity doc types are present and which are missing |
| Cross-Reference Density | Edges per artifact — a proxy for traceability strength |
The hook delivers this as a structured pre-processor block (## Graph Report Pre-processor Complete (hook)).
npx skills add tractorjuice/arc-kit --skill arckit-graph-reportHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.