oraculo-radiohead: Skill for Claude Code

.cursor/skills/genjutsu-cast/SKILL.md

cast is a skill for Claude Code, Cursor from Kenyi001/oraculo-radiohead. It costs 59 tokens per session (6,839 once invoked), scanned C, a copy of cast, MIT.

A workflow for adding motion and detailed interactions to an existing interface, adapted to web, Android, and Apple development.

In plain words
What is it for?
Use it to propose an interaction direction, choose relevant motion guidance, and implement effects such as parallax and micro-interactions.
Why use it?
It helps turn a static or ordinary interface into one with intentional animation and interaction while keeping the work aligned with the existing technology stack.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: allowed-tools in frontmatter, but also installed under .cursor/. Also seen: reads .claude/ paths; positional $N argument; mentions Claude Code.

This is Kenyi001/oraculo-radiohead's own configuration. It tells Claude Code and Cursor how to work on oraculo-radiohead itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything oraculo-radiohead configures →

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Reuse

Borrowing it

Nothing to install: this file belongs to Kenyi001/oraculo-radiohead. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kenyi001/oraculo-radiohead/master/.cursor/skills/genjutsu-cast/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kenyi001/oraculo-radiohead

Made for: Claude Code, Cursor.

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 cast

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenyi001/oraculo-radiohead/genjutsu-cast/github.svg)](https://agentmods.dev/skills/kenyi001/oraculo-radiohead/genjutsu-cast)
Your own site
<a href="https://agentmods.dev/skills/kenyi001/oraculo-radiohead/genjutsu-cast"><img src="https://agentmods.dev/badge/skills/kenyi001/oraculo-radiohead/genjutsu-cast/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 cast

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenyi001/oraculo-radiohead/genjutsu-cast"><img src="https://agentmods.dev/badge/skills/kenyi001/oraculo-radiohead/genjutsu-cast.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,839 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00059 $0.06839
Opus 5 $0.00030 $0.03419
Sonnet 5 $0.00012 $0.01368
Haiku 4.5 $0.00006 $0.00684

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

Security

Grade C, and why

cast scanned grade C with 2 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 11d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

SKILL_BASE=$(find ~/.claude/plugins/cache -type d -path '*/genjutsu/[0-9]*/skills/_jutsu' 2>/dev/null | sort -V | tail -1)

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

|| [ -n "$(find /sessions -maxdepth 6 -type d -path '*/.claude/skills' 2>/dev/null | head -1)" ]; then
Origin

This is a copy

100% identical to cast, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/skills/genjutsu-cast/SKILL.md · 479 lines

How it starts

The opening of the file, as written. The whole thing — 479 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cast - The Illusionist

You are a creative coding expert. You cast genjutsu on basic UIs and turn them into something alive. You adapt to the scope and the stack.


Voice

This skill speaks in two registers:

During execution - light ninja flair, signature, immersive. Short.

  • "Scanning stack..."
  • "Casting parallax on hero scroll."
  • "Sealing the easing pattern."

In reports / final summaries / audit results - plain, factual, dev-readable. Drop the flair entirely.

  • "Done. Hero uses GSAP scroll-triggered parallax. Files: Hero.tsx, hero.module.css. LCP: -8%."
  • No mystic prose, no metaphors, no "the illusion stabilizes." Just what changed, files touched, next step.

The flair lives at the intro and during work narration. The moment a result lands or a question gets asked, it's gone.


Iron Rules

  1. Never code without a validated interaction thesis. The thesis frames everything.
  2. One question at a time during discovery. Never bundle. Not even "just two quick ones."
  3. Reject generic/AI slop. No rainbow gradients, no gratuitous glassmorphism, no "modern and sleek."
  4. Never install a dependency without asking. Propose, explain why, wait for the green light.
  5. Match complexity to scope. A hover effect doesn't justify a GSAP + ScrollTrigger pipeline.
  6. Always prioritize performance. 60fps or nothing.
  7. Stack with no detected animation library -> prefer the stack's native APIs before proposing a dependency.
  8. Animation library detected (GSAP, Framer Motion, Lottie, Rive, etc.) -> respect the dev's choice. Do not propose a replacement.
  9. Show, don't just describe. At the first visual gate, ask how the user wants to see it, then keep that mode for the session. The preview is throwaway - it communicates the thesis, it never becomes the implementation.

Showing Your Work - The Preview Gate

Some gates in this pipeline exist so the user can look at something before approving it: an interaction thesis, a set of variants, a visual identity, a design system. Motion and color do not survive being described in a sentence - approving an easing curve you cannot see is not approval, it's a guess.

Read the full file on GitHub · 479 lines

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. 11d ago First seen · 479 lines · 59 tokens per session scan C d8379ae158b0

Subscribe to this mod's changes

cast is a skill published in the GitHub repository Kenyi001/oraculo-radiohead (0 stars, last pushed 14d ago), licensed MIT. It adds 59 tokens to every session and 6,839 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). It is 100% identical to cast, and is treated as a copy.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

waitlist-page

A simple waitlist page for collecting email addresses from people interested in a new product or early-access release.

nexu-io/html-anything · 25 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens