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/atman36/codex-maintainer-kit/agents-mdgit clone --depth 1 https://github.com/Atman36/codex-maintainer-kitWhat 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.00897 | $0.00897 |
| Opus 5 | $0.00449 | $0.00449 |
| Sonnet 5 | $0.00179 | $0.00179 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
codex-maintainer-kit 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 — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skills
Короткий agent-facing entrypoint для этого репозитория: program.md.
Начинай с него, если нужен один компактный файл с базовым workflow, приоритетами и ограничениями.
Локальные skills для этого репозитория находятся в skills/.
Публичный Codex-native entrypoint для сопровождающих находится в .agents/skills/pr-factory-maintainer/.
Available skills
pr-factory-pipeline: Оркестратор полного PR Factory flow (по этапам и в правильном порядке). Использовать, когда нужен end-to-end запуск или «собери PR по пайплайну».pr-factory-scout: Быстрый triage репозитория и поиск 3-7 low-risk кандидатов.pr-factory-analyst: Глубокий анализ и 5 качественных кандидатов в заданном фокусе.pr-factory-critic: Критическая пред-оценка идей/PRSpec до реализации (approve/revise/reject).pr-factory-gatekeeper: Отбор кандидатов и формирование минимального mergeable PRSpec.pr-factory-implementer: Безопасная реализация PRSpec с проверками.pr-factory-reviewer: Пост-ревьюgit diffпосле реализации (шум/лишние файлы/debug leftovers) до PR Writer.pr-factory-pr-writer: Формирование финального PR title/body.pr-factory-publisher: Публикация изменений: форк/пуш/создание PR (только по явному запросу пользователя).pr-factory-architect: Небольшие архитектурные улучшения (<200 LOC) как альтернативный вход.pr-factory-code-editor: Точечное и безопасное внесение правок в код без полного pipeline.pr-factory-maintainer: Публичный Codex-native вход для подготовки безопасного, проверяемого изменения с обязательным подтверждением перед публикацией.
Trigger rules
- Если пользователь просит «полный пайплайн», «по порядку», «автоматизировать PR end-to-end»:
- сначала использовать
pr-factory-pipeline.
- сначала использовать
- Если пользователь пишет в стиле:
- «проанализируй репозиторий/директорию ... с помощью агентов»
- «напиши возможные улучшения»
- «контекст в папке deepresearch»
- сначала использовать
pr-factory-pipelineв режимеfullи передаватьCONTEXT_PATH.
- Для детерминированного запуска предпочитать
tools/run_pipeline.py, а не ручную оркестрацию большим manager prompt. - Не давать пример запуска
tools/run_pipeline.pyбез обязательных--stage-command: такой сниппет не является рабочей командой. - Если пользователь явно называет skill, использовать названный skill.
- Если запрос про конкретный этап, запускать соответствующий skill напрямую.
- Если пользователь просит «внести правки в код», «исправь баг», «сделай точечные изменения без полного пайплайна»:
- использовать
pr-factory-code-editor.
- использовать
- Если пользователь просит подготовить безопасное OSS-изменение через Codex:
- использовать
.agents/skills/pr-factory-maintainer/SKILL.mdкак короткий публичный вход.
- использовать
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 · 57 lines · 897 tokens per session scan A 41fabf82a74a
codex-maintainer-kit AGENTS.md is an instructions file published in the GitHub repository Atman36/codex-maintainer-kit (2 stars, last pushed 3mo ago), licensed MIT. It adds 897 tokens to every session, about $0.0045 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
apm python.instructions.md
Python development guidelines.
codemap CLAUDE.md
Instructions for JordanCoin/codemap, covering 🛑 stop — run codemap before any task, repo root requirement (critical) and required usage.
OpenMicro AGENTS.md
Instructions for stephenleo/OpenMicro, covering openmicro — project conventions and releases.
squarebox CLAUDE.md
Instructions for SquareWaveSystems/squarebox, covering claude.md, agent skills, issue tracker, triage labels and domain docs.
domain-experts CLAUDE.md
Instructions for wonsukchoi/domain-experts, covering domain experts — session bootstrap, non-negotiables when adding or editing roles, dual-graph context policy, mandatory: always follow this order and token usage.
academic-writing-toolkit CLAUDE.md
Instructions for yha9806/academic-writing-toolkit, covering academic writing project, project overview, directories, targets and reading constraints.