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/soulcodex/agentic/agents-mdgit clone --depth 1 https://github.com/soulcodex/agenticWhat 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.01585 | $0.01585 |
| Opus 5 | $0.00792 | $0.00792 |
| Sonnet 5 | $0.00317 | $0.00317 |
| Haiku 4.5 | $0.00159 | $0.00159 |
Grade A, and why
agentic 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.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentic Library — Agent Instructions
This repository is a centralized library of vendor-agnostic agentic configurations. It is never used directly by end-user agents. Its fragments are composed into target project repositories via the tooling provided here.
What This Repo Contains
agents/— Composable AGENTS.md building blocks (fragments)skills/— Reusable agent skill definitionsvendors/— Vendor-specific adapter configurationsprofiles/— Composition presets for common project typestooling/— Scripts and utilities (called viajust)schemas/— JSON Schemas for all structured files
Rules for Working in This Repo
File Authoring
- Fragment files in
agents/must be self-contained: no cross-references to other fragments, no project-specific paths, no hardcoded credentials. - Every fragment starts with a single H2 heading (
## Section Name) that matches its purpose. - Fragments must not exceed 300 lines. Split larger content into multiple focused fragments.
- Use
{TOKEN_NAME}syntax for project-specific values that get substituted at compose time (e.g.,{BUILD_CMD},{PROJECT_NAME}).
Skill Authoring
- Every skill directory must have a
SKILL.mdwith valid YAML frontmatter. - Frontmatter must include:
name,description,version,tags,vendor_support. - Skills must declare all supporting files in
resources:frontmatter. - Use SemVer for
version(MAJOR.MINOR.PATCH).
Vendor Adapters
- Never edit vendor-generated output files manually. They are derived artifacts.
- The canonical source of truth is always
AGENTS.md(assembled from fragments). adapter.jsonfiles must validate againstvendors/_schema/adapter.schema.json.
Documentation
- Any change that introduces, renames, or removes a vendor output file, symlink path,
tooling flag, or
justrecipe must include a corresponding update to the affected docs in the same commit. Relevant files:README.md,docs/vendors.md,docs/commands.md,docs/extending.md, and anyvendors/*/README.md. - When adding a new vendor adapter, add it to the Supported Vendors table in
README.mdanddocs/vendors.md, and document its output files and symlink paths. - When adding a new
justrecipe or CLI command, add it todocs/commands.md. - When adding or updating a skill that references tooling paths or output filenames, verify those paths are still accurate before committing.
- When skills are added, renamed, regrouped, removed, or their user-visible metadata
(for example
name/descriptionin skill frontmatter) changes underskills/, updatedocs/skills.mdin the same change.
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 · 125 lines · 1,585 tokens per session scan A ba90c6ddcc17
agentic AGENTS.md is an instructions file published in the GitHub repository soulcodex/agentic (10 stars, last pushed 2d ago), licensed MIT. It adds 1,585 tokens to every session, about $0.0079 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
cite-citadel copilot-instructions.md
Instructions for MarkusNeusinger/cite-citadel, covering github copilot instructions — cite-citadel, what this is, commands, test corpora and self-verification (feedback loops).
genesis-architect CLAUDE.md
Claude Code instructions for maioio/genesis-architect, covering genesis architect - claude code instructions, project structure, how this skill works, development workflow and key constraints (enforced in skill.md).
capstone GEMINI.md
Instructions for GentBajko/capstone: @./skills/core/references/dispatcher.md.
llm-redact CLAUDE.md
Claude Code instructions for asanderson/llm-redact, covering claude.md, project purpose, commands, architecture and testing conventions.
cite-citadel CLAUDE.md
Instructions for MarkusNeusinger/cite-citadel, covering claude.md, what this is, commands, test corpora and self-verification (feedback loops).
tidal-cli CLAUDE.md
Claude Code instructions for SteveGrosbois/tidal-cli, covering tidal-cli development guidelines, active technologies, project structure, commands and code style.