agent-taxonomy

agent-taxonomy is an agent for coding agents from EndogenAI/dogma. It costs 0 tokens per session (5,919 once invoked), scanned A, original, Apache-2.0.

A guide to three kinds of files that customize coding agents: role files define who an agent is, skill files define how it works, and AGENTS.md files define rules shared by all agents.

In plain words
What is it for?
Use it when designing or organizing VS Code custom agents, reusable skills, and shared instructions for a group of agents.
Why use it?
It prevents role descriptions, reusable procedures, and fleet-wide rules from being mixed together, making agent behaviour easier to understand and maintain.

Agent

Install

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.

agentmods
npx agentmods add agents/endogenai/dogma/agent-taxonomy
Clone the repo
git clone --depth 1 https://github.com/EndogenAI/dogma

Wrote 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.

agentmods badge for agent-taxonomy

README.md
[![agentmods](https://agentmods.dev/badge/agents/endogenai/dogma/agent-taxonomy.svg)](https://agentmods.dev/agents/endogenai/dogma/agent-taxonomy)
Your own site
<a href="https://agentmods.dev/agents/endogenai/dogma/agent-taxonomy"><img src="https://agentmods.dev/badge/agents/endogenai/dogma/agent-taxonomy.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.05919
Opus 5 $0.00000 $0.02959
Sonnet 5 $0.00000 $0.01184
Haiku 4.5 $0.00000 $0.00592

Measured yesterday against content hash 043fe4bb8270, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-taxonomy 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.

docs/research/agents/agent-taxonomy.md · 409 lines

How it starts

The opening of the file, as written. The whole thing — 409 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Taxonomy: Roles, Skills, and Fleet Constraints

Status: Final Research Question: What is the principled taxonomy of VS Code customization primitives — Roles (.agent.md; VS Code: Custom Agents), Agent Skills (SKILL.md), and fleet constraints (AGENTS.md) — and what decision rules govern what belongs where? Date: 2026-03-07 Branch: feature/skills-research-and-adaption Related: AGENTS.md (guiding constraints), MANIFESTO.md (foundational axioms), ADR-006 (skills adoption), docs/research/agent-skills-integration.md (prior Phase 1 synthesis)


Executive Summary

The VS Code customization stack has three first-class primitives with non-overlapping roles: Roles (.agent.md; VS Code: Custom Agents) encode who does a task — role-specific persona, posture, tool restrictions, and handoff graph; Agent Skills (SKILL.md) encode how a task is done — reusable workflow procedures and resources loadable on demand across any skills-compatible AI tool; and fleet constraints (AGENTS.md) encode what all agents must do — universal behaviours enforced across the entire fleet. The VS Code upstream term for .agent.md files is "Custom Agents" (since VS Code 1.106; previously "custom chat modes"); the EndogenAI project term is "Roles", reflecting the conceptual purpose of these files as defined roles in the fleet. The boundary between these three layers has a precise formulation: role bodies retain only what is role-exclusive, while anything a second agent or non-VS-Code tool could use becomes a skill, and anything every agent must do goes into AGENTS.md. The central risk is boundary erosion — role bodies that accumulate skill-level procedures (too thick) or that delegate so much they lose distinct persona identity (too thin) — and this synthesis provides decision rules to prevent both failure modes. The prior Phase 1 synthesis (agent-skills-integration.md) established the composition rule; this document formalises the full three-way taxonomy with pattern catalogs and actionable decision trees.

Read the full file on GitHub · 409 lines

Changes

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.

  1. yesterday First seen · 409 lines · 0 tokens per session scan A 043fe4bb8270

Subscribe to this mod's changes

agent-taxonomy is an agent published in the GitHub repository EndogenAI/dogma (2 stars, last pushed 11d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 5,919 tokens. 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-09-03.