vibekit-cookbook

vibekit-cookbook is a command for Claude Code from Randroids-Dojo/skills. It costs 10 tokens per session (378 once invoked), scanned A, original, MIT.

A command that displays the usage cookbook for VibeKit, a shared JavaScript library of reusable modules. The cookbook contains imports, small examples, and common combinations or pitfalls for each module.

In plain words
What is it for?
Use it when adding VibeKit's joystick, history, effects, random-number, math, storage, or server modules to a project.
Why use it?
It puts the practical integration instructions in one short reference instead of requiring developers to infer usage from the library's README.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the vibekit plugin — 1 skill, 2 commands shipped together

Good fit Use it when adding VibeKit's joystick, history, effects, random-number, math, storage, or server modules to a project.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Randroids-Dojo/skills
Claude Code
/plugin install vibekit

Made for: Claude Code.

Or install vibekit, the plugin that ships this one along with the rest of its 1 skill, 2 commands.

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 vibekit-cookbook

README.md
[![agentmods](https://agentmods.dev/badge/commands/randroids-dojo/skills/vibekit-cookbook/github.svg)](https://agentmods.dev/commands/randroids-dojo/skills/vibekit-cookbook)
Your own site
<a href="https://agentmods.dev/commands/randroids-dojo/skills/vibekit-cookbook"><img src="https://agentmods.dev/badge/commands/randroids-dojo/skills/vibekit-cookbook/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 vibekit-cookbook

Your own site · 80×15
<a href="https://agentmods.dev/commands/randroids-dojo/skills/vibekit-cookbook"><img src="https://agentmods.dev/badge/commands/randroids-dojo/skills/vibekit-cookbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 378 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.00010 $0.00378
Opus 5 $0.00005 $0.00189
Sonnet 5 $0.00002 $0.00076
Haiku 4.5 $0.00001 $0.00038

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

Security

Grade A, and why

vibekit-cookbook 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 6d 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.

plugins/vibekit/commands/vibekit-cookbook.md · 46 lines

What it actually says

/vibekit cookbook

Surface the per-module usage cookbook for @randroids-dojo/vibekit.

When to use

When wiring a specific kit module into a consuming project (joystick, editor-history, confetti, rng, math, storage, server kv/sign/rate-limit) and the kit's own README needs the "how to compose this in a Next.js / React project" view.

How to invoke

Without arguments:

cat ${CLAUDE_PLUGIN_ROOT}/docs/cookbook.md

With a module name (joystick, editor-history, confetti, rng, math, storage, kv, sign, rate-limit):

awk -v m="$MODULE" 'BEGIN{p=0} /^## /{p=($2==m)?1:0} p' ${CLAUDE_PLUGIN_ROOT}/docs/cookbook.md

The cookbook is plain Markdown; reading it is enough. The slash command wrapper just makes it discoverable.

Sections in the cookbook

Each module gets a section with: one-line pitch, import line, minimal usage example, common compositions / gotchas. Sections are ordered to match the kit's index.ts re-exports plus the ./server subpath:

  • ## joystick
  • ## editor-history
  • ## confetti
  • ## rng
  • ## math
  • ## storage
  • ## kv (server-only)
  • ## sign (server-only)
  • ## rate-limit (server-only)

The cookbook is intentionally short. It documents wire-up patterns, not the API surface (the kit's README does that).

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. 6d ago Changed · +6 lines · +10 tokens per session acc1f8f9fef3
  2. 11d ago First seen · 40 lines · 0 tokens per session scan A 0d0cd210830c

Subscribe to this mod's changes

vibekit-cookbook is a command published in the GitHub repository Randroids-Dojo/skills (46 stars, last pushed 11d ago), licensed MIT. It adds 10 tokens to every session and 378 once invoked, about $0.0001 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.