cinematic-ui

作者 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。研究真實電影語言、轉譯成頁面敘事與構圖。不是風格選單,是導演工作流。

114
Stars
16
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 cinematic-ui 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情