kit

kit is a command for Claude Code from Generous-Corp/pulp. It costs 0 tokens per session (814 once invoked), scanned A, original, MIT.

A tool for searching, inspecting, validating, and applying Pulp kit files and archives. A kit is a packaged project building block that may add files or change project structure.

In plain words
What is it for?
Use it to validate and inspect kits, create an application plan, verify file hashes, and apply approved source, UI, template, or native-component artifacts.
Why use it?
It lets developers review proposed files, capabilities, licences, and changes before modifying a project or running untrusted package code.

Command for Claude Code

Part of the pulp plugin — 63 skills, 30 commands, 3 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/generous-corp/pulp/kit
Clone the repo
git clone --depth 1 https://github.com/Generous-Corp/pulp

Made for: Claude Code.

Or install pulp, the plugin that ships this one along with the rest of its 63 skills, 30 commands, 3 hooks, 1 MCP server.

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 kit

README.md
[![agentmods](https://agentmods.dev/badge/commands/generous-corp/pulp/kit.svg)](https://agentmods.dev/commands/generous-corp/pulp/kit)
Your own site
<a href="https://agentmods.dev/commands/generous-corp/pulp/kit"><img src="https://agentmods.dev/badge/commands/generous-corp/pulp/kit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 814 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00814
Opus 5 $0.00000 $0.00407
Sonnet 5 $0.00000 $0.00163
Haiku 4.5 $0.00000 $0.00081

Measured today against content hash ebe90f88f2af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kit 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 today.

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.

.claude/commands/kit.md · 61 lines

What it actually says

/kit

Search, inspect, plan, approve, and apply local Pulp kit manifests or .pulpkit archives.

Use this for Pulp-native source, UI, template, validation, graph, and native-component artifacts that should be reviewed before project mutation.

Why it matters:

  • developers can share real Pulp building blocks instead of copy-pasted examples;
  • users see capabilities, licenses, files, and project changes before approval;
  • agents can inspect and plan without running untrusted package code.

Keep curated dependency packages on pulp add <name>. Use pulp kit when the artifact may transform project structure, install files, or introduce executable source. .pulpkit archives must include files.sha256.json; every payload file must be listed there and hashes must match before validation, planning, verification, apply, or publish dry-run.

Common commands:

pulp kit validate <path>
pulp kit search <query> --root <dir> --lane kit --json
pulp kit search <query> --root <dir> --lane content --json
pulp kit validate <path> --json
pulp kit inspect <path> --json
pulp kit plan <path> --project <dir> --json
pulp kit verify <path> --project <dir> --json
pulp kit verify <path> --project <dir> --execute-screenshots --json
pulp kit apply <path> --project <dir> --yes
pulp kit remove <kit-id> --project <dir> --yes
pulp kit pack <path> --output <file> --json
pulp kit publish <path> --dry-run --json
pulp kit publish <path> --dry-run --registry-manifest <file> --json
pulp kit init --kind source --id com.example.my-kit --dir ./my-kit

Workflow:

  1. Validate or inspect the manifest.
  2. Plan to preview project changes.
  3. Verify declared validation profiles after reviewing the plan.
  4. Apply only after explicit approval.
  5. Remove only from constrained lock-recorded kit ownership.

Trust rules:

  • metadata commands never run package CMake, JavaScript, scripts, dynamic libraries, remote search, or content installers;
  • archives must include files.sha256.json, and every payload file must be listed and hash-matched before the manifest is trusted;
  • validation checks manifest shape, licenses, Pulp/C++ requirements, known Pulp module dependencies, and declared evidence hashes before plan/apply;
  • content-pack manifests can be searched, validated, and inspected, but pulp kit plan/apply/publish rejects them; use pulp content ...;
  • apply writes only owned files and records the reviewed manifest digest in .pulp/kits.lock.json;
  • remove deletes only constrained lock-recorded kit paths under pulp-kits/<kit-id>/... plus known generated lock/CMake files.

Prefer structured authoring provenance. authoring.createdBy.type should be human, agent, or mixed; agent-created packages are not publish-ready until authoring.humanReview.reviewed is true.

Developer notes:

  • pulp kit search is local discovery only; it never fetches and never makes a result trusted.
  • Template kits need validation.generatedProjectDiffs before pulp create --template <kit-dir>.
  • UI kits need screenshot evidence. Run pulp kit verify after plan review; use --execute-screenshots only when rendered artifacts are explicitly needed.
  • After apply, use pulp_use_kit_ui(...) only when the developer chooses to attach the reviewed script/tokens/assets.
  • Graph/native kits must surface exported fixtures/files, platform claims, and realtime claims before apply. Verification must not load dynamic libraries.
  • Signed node-pack kits must not claim iOS/AUv3 support.
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. today First seen · 61 lines · 0 tokens per session scan A ebe90f88f2af

Subscribe to this mod's changes

kit is a command published in the GitHub repository Generous-Corp/pulp (16 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 814 tokens. 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-09-04.