minions AGENTS.md

Project-specific instructions for Minions, a task-management application with a Kanban board. Users create tasks through chat, and agent sessions carry them out, sometimes scheduling recurring work.

In plain words
What is it for?
Use them when working on task creation, agent execution, child sessions, scheduled tasks, review transitions, or the Node.js and Hermes setup.
Why use it?
They explain how tasks move through the system and list the software needed to run it. This gives a coding agent context before changing the task board, chat flow, or scheduled work.

Instructions file for CodexOpenCode

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 instructions/agent37-platform/minions/agents-md
Clone the repo
git clone --depth 1 https://github.com/agent37-platform/minions

Made for: Codex, OpenCode.

Per session 3,477 This file is loaded in full into every session.
When invoked 3,477 The same file — it is already loaded in full.
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.03477 $0.03477
Opus 5 $0.01739 $0.01739
Sonnet 5 $0.00695 $0.00695
Haiku 4.5 $0.00348 $0.00348

Measured 2d ago against content hash 338e845d2396, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

AGENTS.md · 209 lines

How it starts

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

AGENTS.md

This file provides guidance to coding agents when working with code in this repository.

Engineering practices

We're a startup. You're probably used to writing enterprise code — code that tries to handle every possible edge case and has fallbacks for everything. That's not how we do things around here: our number one rule is to keep things simple. We handle ONLY the most important cases.

We try to only add new functionality that is small (that is, simple and few lines of code) or absolutely necessary. If a change is not small or absolutely necessary, don't make it.

What This Is

Minions is an autonomous task management system with a Kanban board UI. Users create tasks via a chat interface; each task is a Hermes agent session that autonomously decides how to execute — doing the work itself, spawning child sessions, or creating Hermes cron jobs shown in Minions as Scheduled Tasks. Successful agent runs move tasks to review automatically. The user never talks to child sessions directly; recurring work is managed from the Scheduled Tasks page.

Prerequisites

  • Node.js v18+
  • Hermes agent installed with its Python venv (default location: ~/.hermes/hermes-agent/)

The server spawns a Python worker subprocess that imports Hermes AIAgent directly — no hermes gateway process or HTTP API is involved. The Python executable is resolved in this order:

  1. HERMES_PYTHON env var (explicit path)
  2. HERMES_AGENT_DIR/venv/bin/python (if HERMES_AGENT_DIR is set)
  3. ~/.hermes/hermes-agent/venv/bin/python (default)
  4. python3 (system fallback)

Commands

npm run dev          # dev mode: tsx watch + Vite dev server on :6969
npm run build        # production build: server (tsc) + client (vite) + copy .sql/.py assets
npm run start        # run compiled production build
npm run prod         # build + run production in one command
npm test             # Python worker checks + TypeScript component tests

No linter is configured.

Architecture

Read the full file on GitHub · 209 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. 2d ago First seen · 209 lines · 3,477 tokens per session scan A 338e845d2396

Subscribe to this mod's changes

minions AGENTS.md is an instructions file published in the GitHub repository agent37-platform/minions (622 stars, last pushed 18d ago), licensed MIT. It adds 3,477 tokens to every session, about $0.0174 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.

Related

Other instructions, from other repositories

DevoxxGenieIDEAPlugin GEMINI.md

Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…

devoxx/DevoxxGenieIDEAPlugin · 257 tokens

traverse AGENTS.md

Instructions for traverse-framework/traverse, covering traverse — agent coordination, agent coordination, 1. check for claude code claim, 2. check for claude code branch and 3. claim the ticket (only if pre-flight passes).

traverse-framework/traverse · 565 tokens

recruiting-copilot AGENTS.md

Instructions for Viy1204/recruiting-copilot, covering agents.md —— recruiting-copilot 源码/模板仓库, 先判断是使用还是维护, 本仓库结构 and 红线(对所有 agent 生效).

Viy1204/recruiting-copilot · 681 tokens

rpikit AGENTS.md

Instructions for bostonaholic/rpikit, covering agent instructions, project overview, architecture & components, development and git workflow.

bostonaholic/rpikit · 957 tokens

ESAA-Core AGENTS.md

Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.

elzobrito/ESAA-Core · 2,154 tokens

oh-my-symphony AGENTS.md

Instructions for cskwork/oh-my-symphony, covering agents.md: codex cli entry point, source of truth: skills/symphony-skill, available skill (operator-facing), symphony-skill and worker-side guidance.

cskwork/oh-my-symphony · 762 tokens