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/dustinblack/agent-dashboard/agents-mdgit clone --depth 1 https://github.com/dustinblack/agent-dashboardWrote 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/dustinblack/agent-dashboard/agents-md)<a href="https://agentmods.dev/instructions/dustinblack/agent-dashboard/agents-md"><img src="https://agentmods.dev/badge/instructions/dustinblack/agent-dashboard/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.00892 | $0.00892 |
| Opus 5 | $0.00446 | $0.00446 |
| Sonnet 5 | $0.00178 | $0.00178 |
| Haiku 4.5 | $0.00089 | $0.00089 |
Grade A, and why
agent-dashboard AGENTS.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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Behavior & Standards for Agent Dashboard
This document establishes the baseline behavior and technical standards for AI agents collaborating on the Agent Dashboard project.
Inspiration
This project is inspired by the following blog post:
Core Technical Stack
- Backend: Python 3.9+ with FastAPI and
python-socketio. - Frontend: React (TypeScript) via Vite,
xterm.js, andsocket.io-client. - Database: SQLite with SQLAlchemy ORM.
- Authentication: OIDC/OAuth for UI users; Static API Keys (Machine Tokens) for agents.
- Deployment: OCI containers (Podman/Docker) using
compose. - Integration: Python wrapper script using
ptyorpexpect.
Coding Standards
Python
- Formatting: Use
blackfor formatting. - Linting: Adhere to
flake8andpylintstandards. - Documentation: Use Google-style docstrings. Be verbose with documentation for new functions.
- Error Handling: Implement robust error handling and logging in all new functions.
- Style: Max line length of 88 characters.
Frontend (React/TypeScript)
- Formatting: Use
prettier. - Linting: Use
eslintwith project-specific configurations. - Language: Use TypeScript for all new components and logic.
- Styling: Use Tailwind CSS v4 utility classes. Custom CSS should only be used for overrides that Tailwind cannot express (e.g., third-party component styling).
Workflow & Safety
Research & Strategy
- Research Phase: Systematically map the codebase and validate assumptions. Prioritize empirical reproduction of issues.
- Strategy Phase: Share a concise summary of the strategy before execution.
- Plan Mode: Use
enter_plan_modefor architectural changes, new features, or complex refactoring.
Execution & Validation
- Atomic Changes: Keep changes surgical and focused on the sub-task.
- Testing: Every change must include verification logic (e.g., unit tests, integration tests, or reproduction scripts).
- Validation: Run project-specific build, lint, and test commands before finalizing.
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 · 68 lines · 892 tokens per session scan A cd0a789579d2
agent-dashboard AGENTS.md is an instructions file published in the GitHub repository dustinblack/agent-dashboard (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 892 tokens to every session, about $0.0045 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.
Other instructions, from other repositories
gemini-cli-adk-bridge AGENTS.md
AGENTS.md instructions for luizvb/gemini-cli-adk-bridge, covering repository guidance for gemini cli adk bridge, instruction precedence, source-of-truth routing, repository commands and product and contract discipline.
llm-cli-telemetry CLAUDE.md
Instructions for Mizune/llm-cli-telemetry, covering llm-cli-telemetry, project overview, architecture, key files and commands.
fastapi-boilerplate CLAUDE.md
Claude Code instructions for iluvmanan/fastapi-boilerplate, covering claude.md - claude-specific context, project context, claude's role, preferred code generation patterns and 1. repository creation pattern.
fastapi-boilerplate AGENTS.md
AGENTS.md instructions for iluvmanan/fastapi-boilerplate, covering agents.md - ai assistant instructions, project: enterprise fastapi core, critical rules (must follow), 1. code quality standards and 2. security requirements.
geolens CLAUDE.md
Claude Code instructions for geolens-io/geolens: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
dev-challenge CLAUDE.md
Claude Code instructions for micheltlutz/dev-challenge, covering claude.md, the one rule to internalise, slash commands, subagents and skills.