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/monadworks/agentify/agents-mdgit clone --depth 1 https://github.com/MonadWorks/agentifyWhat 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.00371 | $0.00371 |
| Opus 5 | $0.00186 | $0.00186 |
| Sonnet 5 | $0.00074 | $0.00074 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
agentify 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 2d 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:
- agentify AGENTS.md — 100% identical, 0 lines differ
What it actually says
AGENTS.md
Agentify is an Agent Interface Compiler that transforms OpenAPI specifications into multiple agent-consumable formats (MCP Server, Skills, CLAUDE.md, .cursorrules, AGENTS.md, llms.txt, A2A Card).
Build & Run
npm install
npm run build # Build with tsup
npm run dev # Dev mode with tsx
npm test # Run tests with Vitest
npm run lint # TypeScript type check
Architecture
- Parser (
src/parser/): OpenAPI spec parsing + input sanitization - Generator (
src/generator/): Pluggable emitters for each output format - Security (
src/security/): Generated code scanning for dangerous patterns - IR (
src/types.ts): Canonical intermediate representation (AgentifyIR) - CLI (
src/cli.ts): Commander.js CLI entry point
Code Conventions
- TypeScript strict mode (all strict flags enabled)
- Immutable data patterns — never mutate objects, always spread
- Small files: 200-400 lines typical, 800 max
- Emitter interface: implement
emit(ir, options) => EmitterResult - All OpenAPI spec fields must pass through sanitizer before use
- Generated code must pass security scanner before output
Testing
- Framework: Vitest
- Coverage target: 80%+
- Test files:
test/*.test.ts - Integration tests use live Petstore API
Security
- Input sanitization blocks: eval, exec, Function constructor, require/import in descriptions
- Handlebars template injection prevention
- Prompt injection pattern detection
- Generated code scanner checks for critical patterns before writing files
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.
- 2d ago First seen · 45 lines · 371 tokens per session scan A 6bb2965e72bb
agentify AGENTS.md is an instructions file published in the GitHub repository MonadWorks/agentify (37 stars, last pushed 5mo ago), licensed MIT. It adds 371 tokens to every session, about $0.0019 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
CopilotKit AGENTS.md
AGENTS.md instructions for CopilotKit/CopilotKit, covering general guidelines for working with nx, copilotkit, essentials, private agent instructions and internal skills.
CopilotKit CLAUDE.md
Claude Code instructions for CopilotKit/CopilotKit, covering general guidelines for working with nx, copilotkit, essentials and reference (read when relevant to your task).
trpc-agent-go AGENTS.md
AGENTS.md instructions for trpc-group/trpc-agent-go, covering agents.md, project overview, engineering principles, go design conventions and implementation workflow.
nuwax AGENTS.md
Instructions for nuwax-ai/nuwax, covering ai agent system documentation, 系统概述, ai agent 架构, 核心组件 and ai 功能特性.
nuwax CLAUDE.md
Instructions for nuwax-ai/nuwax, covering claude ai agent platform frontend, 系统概述, ai agent 架构, 核心组件 and ai 功能特性.
ovo AGENTS.md
AGENTS.md instructions for qntx/ovo, a project described as: Agent behavior that compiles.