tokovo: Skill for Claude Code

.skills/tokovo-authoring/SKILL.md

tokovo-authoring is a skill for Claude Code, Codex from nishit-g/tokovo. It costs 45 tokens per session (612 once invoked), scanned A, original, MIT.

Authoring guidance for Tokovo, a TypeScript monorepo for deterministic shows that run inside simulated phones. A monorepo is one repository containing multiple related software packages.

In plain words
What is it for?
Use it when creating or reviewing Tokovo episodes, app simulators, device systems, camera work, audio cues, overlays, documentation, or render workflows.
Why use it?
It keeps authored episodes, device behavior, camera direction, audio, overlays, and assets consistent and reproducible across renders.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

This is nishit-g/tokovo's own configuration. It tells Claude Code and Codex how to work on tokovo 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 tokovo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nishit-g/tokovo. 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/nishit-g/tokovo/master/.skills/tokovo-authoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nishit-g/tokovo

Made for: Claude Code, 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 tokovo-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/nishit-g/tokovo/tokovo-authoring/github.svg)](https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring)
Your own site
<a href="https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring"><img src="https://agentmods.dev/badge/skills/nishit-g/tokovo/tokovo-authoring/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 tokovo-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring"><img src="https://agentmods.dev/badge/skills/nishit-g/tokovo/tokovo-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 612 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00045 $0.00612
Opus 5 $0.00023 $0.00306
Sonnet 5 $0.00009 $0.00122
Haiku 4.5 $0.00005 $0.00061

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

Security

Grade A, and why

tokovo-authoring 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 13d 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/tokovo-authoring/SKILL.md · 67 lines

How it starts

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

Tokovo Authoring

Use this skill for Tokovo repo work. Tokovo is a deterministic TypeScript monorepo for multi-device shows that happen inside phones.

Core Rules

  • Same authored input and same frame must produce the same runtime state and render output.
  • Code is the source of truth: episodes, snapshots, views, device state, camera, audio, overlays, backgrounds, and catalogs live in checked-in TypeScript.
  • App packages own app semantics. Do not move snapshot/view/reducer/layout/anchor behavior into the compiler or renderer.
  • Runtime registration must be explicit. Missing plugins, anchors, catalogs, or assets should fail loudly.
  • Camera work should use semantic anchors. Avoid one-off DOM geometry and render-pixel guesses.
  • Sound, voice, background, overlay, and render decisions should be declared in episode data.
  • Multi-device episodes should intentionally direct focus across devices.
  • Do not commit generated renders, local outputs, caches, secrets, or env files unless they are intentional docs showcase assets.

First Files To Read

  • AGENTS.md for repo-wide agent instructions.
  • README.md for public positioning and quickstart commands.
  • docs/ARCHITECTURE.md for package boundaries.
  • docs/V1_STABILITY.md for release readiness.
  • docs/CAMERA_V1_REFERENCE.md for camera authoring.
  • apps/docs/app/showcase/page.mdx for current showcase episodes.

Common Commands

pnpm validate
pnpm -s typecheck:solution
pnpm --filter @tokovo/episodes test
pnpm --filter video-runner typecheck

For release-oriented changes:

pnpm verify:release

Preview and render:

pnpm --filter video-runner dev
EPISODE_ID=v2-creator-series-showcase pnpm --filter video-runner render:fast

Episode Workflow

  1. Add or edit a *.episode.ts file under packages/episodes/src.
  2. Define metadata with defineEpisode.
  3. Use the code-first episode builder for devices, snapshots, views, app tracks, camera, audio, overlays, and device tracks.
  4. Register the episode in the release or studio catalog.
  5. Run pnpm validate.
  6. Preview in apps/video-runner.
  7. Render at least one real pass before treating camera/layout changes as done.

Read the full file on GitHub · 67 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. 13d ago First seen · 67 lines · 45 tokens per session scan A a987f09b1e09

Subscribe to this mod's changes

tokovo-authoring is a skill published in the GitHub repository nishit-g/tokovo (87 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 612 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-30.