Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-ui-review

The mindforge-ui-review skill evaluates existing frontend code across six design pillars (visual hierarchy, typography, color harmony, spacing consistency, component cohesion, and accessibility compliance), generating a scored assessment document. Use this when auditing implemented UI to identify design gaps, ensure brand consistency, or establish baseline improvement targets before refactoring.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-ui-review && cp -r /tmp/mindforge-ui-review/.agent/skills/mindforge-ui-review ~/.claude/skills/mindforge-ui-review
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<objective>
Conduct a retroactive 6-pillar visual audit. Produces UI-REVIEW.md with
graded assessment (1-4 per pillar). Works on any project.
Output: {phase_num}-UI-REVIEW.md
</objective>

<execution_context>
@.agent/workflows/mindforge-ui-review.md
@.agent/references/ui-brand.md
</execution_context>

<context>
Phase: $ARGUMENTS — optional, defaults to last completed phase.
</context>

<process>
Execute @.agent/workflows/mindforge-ui-review.md end-to-end.
Preserve all workflow gates.
</process>