cinematic-ui

by akseolabs-seoVerified

A reasoning-first cinematic web design skill. Makes AI think like a film director — research a real film, extract its visual language, translate it into page narrative and composition. Not a style picker. A director's workflow. 讓 AI 像電影導演一樣思考的網站設計 Skill。研究真實電影語言、轉譯成頁面敘事與構圖。不是風格選單,是導演工作流。

114
Stars
16
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/akseolabs-seo/cinematic-ui

Getting Started

Guides for using skills like cinematic-ui.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Cinematic UI

Cinematic UI Banner

A cross-agent skill for designing websites using a director-and-film research workflow.

繁體中文 · 简体中文

MIT License Claude Code Codex


Demo

No references provided. No instructions given. Director and film picked at random. Single-pass output.


What It Is

cinematic-ui is a skill package for AI coding agents (Claude Code, Codex, Cursor, Windsurf, Gemini, Copilot). It guides the agent through a structured workflow for building websites:

  1. Pick a director and a specific film
  2. Research that film's visual language (cinematography, lighting, rhythm, material)
  3. Translate the research into web artifacts: decisions.md, storyboard.md, compiled-spec.md
  4. Implement HTML / CSS / JS from the spec

The film is research input, not a spec sheet. The agent's job is to extract structural patterns from cinema and translate them into layout, composition, motion, and typography.


Workflow

PhaseWorkOutput
Phase 1Start questionnaire, choose director + film, uniqueness audit, researchdecisions.md
Phase 2Site-wide cinematic grammar, per-page scene thesis, signature compositionstoryboard.md
Phase 3Camera, interaction, composition, texture, typography per storyboardcompiled-spec.md
Phase 4Implement, add reduced-motion + responsive, run anti-garbage checksHTML / CSS / JS

Phase 2 internal order is fixed: site-wide grammar → per-page thesis → per-page composition → shared system.


Supported Tools

ToolEntry FileInstall Path
Claude CodeCLAUDE.md~/.claude/skills/cinematic-ui
Codex / ChatGPTCODEX.md$CODEX_HOME/skills/cinematic-ui
Cursor.cursor/rules/cinematic-ui.mdcAuto-loaded on clone
Windsurf.windsurf/rules/cinematic-ui.mdAuto-loaded on clone
GitHub Copilot.github/copilot-instructions.mdAuto-loaded on clone
Gemini / AntigravityGEMINI.mdRead at project startup
Cross-toolAGENTS.mdUniversal reference

Installation

Claude Code

Windows:

git clone https://github.com/akseolabs-seo/cinematic-ui "$env:USERPROFILE\.claude\skills\cinematic-ui"

macOS / Linux:

git clone https://github.com/akseolabs-seo/cinematic-ui ~/.claude/skills/cinematic-ui

Invoke with /cinematic-ui inside Claude Code.

Codex / ChatGPT

git clone https://github.com/akseolabs-seo/cinematic-ui $CODEX_HOME/skills/cinematic-ui

Cursor / Windsurf / GitHub Copilot

git clone https://github.com/akseolabs-seo/cinematic-ui

The relevant rule files are already in place. No additional config needed.


Suggested Prompt

Use cinematic-ui to build a homepage.
Pick the director and film yourself.
Research the director and film first if web access is available.
Run the Demo Uniqueness Protocol.
Do not reuse shells from previous demos.

References Library

All reference data lives in references/, organized by phase. Load only what the current phase needs.

Core Rule Files

FilePurpose
references/library-index.mdWhich files to read per phase
references/premium-calibration.mdSelf-check after director brief
references/anti-garbage.mdCommon AI design degradation patterns
references/anti-convergence.mdHash-based selection to prevent repeated shells
references/implementation-guardrails.mdPhase 3–4 build rules
references/reference-protocol.mdHow to decompose a reference site without copying
references/output-templates.mdStandard format templates per phase

Data Libraries

FileContents
references/data/directors-200.md200+ directors with films and visual style
references/data/hero-archetypes.md30 hero skeletons
references/data/narrative-beats.md25 narrative beats + 18 director arc templates
references/data/section-functions.md50 functional section types
references/data/section-archetypes.md91+ section skeletons
references/data/dna-index.tsvDesign DNA index of 1,486 sites
references/data/design-dna-db.txtSite-level DNA data
references/data/camera-shots-50.md55 entrance and reveal behaviors
references/data/interaction-effects-50.md55+ hover / click / scroll interactions
references/data/compositions.md80 layout compositions
references/data/visual-elements.md40 visual decoration elements
references/data/background-techniques.md50+ hero background techniques
references/data/typography-cinema.md40+ text treatments
references/data/color-grades.md40+ film palette to UI token translations
references/data/font-moods.md30+ font pairings by tone
references/data/textures.md30+ surface techniques

Repository Structure

cinematic-ui/
├── SKILL.md                        ← main skill logic
├── skill.json                      ← universal skill manifest
├── CLAUDE.md                       ← Claude Code
├── AGENTS.md                       ← cross-tool shared reference
├── CODEX.md                        ← Codex / ChatGPT
├── GEMINI.md                       ← Gemini / Antigravity
├── .cursor/rules/                  ← Cursor rules (auto-loaded)
├── .windsurf/rules/                ← Windsurf rules (auto-loaded)
├── .github/copilot-instructions.md ← GitHub Copilot (auto-loaded)
├── agents/openai.yaml              ← OpenAI skill metadata
├── docs/                           ← banner, demo assets
└── references/
    ├── library-index.md
    ├── premium-calibration.md
    ├── anti-garbage.md
    ├── anti-convergence.md
    ├── implementation-guardrails.md
    ├── reference-protocol.md
    ├── output-templates.md
    └── data/                       ← 18 design data libraries

Contributing

See CONTRIBUTING.md.

License

MIT. See LICENSE.

Frequently Asked Questions

What is cinematic-ui?

cinematic-ui is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by akseolabs-seo. A reasoning-first cinematic web design skill. Makes AI think like a film director — research a real film, extract its visual language, translate it into page narrative and composition. Not a style picker. A director's workflow. 讓 AI 像電影導演一樣思考的網站設計 Skill。研究真實電影語言、轉譯成頁面敘事與構圖。不是風格選單,是導演工作流。. It has 114 GitHub stars.

Is cinematic-ui safe to use?

Yes. cinematic-ui passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install cinematic-ui?

Clone the repository with "git clone https://github.com/akseolabs-seo/cinematic-ui" and add it to your Claude Code skills directory (see the Installation section above). cinematic-ui ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

Are there alternatives to cinematic-ui?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cinematic-ui against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details