Borrowing it
Nothing to install: this file belongs to lastmanupinc-hub/AXIS-iliad. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lastmanupinc-hub/AXIS-iliad/main/AGENTS.mdgit clone --depth 1 https://github.com/lastmanupinc-hub/AXIS-iliadWrote 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/lastmanupinc-hub/axis-iliad/agents-md)<a href="https://agentmods.dev/instructions/lastmanupinc-hub/axis-iliad/agents-md"><img src="https://agentmods.dev/badge/instructions/lastmanupinc-hub/axis-iliad/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/lastmanupinc-hub/axis-iliad/agents-md"><img src="https://agentmods.dev/badge/instructions/lastmanupinc-hub/axis-iliad/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.02106 | $0.02106 |
| Opus 5 | $0.01053 | $0.01053 |
| Sonnet 5 | $0.00421 | $0.00421 |
| Haiku 4.5 | $0.00211 | $0.00211 |
Grade A, and why
AXIS-iliad 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 8d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- AXIS-iliad CLAUDE.md — 98% identical, 231 lines differ
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — axis-iliad
Project Context
This is a monorepo built with TypeScript. > Axis' Iliad — The modern epic that shapes raw codebases into canonical, agent-ready artifacts. Axis' Iliad authors the definitive foundation for the next era of natural-language workspace development.
Stack
- React ^19.1.0
Architecture
- monorepo
- containerized
Conventions
- TypeScript strict mode
- Linter configured
- Formatter configured
- pnpm workspaces
- Makefile build
Key Directories
- apps/ (monorepo_apps)
- docs/ (documentation)
- packages/ (monorepo_packages)
- mcp/ (project_directory)
- examples/ (project_directory)
- scripts/ (build_scripts)
- .github/ (project_directory)
- packaging/ (project_directory)
Routes
GET /health→ docs/archive/e2e_ui_audit.yamlGET /v1/health→ docs/archive/e2e_ui_audit.yamlPOST /v1/accounts→ apps/api/src/server.tsGET /v1/account→ apps/api/src/server.tsPATCH /v1/account→ apps/api/src/server.tsDELETE /v1/account→ apps/api/src/server.tsPOST /v1/snapshots→ apps/api/src/server.tsGET /v1/admin/stats→ apps/api/src/server.tsGET /v1/admin/accounts→ apps/api/src/server.tsGET /v1/admin/activity→ apps/api/src/server.tsGET /v1/admin/mcp-usage→ apps/api/src/server.tsGET /v1/admin/revenue→ apps/api/src/server.tsGET /llms.txt→ apps/api/src/server.tsGET /.well-known/skills/index.json→ apps/api/src/server.tsGET /v1/docs.md→ apps/api/src/server.tsGET /.well-known/axis.json→ apps/api/src/server.tsGET /for-agents→ apps/api/src/server.tsGET /v1/install→ apps/api/src/server.tsGET /v1/install/:platform→ apps/api/src/server.tsPOST /probe-intent→ apps/api/src/server.tsGET /v1/error-codes→ apps/api/src/server.tsPOST /mcp→ apps/api/src/server.tsPOST /v1/analyze→ apps/api/src/server.tsGET /v1/snapshots/:snapshot_id→ apps/api/src/server.tsDELETE /v1/snapshots/:snapshot_id→ apps/api/src/server.tsGET /v1/projects/:project_id/context→ apps/api/src/server.tsGET /v1/projects/:project_id/generated-files→ apps/api/src/server.tsDELETE /v1/projects/:project_id→ apps/api/src/server.tsGET /v1/db/stats→ apps/api/src/server.tsPOST /v1/db/maintenance→ apps/api/src/server.tsPOST /v1/search/index→ apps/api/src/server.tsPOST /v1/search/query→ apps/api/src/server.tsGET /v1/search/:snapshot_id/stats→ apps/api/src/server.tsPOST /v1/debug/analyze→ apps/api/src/server.tsGET /v1/docs→ apps/api/src/server.tsGET /v1/programs→ apps/api/src/server.tsPOST /v1/account/seats→ apps/api/src/server.tsGET /v1/account/seats→ apps/api/src/server.tsPOST /v1/account/seats/:seat_id/accept→ apps/api/src/server.tsPOST /v1/account/seats/:seat_id/revoke→ apps/api/src/server.tsGET /v1/account/upgrade-prompt→ apps/api/src/server.tsPOST /v1/account/upgrade-prompt/dismiss→ apps/api/src/server.tsGET /v1/account/funnel→ apps/api/src/server.tsPOST /v1/account/webhooks→ apps/api/src/server.tsGET /v1/account/webhooks→ apps/api/src/server.tsDELETE /v1/account/webhooks/:webhook_id→ apps/api/src/server.tsPOST /v1/account/webhooks/:webhook_id/toggle→ apps/api/src/server.tsGET /v1/account/webhooks/:webhook_id/deliveries→ apps/api/src/server.tsPOST /v1/account/programs→ apps/api/src/server.tsPOST /v1/account/github-token→ apps/api/src/server.ts- … 124 more (see OpenAPI spec or
/v1/docs)
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.
- 8d ago First seen · 205 lines · 2,106 tokens per session scan A c9ae545cc73d
AXIS-iliad AGENTS.md is an instructions file published in the GitHub repository lastmanupinc-hub/AXIS-iliad (0 stars, last pushed 4d ago), licensed MIT. It adds 2,106 tokens to every session, about $0.0105 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.