cinematic-website-prime-directive

cinematic-website-prime-directive is a skill for Claude Code from heymegabyte/claude-skills. It costs 113 tokens per session (3,341 once invoked), scanned A, original, no licence file.

A detailed recipe for turning one written request into a polished, working website. It focuses on React and Vite by default, with support for progressive web apps, search-result metadata, and outside services.

In plain words
What is it for?
Use it to generate and deploy a React/Vite website from a short prompt, while covering the listed app, metadata, testing, and integration requirements.
Why use it?
It sets a broad checklist for website quality so important areas such as testing, installability, and search information are considered during a single-prompt build.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter. Also seen: model in frontmatter.

Part of the claude-skills plugin — 29 skills, 53 commands, 26 agents shipped together

Good fit Use it to generate and deploy a React/Vite website from a short prompt, while covering the listed app, metadata, testing, and integration requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add heymegabyte/claude-skills --skill 16-cinematic-website-prime-directive
Clone the repo
git clone --depth 1 https://github.com/heymegabyte/claude-skills

Made for: Claude Code.

Or install claude-skills, the plugin that ships this one along with the rest of its 29 skills, 53 commands, 26 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cinematic-website-prime-directive

README.md
[![agentmods](https://agentmods.dev/badge/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive/github.svg)](https://agentmods.dev/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive)
Your own site
<a href="https://agentmods.dev/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive"><img src="https://agentmods.dev/badge/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cinematic-website-prime-directive

Your own site · 80×15
<a href="https://agentmods.dev/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive"><img src="https://agentmods.dev/badge/skills/heymegabyte/claude-skills/16-cinematic-website-prime-directive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.03341
Opus 5 $0.00056 $0.01670
Sonnet 5 $0.00023 $0.00668
Haiku 4.5 $0.00011 $0.00334

Measured 12d ago against content hash 98a1862cc285, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cinematic-website-prime-directive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

16-cinematic-website-prime-directive/SKILL.md · 189 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 189 lines · 113 tokens per session scan A 98a1862cc285

Subscribe to this mod's changes

cinematic-website-prime-directive is a skill published in the GitHub repository heymegabyte/claude-skills (21 stars, last pushed yesterday), with no licence file. It adds 113 tokens to every session and 3,341 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

ambience-skill

Layer A ambience-and-typographic-motion reference anchored to the react-bits catalog (reactbits.dev). Stacks on any style skill whenever work adds a hero atmosphere, an animated or shader background, a typographic reveal (split, blur, shimmer, typewriter, count-up, marquee), scroll storytelling, or card surface…

code-yeongyu/oh-my-openagent · 132 tokens

tailwind-theme-builder

Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme…

jezweb/claude-skills · 98 tokens

shadcn-ui

Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding…

jezweb/claude-skills · 77 tokens

frontend-ux-engineer

Use for frontend features, Next.js/React/Vue/Svelte UI, accessibility, responsive layout, design polish, state handling, forms, visual QA, or product workflow improvements.

DominikTobureto/awesome-grok-build · 42 tokens

Accessibility Audit Helper

Reviews UI code and components for WCAG 2.1 accessibility violations and provides specific fixes.

Notysoty/openagentskills · 23 tokens