Skills

Agent skills that install into Claude Code, Cursor, VS Code, or any agent that supports the skills protocol. Each one carries context, commands, and quality bars so repeated tasks stay consistent across projects.

Built and maintained by Manish — opinionated defaults for the full design-to-ship loop.

Vibe to Prod

Audit a repo for production readiness and fix what's missing — CI/CD, security, monitoring, docs, and structure. Bridges vibe-coded projects toward ship-ready engineering.

$ npx skills add Manish-UXUI/vibe-to-prod -y
View repo ↗

Design Review

Audit screens or codebases against 11 design-integrity dimensions — drift, AI slop, off-brand patterns, and missing states. Reports findings by severity and can realign work to your system.

$ npx skills add manish-uxai/design-review -y
View repo ↗

Design Playground

Experiment with UI ideas in a sandbox before committing to production code. Useful for trying layouts, motion, and component variations with agent assistance.

$ npx skills add manish-uxai/playground@design-playground -y
View repo ↗

Setup

Scaffold a production-ready frontend harness — Vite, React, TypeScript, Tailwind, and shadcn/ui — from scratch or from a Figma Make export. Run once per project.