vibekit-add

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

A repository command that adds the shared VibeKit library to a JavaScript project's package.json at a chosen Git tag and shows the matching dependency record.

In plain words
What is it for?
Use it when a project starts using VibeKit and needs a specific release pinned in its dependencies.
Why use it?
It avoids manually editing the dependency and checking the correct version. It also refreshes the project's lockfile.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

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 a project starts using VibeKit and needs a specific release pinned in its dependencies.

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-add

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/randroids-dojo/skills/vibekit-add"><img src="https://agentmods.dev/badge/commands/randroids-dojo/skills/vibekit-add.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 532 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.00014 $0.00532
Opus 5 $0.00007 $0.00266
Sonnet 5 $0.00003 $0.00106
Haiku 4.5 $0.00001 $0.00053

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

Security

Grade A, and why

vibekit-add 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 5d 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-add.md · 36 lines

What it actually says

/vibekit add

Add @randroids-dojo/vibekit as a github: tag-pinned dependency in the current repo's package.json, and print the matching docs/DEPENDENCY_LEDGER.md entry.

When to use

In a project that consumes the VibeKit shared library and does NOT already have it pinned. After running this command, run /vibekit cookbook <module> for the wire-up patterns of any module the project uses.

How to invoke

bash ${CLAUDE_PLUGIN_ROOT}/scripts/add.sh [tag]

tag defaults to the latest published tag (resolved via gh api repos/Randroids-Dojo/VibeKit/releases/latest). Pass an explicit tag like v0.1.4 to pin to a specific release.

What the script does

  1. Confirms the repo has a package.json. Aborts with a hint if not.
  2. Reads the current @randroids-dojo/vibekit pin (if any). If already present and equal to the target tag, prints "already up to date" and exits.
  3. Resolves the target tag (passed argument or latest from GitHub).
  4. Edits package.json to set dependencies["@randroids-dojo/vibekit"] to github:Randroids-Dojo/VibeKit#<tag>. Creates the dependencies block if missing.
  5. Runs the project's lockfile-refresh command. Picks pnpm install, npm install, or yarn install based on which lockfile is present. Skipped with --no-install.
  6. Prints the boilerplate DEPENDENCY_LEDGER.md entry to paste into docs/DEPENDENCY_LEDGER.md (or whichever case the project uses; FrackingAsteroids uses Docs/). The script does NOT modify the ledger directly to avoid clobbering project-specific text in already-existing entries.
  7. Prints next steps: run pnpm type-check and any relevant tests; the kit's ./server modules are Node-only (do not import them from client code).

Output

A concise summary: target tag, package.json bump confirmation, install command run, and the ledger-entry boilerplate. The user pastes the ledger entry into their project's spiral ledger themselves.

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. 5d ago Changed · +6 lines · +14 tokens per session 34ac09d83a16
  2. 9d ago First seen · 30 lines · 0 tokens per session scan A ecf96f90fbd1

Subscribe to this mod's changes

vibekit-add is a command published in the GitHub repository Randroids-Dojo/skills (46 stars, last pushed 9d ago), licensed MIT. It adds 14 tokens to every session and 532 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.