Visual reports
Lessons that would normally return plain text instead render as a structured report: a PASS or FAIL verdict at the top, a breakdown by criteria, and a one-line fix for anything that did not pass.
A parent skill you install once into your AI agent. After that, every DxDev lesson renders as a visual PASS/FAIL report instead of a wall of text, and each result is saved as a persistent memory your agent can reference later.
Lessons that would normally return plain text instead render as a structured report: a PASS or FAIL verdict at the top, a breakdown by criteria, and a one-line fix for anything that did not pass.
After each lesson run, the verdict and key findings are written to a memory file your agent can consult on future tasks. You stop re-teaching the same patterns.
The /dxdev skill is the entry point for the whole skill set. It wires in /brief, /lesson, and /read so they work together with shared context.
You do not need this skill to use DxDev lessons. Bare lessons work fine on their own. The /dxdev skill adds the visual layer and memory on top; it is an enhancement, not a requirement.
Renders a status-page summary of current work as an HTML visual. Useful when a reply gets dense.
/lessonLoads and runs a DxDev lesson on demand. Returns structured criteria and a plain-text verdict.
/readToken-efficient file reader. Greps first, reads targeted ranges second, and avoids pulling whole files into context.
The skill is in private early access while we refine the memory format and report renderer. Leave your email and we will send you the install instructions when your spot opens.