Replica
Turns a landing-page screenshot into an exact-hex, exact-Tailwind, copy-paste developer prompt for Bolt/Lovable/Cursor.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c1a007e
The actual prompt-generation template is rigorous and delivers exactly what it claims (hex codes, full box-shadows, animation tuples), but the bundled 'SCRIPTS FOLDER' it describes with specific capability claims (sync engine, RAG matcher, compression algorithm) is five ~18-line stub files whose methods are literally just `pass` — and one has a garbled non-ASCII syntax error (import path = pathlib mashed together with an invalid character) that would crash if anyone tried to run it.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Replica does
Replica converts a hero-section or landing-page screenshot (or a text description) into a structured, copy-paste-ready developer prompt with exact hex colors, Tailwind class strings, Framer Motion animation tuples, and file structure. It triggers when a user uploads a design screenshot/URL and wants it rebuilt precisely in an AI coding tool like Lovable, Bolt.new, Replit, Cursor, or v0.
How to install Replica
git clone https://github.com/Surya17155/Replica
mkdir -p ~/.claude/skills
cp -r Replica ~/.claude/skills/replica
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Replica
-
/replicaTurns a landing-page screenshot into an exact-hex, exact-Tailwind, copy-paste developer prompt for Bolt/Lovable/Cursor.
It also activates on plain-language prompts like these:
-
Turn this landing page screenshot into a Tailwind prompt for Bolt.new -
I described a hero section, now give me a Framer Motion build prompt -
Convert this design screenshot into exact hex colors and Tailwind classes
Frequently asked questions
- Is the Replica skill free?
- Yes. The skill itself is free from Surya17155/Replica. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Replica work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. The actual prompt-generation template is rigorous and delivers exactly what it claims (hex codes, full box-shadows, animation tuples), but the bundled 'SCRIPTS FOLDER' it describes with specific capability claims (sync engine, RAG matcher, compression algorithm) is five ~18-line stub files whose methods are literally just `pass` — and one has a garbled non-ASCII syntax error (import path = pathlib mashed together with an invalid character) that would crash if anyone tried to run it.
- What is the Replica SkillProof Score?
- 8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Replica?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Replica with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.