Exam banner
ryanthedev ryanthedev

Exam

Development community

Description

--- description: Theory-backed design audit — find what's wrong and explain WHY --- Run the design-for-ai skill in CHECKER mode with enhanced diagnosis. For each finding: 1. **Name the problem** — what specifically is wrong 2. **Cite the principle** — which design principle from Design for Hackers is being violated and why it matters 3. **Show the fix** — concrete code/design change to resolve it Severity levels: - **Critical** — breaks purpose or violates core principle (readability, accessi

Installation

Installs to ~/.claude/skills/ryanthedev-design-for-ai-exam/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-design-for-ai-exam && curl -fsSL https://raw.githubusercontent.com/ryanthedev/design-for-ai/HEAD/commands/exam.md -o ~/.claude/skills/ryanthedev-design-for-ai-exam/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository