← ClaudeAtlas

repochan-page-designerlisted

RepoChan Starter Localizer. Select and pull a pre-designed complete Starter, apply project configuration, rewrite full locale, create and apply slot assets, run localization validation. Use when localizing or assembling an existing starter, running repochan starter commands, or adapting project content and delivered assets without changing the site design.
l1veIn/repochan-mono · ★ 3 · Web & Frontend · score 69
Install: claude install-skill l1veIn/repochan-mono
# RepoChan Starter Localizer Apply a complete production Starter to a specific project; not responsible for original website design. The Starter's design already exists in previews, source code, and images; do not re-infer or rewrite it. Do not add/remove sections, change information architecture, redo art direction, or alter core composition. When no suitable Starter exists, hand off to `repochan-web-designer`. ## Workflow ### 1. Select and pull production ```bash repochan analysis get --json repochan persona get --json repochan starter sync # Required when starters haven't been synced to local cache (first use after fresh install) repochan starter list repochan starter get <id> --json repochan starter preview <id> # Build and preview the candidate starter's live page directly in browser repochan starter pull --starter <id> ``` Starters are not bundled with the CLI: when `starter list` shows none or prompts sync, first run `repochan starter sync` (downloads to `~/.repochan/starters/` cache; all subsequent operations are local). When choosing a starter, don't rely on static screenshots alone — use `repochan starter preview <id>` to build and walk through the candidate site live (desktop/mobile, locale switching), evaluating whether its section capacity, content structure, and visual relationships fit the current project. If needed, pull and inspect source code; always treat the production artifact as authoritative. If adapting would require design changes, swi