ati-agent

ati-agent is a skill for Claude Code, Codex from ellmos-ai/bach. It costs 56 tokens per session (613 once invoked), scanned A, original, MIT.

A software-development assistant for managing projects and coding tasks inside the BACH ecosystem, separate from BACH's own system-maintenance tasks.

In plain words
What is it for?
Use it to register projects, scan files such as TODO.md or ROADMAP.md, run headless AI coding sessions, apply prompt templates, and create projects from Python command-line templates.
Why use it?
It keeps development work organized across projects and can detect task files that might otherwise be overlooked.

Skill for Claude CodeCodex

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 skills/ellmos-ai/bach/ati
Any agent
npx skills add ellmos-ai/bach --skill ati
Clone the repo
git clone --depth 1 https://github.com/ellmos-ai/bach

Made for: Claude Code, Codex.

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 ati-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/ellmos-ai/bach/ati.svg)](https://agentmods.dev/skills/ellmos-ai/bach/ati)
Your own site
<a href="https://agentmods.dev/skills/ellmos-ai/bach/ati"><img src="https://agentmods.dev/badge/skills/ellmos-ai/bach/ati.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 613 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.00056 $0.00613
Opus 5 $0.00028 $0.00307
Sonnet 5 $0.00011 $0.00123
Haiku 4.5 $0.00006 $0.00061

Measured 4d ago against content hash 6d933b5b43fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ati-agent 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 4d ago.

The scan reads SKILL.md. This mod also ships 16 executable files (__init__.py, _archive/auto_session_OLD.py, _archive/session_daemon_OLD.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

system/agents/ati/SKILL.md · 89 lines

What it actually says

ATI - ADVANCED TOOL INTEGRATION AGENT

Software-Entwickler-Agent fuer BACH Oekosystem

AKTIVIERUNG

# ATI Task-Liste
bach ati task list

# Projekt onboarden
bach ati onboard "Projektname" --path "/pfad/zum/projekt"

# Aufgaben-Dateien scannen
bach ati scan

# Projekt bootstrappen
python agents/ati/tools/project_bootstrapper.py --template python-cli

FEATURES

  • Headless AI-Sessions: Automatische Claude-Sessions ohne User-Interaktion
  • Prompt-Templates: Standardisierte Prompts fuer Code-Tasks
  • Onboarding-System: Neue Projekte in ATI registrieren
  • Task-Scanner: AUFGABEN.txt, AUFGABEN.md, TODO.md, ROADMAP.md und DONE.md in Projekten erkennen
  • Project Bootstrapper: Neue Projekte aus Templates erstellen

ABGRENZUNG

System Zustaendigkeit
BACH Tasks System-Tasks (Wartung, Features, Bugs)
ATI Tasks Software-Entwicklung (Projekte, Code, Tests)

STRUKTUR

ati/
  ATI.md                    # Detaillierte Dokumentation
  SKILL.md                  # Diese Datei
  manifest.json             # Metadaten
  data/config.json          # Konfiguration
  onboarding/               # Projekt-Onboarding
  scanner/                  # Aufgaben-/Roadmap-Scanner
  tools/                    # ATI-spezifische Tools
  templates/                # Projekt-Templates
  prompt_templates/         # AI-Prompt-Vorlagen

CLI-BEFEHLE

bach ati status             # ATI-Status
bach ati task list          # Software-Tasks
bach ati task add "..."     # Task hinzufuegen
bach ati onboard            # Projekt registrieren
bach ati scan               # Aufgaben-Dateien scannen

SIEHE AUCH

  • ATI.md - Vollstaendige Dokumentation
  • ATI_PROJECT_BOOTSTRAPPING.md - Template-System

Status: AKTIV Domain: Software-Entwicklung

Files

What ships with it

46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 89 lines · 56 tokens per session scan A 6d933b5b43fc

Subscribe to this mod's changes

ati-agent is a skill published in the GitHub repository ellmos-ai/bach (7 stars, last pushed yesterday), licensed MIT. It adds 56 tokens to every session and 613 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.

Related

Other skills, from other repositories

memory-literary-analysis

Analyze a complete literary work into a structured Basic Memory knowledge graph. Covers schema design, entity seeding, chapter-by-chapter processing, cross-referencing, validation, and graph exploration.

basicmachines-co/basic-memory · 42 tokens

bm-setup

Set up the Basic Memory plugin for this project — a short guided interview that configures the project mapping, seeds note schemas, learns or suggests placement conventions, and enables capture reflexes. Use when the user runs /basic-memory:bm-setup, says "set up basic memory", or asks to configure/bootstrap the…

basicmachines-co/basic-memory · 69 tokens

memory-notes

How to write well-structured Basic Memory notes: frontmatter, observations with semantic categories, relations with wiki-links, and best practices for building a rich knowledge graph. Use when creating or improving notes.

basicmachines-co/basic-memory · 44 tokens

memory-onboarding

Guide someone new to Basic Memory through designing and building a complete personal knowledge system — interview them about what they want to track, propose a structure, build it with schemas and instruction notes, teach them to use it, and set up their AI assistant to load it automatically. Use this skill whenever a…

basicmachines-co/basic-memory · 148 tokens

infographics

Use when generating Basic Memory PR, changelog, release, or weekly images from Codex.

basicmachines-co/basic-memory · 22 tokens

pr-review-loop

Enforce the Basic Machines GitHub PR review loop before merging. Use whenever Codex is preparing to merge, squash-merge, auto-merge, declare a PR ready, monitor Codex comments, address review feedback, or wait for Codex approval on a GitHub PR, especially when the user says "approved", "merge", "ship", "PR is ready"…

basicmachines-co/basic-memory · 92 tokens