CLAUDE

CLAUDE is a command for coding agents from PackmindHub/packmind. It costs 0 tokens per session (357 once invoked), scanned A, original, Apache-2.0.

Project-specific instructions for the commands package, which manages multi-step coding commands, their versions, and deployment. They explain the package's old and new naming and warn against partially renaming internal references.

In plain words
What is it for?
Use them when editing command services, schemas, tests, types, or imports in the commands package.
Why use it?
They help avoid breaking database mappings, tests, logs, or other code when working in a package that still uses two names for the same concept.

Command

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/packmindhub/packmind/claude
Clone the repo
git clone --depth 1 https://github.com/PackmindHub/packmind

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 CLAUDE

README.md
[![agentmods](https://agentmods.dev/badge/commands/packmindhub/packmind/claude.svg)](https://agentmods.dev/commands/packmindhub/packmind/claude)
Your own site
<a href="https://agentmods.dev/commands/packmindhub/packmind/claude"><img src="https://agentmods.dev/badge/commands/packmindhub/packmind/claude.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 357 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.00357
Opus 5 $0.00000 $0.00179
Sonnet 5 $0.00000 $0.00071
Haiku 4.5 $0.00000 $0.00036

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

Security

Grade A, and why

CLAUDE 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 yesterday.

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.

packages/commands/CLAUDE.md · 29 lines

What it actually says

Commands Package

The "commands" domain — multi-step coding commands, their versions, and their deployment.

This package was renamed from recipes

The rename was never carried through the internals, so the same concept has two names depending on where you look. Expect this rather than treating it as a bug:

  • Types and public API use Command*Command, CommandVersion, createCommandId, CommandService, CommandVersionService, CommandSchema, commandsSchemas, CommandsHexa, CommandsAdapter.
  • Internals still say "recipe" — local variables, logger origins (e.g. const origin = 'RecipeService' in src/application/services/CommandService.ts), log messages, and TypeORM relation names such as inverseSide: 'recipe' in src/infra/schemas/CommandSchema.ts.
  • @packmind/recipes/test is still aliased to packages/commands/test/index.ts in tsconfig.base.json, alongside @packmind/commands/test.

Rules

  • Do not opportunistically rename the residue. It reaches into schemas, relation names and other packages; a partial rename breaks persistence in ways tests will not catch.
  • When editing an existing file, match the names already in it. Use Command* for anything new.
  • When searching this domain, grep for both spellings — grep -i recipe finds call sites that grep Command misses.

Shared package conventions (env tags, layout, /test subpath, branded IDs): ../CLAUDE.md

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. yesterday First seen · 29 lines · 0 tokens per session scan A cfe914b9b4be

Subscribe to this mod's changes

CLAUDE is a command published in the GitHub repository PackmindHub/packmind (308 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 357 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-03.