teamctl CLAUDE.md

teamctl CLAUDE.md is an instructions file for Claude Code from Alireza29675/teamctl. It costs 1,225 tokens per session, scanned A, original, MIT.

Repository instructions for teamctl, a Rust workspace that provides command-line tools and services for persistent teams of AI agents. A workspace is one repository containing several related software packages.

In plain words
What is it for?
Use them when developing the CLI, shared validation and rendering code, agent mailbox service, Telegram bridge, terminal interface, documentation site, or example team configuration.
Why use it?
They help contributors and agents understand the repository's parts, entry points, and rules before changing code.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

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 instructions/alireza29675/teamctl/claude-md
Clone the repo
git clone --depth 1 https://github.com/Alireza29675/teamctl

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 teamctl CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alireza29675/teamctl/claude-md.svg)](https://agentmods.dev/instructions/alireza29675/teamctl/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/alireza29675/teamctl/claude-md"><img src="https://agentmods.dev/badge/instructions/alireza29675/teamctl/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,225 This file is loaded in full into every session.
When invoked 1,225 The same file — it is already loaded in full.
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.1 $0.01225 $0.01225
Opus 5 $0.00613 $0.00613
Sonnet 5 $0.00245 $0.00245
Haiku 4.5 $0.00122 $0.00122

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

Security

Grade A, and why

teamctl CLAUDE.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 6d 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.

CLAUDE.md · 75 lines

How it starts

The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

Repo-root governance for human contributors and any Claude Code agents working in this repo. Read this before opening a PR; the rules here apply to every change.

This file is short on purpose. Keep it under roughly 2K tokens and treat it like code — prune what an agent already does without being told, expand only what would otherwise produce a wrong outcome. When you add something here, run the pruning test:

Would removing this instruction cause an agent to make a mistake? If no, delete it.

further reading on writing effective CLAUDE.md files: https://code.claude.com/docs/en/best-practices

What this repo is

teamctl is a multi-crate Rust workspace that ships docker-compose-shaped tooling for persistent agent teams. The crates cover the CLI, the schema / validate / render / supervisor core, the MCP server agents read and write the mailbox through, the Telegram bridge, and the TUI. The repo also carries an Astro Starlight docs site under docs/, cookbook examples under examples/, and a dogfood team config under .team/ — the team that develops teamctl on teamctl, shipped in-tree because it doubles as the showcase.

User-facing intro and install path: see @README.md.

Stack and entry points

Multi-crate Rust workspace, MSRV Rust 1.86 (stable).

  • crates/teamctl/ — the CLI (teamctl init | up | down | reload | status | ...).
  • crates/team-core/ — schema, validate, render, supervisor.
  • crates/team-mcp/ — MCP server agents talk to.
  • crates/team-bot/ — Telegram bridge for user-facing managers.
  • crates/teamctl-ui/ — the TUI.

Plus docs/ (Astro Starlight site at teamctl.run), examples/ (cookbook recipes), and .team/ (the dogfood team config; ships because it's the showcase).

Day-to-day commands — use just (defined in justfile), matching CONTRIBUTING.md:

just test        # cargo test --workspace
just lint        # cargo clippy -- -D warnings + cargo fmt --check
just build       # cargo build --release

Read the full file on GitHub · 75 lines

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. 6d ago First seen · 75 lines · 1,225 tokens per session scan A c24bf76b67ff

Subscribe to this mod's changes

teamctl CLAUDE.md is an instructions file published in the GitHub repository Alireza29675/teamctl (20 stars, last pushed 1mo ago), licensed MIT. It adds 1,225 tokens to every session, about $0.0061 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.

Related

Other instructions, from other repositories