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/agentfront/frontmcp/agents-mdgit clone --depth 1 https://github.com/agentfront/frontmcpWhat 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.00408 | $0.00408 |
| Opus 5 | $0.00204 | $0.00204 |
| Sonnet 5 | $0.00082 | $0.00082 |
| Haiku 4.5 | $0.00041 | $0.00041 |
Grade A, and why
frontmcp 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 yesterday.
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.
What it actually says
- This repository is an Nx-based TypeScript monorepo.
- Package manager:
yarn. - Workspaces live under
apps/*,libs/*, andplugins/*. - Primary publishable libraries are under the
@frontmcp/*scope. libs/sdk: core FrontMCP SDK.libs/cli: command-line interface.libs/adapters: framework adapters and integrations.libs/plugins: plugin system and extensions.libs/auth: authentication, session management, credential vault, CIMD, and OAuth extensions.apps/demo: demo application for development and testing.- Prefer minimal, focused changes.
- Follow existing TypeScript patterns and keep strict typing.
- Do not introduce
anywithout clear justification. - For MCP protocol outputs, prefer concrete MCP result types rather than
unknown. - Keep auth-related code in
libs/auth, notlibs/sdk. - Test files must use
.spec.tsor.spec.tsxnaming. - Avoid legacy or compatibility re-exports in barrel files.
- Install dependencies:
yarn install - Run demo app:
yarn dev - Build all projects:
yarn build - Lint all projects:
yarn lint - Run all tests:
yarn test - Run unit tests:
yarn test:unit - Run e2e tests:
yarn test:e2e - Run Playwright tests:
yarn test:pw - Maintain strict TypeScript correctness.
- Keep builds free of warnings where possible.
- Preserve or improve test coverage for touched code.
- Do not make unrelated refactors while addressing a focused task.
node_modulesis already present in the workspace.- Generated outputs such as
dist,coverage,tmp,perf-results, andtest-resultsare already ignored by git. - Check for more specific instructions in nested
AGENTS.mdfiles before editing subdirectories.
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.
- yesterday First seen · 33 lines · 408 tokens per session scan A 6eb2ff3b524a
frontmcp AGENTS.md is an instructions file published in the GitHub repository agentfront/frontmcp (147 stars, last pushed 25d ago), licensed Apache-2.0. It adds 408 tokens to every session, about $0.0020 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
eve AGENTS.md
Instructions for vercel/eve, covering agents.md, about eve, repository layout, git workflow and commands.
crust AGENTS.md
Instructions for chenxin-yan/crust, covering tests, documentation, changesets, agent skills and issue tracker.
eve CLAUDE.md
Instructions for vercel/eve, a project described as: The Open Framework for Building Agents.
deno copilot-instructions.md
Instructions for denoland/deno, covering deno development guide for github copilot, network access, high level overview, key directories and key files to understand first.
oxc AGENTS.md
Instructions for oxc-project/oxc, covering agents.md - ai assistant guide for oxc, ai usage policy for contributors, repository structure, core crates and development commands.
page-agent AGENTS.md
Instructions for alibaba/page-agent, covering instructions for coding assistants, project overview, development commands, architecture and monorepo structure.