Cinematic UI
Picks a director and a specific film, then translates its visual grammar into site structure, tokens, and motion.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ff4b9e4
Given the same brief (a noir fraud-detection SaaS hero), a plain prompt produced the default dark-gradient-hero-plus-glass-card that every 'premium dark SaaS' request produces; following the skill instead pulled David Fincher/Se7en straight out of its 200-director table and turned 'desaturated teal, deep shadows, scan lines' into an actual evidence-board hero concept with named hex tokens and an explicit list of banned defaults.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Cinematic UI does
A four-phase design workflow (decisions -> storyboard -> compiled spec -> build) that names a real director/film to anchor color, typography, composition, and motion instead of generic 'premium SaaS' defaults, with a large reference library of directors, hero archetypes, camera shots, and color grades. Triggers on explicit requests for a cinematic, movie-style, director-inspired, or film-genre (noir, sci-fi, thriller, etc.) site, including Chinese-language requests; explicitly opts out of generic web design asks.
How to install Cinematic UI
git clone https://github.com/akseolabs-seo/cinematic-ui
cd cinematic-ui
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/cinematic-ui
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Cinematic UI
-
/cinematic-uiPicks a director and a specific film, then translates its visual grammar into site structure, tokens, and motion.
It also activates on plain-language prompts like these:
-
Design a movie-poster-style landing page for my sci-fi startup -
I want a film-noir aesthetic homepage for my detective app -
Give my SaaS hero section a David Fincher, thriller kind of feel
Frequently asked questions
- Is the Cinematic UI skill free?
- Yes. The skill itself is free from akseolabs-seo/cinematic-ui. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Cinematic UI work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Given the same brief (a noir fraud-detection SaaS hero), a plain prompt produced the default dark-gradient-hero-plus-glass-card that every 'premium dark SaaS' request produces; following the skill instead pulled David Fincher/Se7en straight out of its 200-director table and turned 'desaturated teal, deep shadows, scan lines' into an actual evidence-board hero concept with named hex tokens and an explicit list of banned defaults.
- What is the Cinematic UI SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Cinematic UI?
- 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 Cinematic UI 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.