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.
npx agentmods add instructions/salesforcecommercecloud/b2c-developer-tooling/agents-mdgit clone --depth 1 https://github.com/SalesforceCommerceCloud/b2c-developer-toolingWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02254 | $0.02254 |
| Opus 5 | $0.01127 | $0.01127 |
| Sonnet 5 | $0.00451 | $0.00451 |
| Haiku 4.5 | $0.00225 | $0.00225 |
Grade A, and why
b2c-developer-tooling AGENTS.md 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
B2C CLI
This is a monorepo project with the following packages:
./packages/b2c-cli- the command line interface built with oclif./packages/b2c-tooling-sdk- the SDK/library for B2C Commerce operations; supports the CLI and can be used standalone./packages/b2c-dx-mcp- Model Context Protocol server; also built with oclif./packages/b2c-vs-extension- VS Code extension (not published to npm; packaged as VSIX and versioned via git tags)./docs- documentation site (private@salesforce/b2c-dx-docsworkspace package; not published to npm)
Common Commands
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Build specific package
pnpm --filter @salesforce/b2c-cli run build
pnpm --filter @salesforce/b2c-tooling-sdk run build
# Dev mode for CLI (uses source files directly)
pnpm --filter @salesforce/b2c-cli run dev
# or using convenience script
./cli
Commands for Coding Agents
These commands produce condensed output optimized for AI coding agents:
# Run tests (minimal output - only failures + summary)
pnpm run test:agent
# Run tests for specific package
pnpm --filter @salesforce/b2c-cli run test:agent
pnpm --filter @salesforce/b2c-tooling-sdk run test:agent
# Lint (errors only, no warnings); Be sure to run lint before committing or writing a changeset
pnpm run lint:agent
# Type-check (single-line errors, no color)
pnpm run typecheck:agent
# Format check (lists only files needing formatting)
pnpm run -r format:check
Verbose Commands (Debugging/CI)
Use these for detailed output during debugging or in CI pipelines:
# Run tests with full output and coverage
pnpm run test
# Run tests for specific package
pnpm --filter @salesforce/b2c-cli run test
pnpm --filter @salesforce/b2c-tooling-sdk run test
# Format code with prettier
pnpm run -r format
# Lint with full output
pnpm run -r lint
Copyright Header
All TypeScript source files must include this exact copyright header block:
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.
- 2d ago First seen · 205 lines · 2,254 tokens per session scan A d6f10ea738ec
b2c-developer-tooling AGENTS.md is an instructions file published in the GitHub repository SalesforceCommerceCloud/b2c-developer-tooling (53 stars, last pushed 3d ago), licensed Apache-2.0. It adds 2,254 tokens to every session, about $0.0113 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.
Other instructions, from other repositories
ios-simulator-skill CLAUDE.md
Instructions for conorluddy/ios-simulator-skill, covering claude.md - developer guide, project overview, project structure, architecture patterns and pattern 1: class-based script design.
modernstack-saas AGENTS.md
Instructions for joachimchauvet/modernstack-saas, covering project guidelines, core technologies, key conventions, svelte best practices and high-level principles.
innoshop CLAUDE.md
Claude Code instructions for innocommerce/innoshop, covering claude.md, commit rules, project overview, development commands and php/laravel.
agent-tail CLAUDE.md
Instructions for gillkyle/agent-tail, covering claude.md, project overview, packages, tech stack and commands.
modernstack-saas CLAUDE.md
Instructions for joachimchauvet/modernstack-saas, a project described as: A modern SaaS template/boilerplate built with SvelteKit, Convex, Better Auth, and shadcn-svelte. Includes subscriptions, auth, user & admin dashboard, user settings, and more.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.