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.
npx agentmods add instructions/coding-by-feng/ai-agent-session-center/agents-mdgit clone --depth 1 https://github.com/coding-by-feng/ai-agent-session-centerWrote 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.
[](https://agentmods.dev/instructions/coding-by-feng/ai-agent-session-center/agents-md)<a href="https://agentmods.dev/instructions/coding-by-feng/ai-agent-session-center/agents-md"><img src="https://agentmods.dev/badge/instructions/coding-by-feng/ai-agent-session-center/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03993 | $0.03993 |
| Opus 5 | $0.01997 | $0.01997 |
| Sonnet 5 | $0.00799 | $0.00799 |
| Haiku 4.5 | $0.00399 | $0.00399 |
Grade B, and why
ai-agent-session-center AGENTS.md scanned grade B with 1 finding 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 5d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- Never modify `~/.claude/settings.json` without an atomic temp-write and rename. How it starts
The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Agent Session Center: Agent Guidance
This file is the durable coding-agent entrypoint for this repository. It is
based on CLAUDE.md; read CLAUDE.md for the full architecture notes and keep
the two files aligned when project guidance changes.
Project Snapshot
AI Agent Session Center is a localhost dashboard on port 3333 for monitoring AI coding agent sessions from Claude Code, Codex, and related tools. It uses hooks to ingest session events, visualizes sessions as 3D robots, supports SSH terminals, team/subagent tracking, prompt queuing, workspace snapshots, and session resume.
Core stack:
- Backend: Node.js 18+, ESM, Express 5, ws 8, tsx
- Frontend: React 19, Three.js /
@react-three/fiber, Zustand 5, Vite 7 - Desktop: Electron 34, electron-builder 25
- Terminal:
node-ptythrough Electron IPC, WebSocket fallback in browser - Hooks: Bash hook script with JSONL file queue and HTTP POST fallback
- Persistence: SQLite /
better-sqlite3on the server, IndexedDB / Dexie in the browser
Common Commands
npm run dev # Vite + tsx watch
npm run build # Production build
npm start # Start production server
npm test # Vitest
npm run test:e2e # Playwright E2E
npm run test:coverage # Coverage report
npm run typecheck # tsc --noEmit (src/ only)
npm run typecheck:server # tsc --noEmit -p tsconfig.server.json (server/ + src/types)
npm run typecheck:all # both, in sequence
npm run lint # ESLint src/
npm run format # Prettier
npm run electron:dev # Build and launch Electron app
npm run electron:build # Build distributables
npm run install-hooks # Install CLI hooks
npm run uninstall-hooks # Remove dashboard hooks
npm run setup # Interactive setup wizard
npm run reset # Remove hooks, clean config, backup
Use the smallest verification command that fits the change. For shared contracts,
state shape, server routes, Electron IPC, terminal behavior, or feature-doc work,
prefer at least npm run typecheck:all (plain typecheck only covers src/ —
server/ has its own tsconfig.server.json and nothing runs it automatically,
so a server-only change checked with plain typecheck can still ship a type
error) plus any targeted tests that cover the touched area.
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.
- 5d ago First seen · 299 lines · 3,993 tokens per session scan B 83fd64939bdc
ai-agent-session-center AGENTS.md is an instructions file published in the GitHub repository coding-by-feng/ai-agent-session-center (82 stars, last pushed 8d ago), licensed MIT. It adds 3,993 tokens to every session, about $0.0200 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
vibe-coding-prompt-template tests.instructions.md
Instructions for KhazP/vibe-coding-prompt-template, a project described as: Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs.
cherry-studio AGENTS.md
AGENTS.md instructions for CherryHQ/cherry-studio, a project described as: AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs.
the-pair AGENTS.md
Instructions for timwuhaotian/the-pair, covering ai agent guidelines for "the pair", project identity, tech stack, architecture rules and rust backend modules (src-tauri/src/).
nexpath CLAUDE.md
Claude Code instructions for hi0001234d/nexpath, covering debugging, nexpath status, nexpath config get, nexpath config set and role: founder | indiehacker | pm.