creative-rendering-audit

creative-rendering-audit is a skill for Codex from memi-design/design-skills. It costs 41 tokens per session (753 once invoked), scanned A, original, MIT.

A read-only review method for visual effects made with shaders, GPU rendering, dithering, particles, or similar techniques. It checks whether the effect matches its intended look and works correctly across performance, accessibility, fallback, and licensing concerns.

In plain words
What is it for?
Use it to review rendering source, test fixed frames and reduced-motion paths, check unsupported-device fallbacks, capture errors, profile realistic content, and report verified findings.
Why use it?
It exposes visual, device, performance, accessibility, and evidence gaps before an effect is treated as complete. It also distinguishes tested findings from conclusions based only on reading code.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review rendering source, test fixed frames and reduced-motion paths, check unsupported-device fallbacks, capture errors, profile realistic content, and report verified findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/memi-design/design-skills/creative-rendering-audit
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 memi-design/design-skills --skill creative-rendering-audit
Clone the repo
git clone --depth 1 https://github.com/memi-design/design-skills

Made for: Codex.

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 creative-rendering-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/memi-design/design-skills/creative-rendering-audit/github.svg)](https://agentmods.dev/skills/memi-design/design-skills/creative-rendering-audit)
Your own site
<a href="https://agentmods.dev/skills/memi-design/design-skills/creative-rendering-audit"><img src="https://agentmods.dev/badge/skills/memi-design/design-skills/creative-rendering-audit/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 creative-rendering-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/memi-design/design-skills/creative-rendering-audit"><img src="https://agentmods.dev/badge/skills/memi-design/design-skills/creative-rendering-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 753 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 original 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.00041 $0.00753
Opus 5 $0.00020 $0.00377
Sonnet 5 $0.00008 $0.00151
Haiku 4.5 $0.00004 $0.00075

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

Security

Grade A, and why

creative-rendering-audit 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 9d 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.

skills/creative-rendering-audit/SKILL.md · 80 lines

How it starts

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

Creative Rendering Audit

Audit the supplied implementation and rendered behavior. Keep the audit read-only unless the user separately authorizes fixes.

Workflow

  1. Establish the intended visual behavior, target platforms, supported hardware, quality tiers, fallback, and user-facing acceptance criteria.
  2. Map the rendering path from host inputs to shader stages, textures, render targets, compositing, and final presentation.
  3. Gather evidence:
    • Read shader and host-language source with file and line anchors.
    • Capture compilation, validation, and device-loss messages.
    • Exercise deterministic frames with a fixed seed and clock.
    • Compare the full effect, reduced-motion path, unsupported-renderer path, and static fallback.
    • Profile realistic content at the stated resolution on named hardware.
  4. Review every dimension in references/audit-rubric.md.
  5. Use references/platform-evidence.md for surface-specific evidence and failure modes.
  6. Reproduce or directly observe every high-severity finding. Mark code-only inferences as hypotheses.
  7. Report missing evidence as unassessed. Do not award a pass for a dimension that could not be tested.

Scoring

Score only verified evidence.

Dimension Points
Visual intent and interaction fit 15
Coordinate, sampling, color, and alpha correctness 20
Dither and temporal stability 15
Performance and resource bounds 20
Accessibility, fallback, and failure behavior 20
Provenance, licensing, and reproducible evidence 10

Apply these caps:

  • Missing or incompatible source or asset license: maximum 49.
  • No accessible or unsupported-renderer fallback: maximum 69.
  • No rendered runtime evidence: maximum 79.
  • No named-device performance evidence for an animated effect: maximum 89.

Include a confidence value derived from assessed points divided by 100. Unknown dimensions score zero and lower confidence.

Read the full file on GitHub · 80 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 80 lines · 41 tokens per session scan A 6b3538df7c2e

Subscribe to this mod's changes

creative-rendering-audit is a skill published in the GitHub repository memi-design/design-skills (7 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 753 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

animejs-animation-v2

Anime.js Animation Skill workflow skill. Use this skill when the user needs Advanced JavaScript animation library skill for creating complex, high-performance web animations and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

diegosouzapw/awesome-omni-skills · 55 tokens

a11y-audit

Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…

greglas75/zuvo · 147 tokens

avkit

Create media playback experiences using AVKit. Use when adding video players with AVPlayerViewController, enabling Picture-in-Picture, routing media with AirPlay, using SwiftUI VideoPlayer views, configuring transport controls, displaying subtitles and closed captions, or integrating AVFoundation playback with system…

dpearson2699/swift-ios-skills · 60 tokens

paperkit

Add drawings, shapes, and a consistent markup experience using PaperKit. Use when integrating PaperMarkupViewController for markup editing, adding shape recognition, working with PaperMarkup data models, embedding markup tools in document editors, or building annotation features that need the system-standard markup…

dpearson2699/swift-ios-skills · 65 tokens

photokit

Implement, review, or improve photo picking, camera capture, and media handling in iOS apps using PhotoKit and AVFoundation. Use when working with PhotosPicker, PHPickerViewController, camera capture sessions (AVCaptureSession), photo library access, image loading and display, video recording, or media permissions.…

dpearson2699/swift-ios-skills · 94 tokens

musickit

Integrate Apple Music playback, catalog search, and Now Playing metadata using MusicKit and MediaPlayer. Use when adding music search, Apple Music subscription flows, queue management, playback controls, remote command handling, or Now Playing info to iOS apps.

dpearson2699/swift-ios-skills · 54 tokens