add-entry

add-entry is a command for Claude Code from gosha70/code-copilot-team. It costs 0 tokens per session (303 once invoked), scanned A, original, MIT.

A command for adding a new terminology entry to the pack's TBX content file. TBX is an XML format used to exchange terminology data.

In plain words
What is it for?
It helps add sourced or defined terms and verify that Java and Python consumers receive the updated content.
Why use it?
It provides checks for unique entry IDs, version updates, schema validity, synchronized wrapper files, and passing tests.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/sync-content.sh.

Good fit It helps add sourced or defined terms and verify that Java and Python consumers receive the updated content.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/gosha70/code-copilot-team
agentmods
npx agentmods add commands/gosha70/code-copilot-team/add-entry

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/gosha70/code-copilot-team/add-entry.svg)](https://agentmods.dev/commands/gosha70/code-copilot-team/add-entry)
Your own site
<a href="https://agentmods.dev/commands/gosha70/code-copilot-team/add-entry"><img src="https://agentmods.dev/badge/commands/gosha70/code-copilot-team/add-entry.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 303 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.00000 $0.00303
Opus 5 $0.00000 $0.00151
Sonnet 5 $0.00000 $0.00061
Haiku 4.5 $0.00000 $0.00030

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

Security

Grade A, and why

add-entry 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 3d 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.

shared/templates/domain-pack/commands/add-entry.md · 28 lines

What it actually says

/add-entry

Add a new entry to the pack content.

Procedure

  1. Open content/data.tbx (or the active content file declared in content/manifest.yaml).
  2. Append a new <termEntry id="t-NNNN"> block. Pick a fresh id — never reuse an existing one. Consumers may pin to it.
  3. Fill in <term>, <termNote type="partOfSpeech">, <descrip type="definition">. If you have a verifiable source, add a <descrip type="source"> line.
  4. If this is the first content change since the last release, bump the minor version in content/manifest.yaml (additive change). If you are removing or renaming an entry, bump the major version instead.
  5. Run schema validation locally:
    xmllint --noout content/data.tbx
    
  6. Sync into both wrappers and run their test suites:
    bash scripts/sync-content.sh
    (cd jvm-wrapper && ./gradlew test)
    (cd python-wrapper && pytest)
    
  7. Commit with a message that includes the entry id and the version bump.

Refuse to merge if

  • An existing entry's id was reused.
  • The manifest version was not bumped.
  • Either wrapper's test suite fails.
  • The schema validator fails.
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. 3d ago First seen · 28 lines · 0 tokens per session scan A fed21df8694f

Subscribe to this mod's changes

add-entry is a command published in the GitHub repository gosha70/code-copilot-team (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 303 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.