agent-office CLAUDE.md

A project instruction file for Agent Office, a pixel-art workspace that shows AI agents working in virtual rooms. It documents installation, commands, development, and testing.

In plain words
What is it for?
Starting the Agent Office server, setting it up, listing or stopping agents, building the app, running tests, and checking TypeScript types.
Why use it?
It gives coding agents the project context and the correct commands for running, building, checking, and testing the application.

Instructions file

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/pixel-process-ug/agent-office/claude-md
Clone the repo
git clone --depth 1 https://github.com/Pixel-Process-UG/agent-office
Per session 1,974 This file is loaded in full into every session.
When invoked 1,974 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 $0.01974 $0.01974
Opus 5 $0.00987 $0.00987
Sonnet 5 $0.00395 $0.00395
Haiku 4.5 $0.00197 $0.00197

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

Security

Grade A, and why

agent-office 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 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.

CLAUDE.md · 140 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What This Is

Agent Office is a pixel-art virtual office for AI agent teams. Globally installable CLI tool (npm i -g agent-office && office). Agents have live presence states, sit in themed rooms, support multi-LLM providers (Claude Code, OpenAI, Ollama), and can be managed through a retro-styled UI, Telegram bot, or CLI.

Commands

# CLI (global install)
office                # Start server + open browser in current project dir
office init           # Interactive setup wizard
office status         # Show running state from PID file
office agents         # List agents from DB
office stop           # SIGTERM via PID file
office --port 8080    # Override port
office --no-open      # Skip browser open (Docker/CI)

# Development
npm run dev           # Start Vite dev server (http://localhost:4173)
npm run build         # Build server + frontend (tsup + tsc + vite)
npm run build:server  # Build server modules only (tsup → dist-server/)
npm test              # Run all tests (vitest run)
npm run test:watch    # Tests in watch mode
npm run typecheck     # Type check frontend + server
npm run serve:build   # Build + start production server
npm run setup:force   # Re-run interactive setup wizard
npm run setup:auto    # Non-interactive setup (CI-friendly)
npm run db:generate   # Generate Drizzle migrations
npm run db:push       # Push schema to database

Run a single test file: npx vitest run src/__tests__/app.test.tsx

Architecture

Frontend: React 18 + TypeScript 5.6 + Vite 5. Single-page app with pixel-art map, animated sprites, room navigation, agent CRUD forms, task assignment, and activity feed.

CLI: bin/office.mjs - globally installable entry point. Resolves process.cwd() as project root, creates .agent-office/ for state, auto-runs init on first use, manages PID file.

Backend: Node.js server (server.mjs for production, Vite plugin in vite.config.ts for dev). Shared API layer in src/server/. Default storage: SQLite via Drizzle ORM (zero-config). Optional: PostgreSQL via DATABASE_URL env var. API key auth via OFFICE_API_KEY. Rate limiting (100 writes/min, 300 reads/min). CSP headers.

Read the full file on GitHub · 140 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. 3d ago First seen · 140 lines · 1,974 tokens per session scan A 0533a00caefe

Subscribe to this mod's changes

agent-office CLAUDE.md is an instructions file published in the GitHub repository Pixel-Process-UG/agent-office (39 stars, last pushed 5mo ago), licensed MIT. It adds 1,974 tokens to every session, about $0.0099 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.