CLAUDE

A collection of specialized software-development agents for team-management tasks. It includes helpers for task context, code analysis, reviews, task tracking, and synchronizing work with issue systems such as GitHub, GitLab, and Jira.

In plain words
What is it for?
Use it to gather task context, analyze code, review changes, manage tasks, and synchronize tasks with supported issue trackers.
Why use it?
It separates complex project-management and review work into focused helpers, reducing the amount of coordination the main developer must handle.

Agent

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 agents/teammanagementplugin/claude-plugin/claude
Clone the repo
git clone --depth 1 https://github.com/TeamManagementPlugin/claude-plugin
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 3,447 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.03447
Opus 5 $0.00000 $0.01724
Sonnet 5 $0.00000 $0.00689
Haiku 4.5 $0.00000 $0.00345

Measured yesterday against content hash c3035dd84a15, 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.

plugin/agents/CLAUDE.md · 277 lines

How it starts

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

Agents Module CLAUDE.md

Purpose

Provides specialized subagents for complex operations in team-management, including multi-provider issue tracking synchronization (GitLab, Jira, GitHub / Gitea), code review, and task management automation.

Narrative Summary

The agents module implements the delegation pattern for team-management, providing specialized subagents that operate in separate context windows to handle complex, file-heavy operations. Each agent is designed for a specific domain of expertise and operates independently to avoid context pollution in the main conversation thread.

With the addition of multi-provider issue tracking integration, the agents module now includes sophisticated synchronization capabilities that handle bidirectional sync between Claude tasks and external issues (GitLab, Jira, GitHub / Gitea), including error recovery, conflict resolution, and batch operations across different providers.

Module Structure

Agent Files

  • context-gathering.md - Task context manifest creation
  • context-refinement.md - Session discovery integration
  • code-review.md - Security and quality review; output template includes a ## ✨ Strengths (1-3) section before Critical Issues (omit section entirely if nothing genuinely stands out — no performative praise)
  • spec-compliance-reviewer.md - Read-only agent that audits the git diff (including untracked files via git ls-files --others --exclude-standard) against task Success Criteria. Returns PASS/FAIL verdict with per-criterion coverage breakdown and scope-creep flags; the coverage report is keyed on SC-IDs (SC-1, SC-2, ...) when criteria carry them, falling back to verbatim criterion text for unnumbered/legacy tasks (incl. the ## Criteria short form). Output is structured so the orchestrator can write the SPEC_REVIEW: PASSED sentinel via protocol_save_note, which gates the code-review step's post_func require_spec_review_passed. Tools: Read, Grep, Glob, Bash.
  • code-cleanliness.md - Code quality and maintainability analysis
  • code-explorer.md - Existing codebase feature analysis and execution flow tracing
  • code-architect.md - Architecture design and implementation blueprints
  • logging.md - Work log consolidation and cleanup
  • service-documentation.md - CLAUDE.md file maintenance
  • critic.md - Devil's advocate analysis for proposals and brainstorm topics
  • user-perspective.md - End-user impact and UX analysis
  • risk-security-analyst.md - Combined risk, dependency, and security assessment
  • scope-strategist.md - Scope definition and implementation phasing
  • codex-cli.md - Pass-through wrapper agent that shells out to the codex CLI (codex review --uncommitted for review, codex exec -s read-only for exec); the caller owns the full prompt. Each codex invocation runs under an env -i PATH HOME scrub so plugin userConfig secrets are not inherited. Full contract (timeout fallback, sandbox, output shape) in the root CLAUDE.md "AI Provider Integration".
  • agy-cli.md - Pass-through wrapper agent that shells out to the Google Antigravity (agy) CLI (agy --add-dir "$PWD" --dangerously-skip-permissions --print-timeout 300s -p ... — NO --sandbox, which breaks git on macOS) behind a 330s external watchdog. skip-permissions gets past the headless soft-deny and is CONTAINED by a project-local .agents/hooks.json read-only deny-gate (deployed by shared_state.ensure_agy_readonly_gate_deployed when agy is enabled); the wrapper preflight-verifies the gate and refuses to run uncontained. Snapshots git status/git diff HEAD before-and-after and prepends an agy review WARNING: agy modified files... line if agy mutated files (detect & report, never auto-revert). Runs under the same env -i PATH HOME scrub; failure surfaces as agy review unavailable: <reason>. Full contract (watchdog fallback, mutation-check details) in the root CLAUDE.md "AI Provider Integration".
  • Provider Extensibility: Agent system supports future issue tracking provider agents

Read the full file on GitHub · 277 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. yesterday First seen · 277 lines · 0 tokens per session scan A c3035dd84a15

Subscribe to this mod's changes

CLAUDE is an agent published in the GitHub repository TeamManagementPlugin/claude-plugin (4 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,447 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-08-31.