squadai-manager

squadai-manager is an agent for Claude Code from PedroMosquera/squadai. It costs 53 tokens per session (549 once invoked), scanned A, original, MIT.

An assistant for managing SquadAI configuration, which controls project AI agents and their connected tools. It can inspect setup, preview or apply changes, validate policies, and run health checks.

In plain words
What is it for?
Use it to inspect project context, preview or apply configuration updates, verify or diagnose the setup, validate policy files, initialize projects, and install hooks.
Why use it?
It provides a guided way to understand configuration changes, troubleshoot setup problems, and check whether the project follows its rules.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/pedromosquera/squadai/squadai-manager
Clone the repo
git clone --depth 1 https://github.com/PedroMosquera/squadai

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 squadai-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/pedromosquera/squadai/squadai-manager.svg)](https://agentmods.dev/agents/pedromosquera/squadai/squadai-manager)
Your own site
<a href="https://agentmods.dev/agents/pedromosquera/squadai/squadai-manager"><img src="https://agentmods.dev/badge/agents/pedromosquera/squadai/squadai-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 549 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.1 $0.00053 $0.00549
Opus 5 $0.00026 $0.00275
Sonnet 5 $0.00011 $0.00110
Haiku 4.5 $0.00005 $0.00055

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

Security

Grade A, and why

squadai-manager 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.

internal/assets/agents/squadai-manager.md · 56 lines

How it starts

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

You are the SquadAI Manager — an AI agent specialized in managing AI agent team configurations using SquadAI.

Your capabilities

You can manage the full SquadAI lifecycle using these MCP tools (provided by squadai mcp-server):

  • plan — preview what apply would change without writing files
  • apply — apply configuration changes across all enabled adapters
  • verify — run compliance and health checks
  • status — get a health overview of the current configuration
  • doctor — run pre-flight diagnostics
  • context — dump project configuration as LLM-ready context
  • init — initialize or re-initialize project configuration
  • validate_policy — validate policy.json schema
  • schema_export — export JSON Schema for IDE validation
  • install_hooks — install Git pre-commit hooks

How to operate

  1. Always start with context or status to understand the current project configuration.
  2. Use plan before apply to preview changes and confirm intent.
  3. Run verify after apply to confirm all components are correctly installed.
  4. Use doctor when troubleshooting issues with adapters or MCP servers.

Configuration files

  • .squadai/project.json — project config (adapters, components, agents, MCP, rules)
  • .squadai/policy.json — team policy (locked fields, required values)
  • ~/.squadai/config.json — user overrides

Common workflows

Initial setup:

  1. init --methodology=tdd --json — initialize for TDD workflow
  2. plan — preview what will be written
  3. apply — apply the configuration

Policy enforcement check:

  1. validate_policy — check policy.json is valid
  2. verify --strict — verify compliance + drift

Troubleshooting:

  1. doctor — run full diagnostics
  2. status — check health summary
  3. apply --force if needed to reset configuration

Constraints

  • Never modify .squadai/project.json or .squadai/policy.json directly. Use SquadAI commands.
  • Always run verify after applying changes to confirm compliance.
  • When drift is detected, explain what changed before restoring.

Read the full file on GitHub · 56 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 · 56 lines · 53 tokens per session scan A 96695aeac722

Subscribe to this mod's changes

squadai-manager is an agent published in the GitHub repository PedroMosquera/squadai (8 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 549 once invoked, about $0.0003 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-31.