neuro-page-redesign

Generates structured page redesign plans from code analysis and reference screenshots.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/webdevarif/claude-skills --skill neuro-page-redesign-webdevarif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuro-page-redesign
Source: https://github.com/webdevarif/claude-skills/tree/main/neuro-page-redesign
Command: npx skills add https://github.com/webdevarif/claude-skills --skill neuro-page-redesign-webdevarif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Redesigning a UI page usually requires many rounds of back-and-forth to agree on layout, fields, and components. This Skill analyzes the current page code and any reference screenshots to produce a complete, one-shot redesign plan for approval before any code is written. ## Core Features & Use Cases - Project Stack Analysis: Reads CLAUDE.md, package.json, UI exports, icons, hooks, types, and API clients to ground the plan in the project's actual component library. - 5-Pass Screenshot Analysis: Systematically extracts layout, UI components, data fields, typography, and interactions from reference screenshots. - Structured Redesign Plan: Outputs layout structure, section-to-component mapping, field tables, change lists, and missing data needs — then stops and waits for explicit approval. - Use Case: You attach a screenshot of a competitor's dashboard and say "redesign this page". The Skill inspects your current page.tsx, maps every element to your component library, and presents a full plan you can approve or adjust before implementation. ## Quick Start Attach a reference screenshot and ask the assistant to redesign the current page and present a plan before writing any code.

Frequently Asked Questions about neuro-page-redesign

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redesign a React page from a reference screenshot?

Attach the screenshot and ask for a page redesign. The Skill analyzes your current page code and the screenshot across five passes (layout, components, fields, typography, interactions), then presents a structured plan mapping every element to your component library before any code is written.

How to plan a UI overhaul without writing code first?

Use a plan-first workflow: the Skill reads your project stack and current page, then outputs layout structure, section tables, field mappings, and change lists. It explicitly stops after the plan and only implements after you approve it.

Does the redesign plan work with my existing component library?

Yes. The Skill reads your project's CLAUDE.md, package.json, UI exports, icons, hooks, and types first, then maps every UI element in the screenshot to your actual components rather than generic HTML.

What happens if the screenshot shows features my codebase lacks?

Missing features are flagged in a dedicated "Missing Data / New Needs" section of the plan, listing required hooks, API endpoints, types, database columns, or icons so you can decide before implementation.

When should I not use a screenshot-based redesign plan?

Avoid it when you need immediate code output without review, or when no visual reference exists and requirements are purely functional. The Skill is designed for plan-then-approve workflows, not direct implementation.