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/gomilesf/convergo/agents-mdgit clone --depth 1 https://github.com/gomilesf/convergoWhat 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.00784 | $0.00784 |
| Opus 5 | $0.00392 | $0.00392 |
| Sonnet 5 | $0.00157 | $0.00157 |
| Haiku 4.5 | $0.00078 | $0.00078 |
Grade A, and why
convergo 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
This repository is the root of the convergo coding-agent plugin and the marketplace metadata used to distribute it.
AGENTS.md is the canonical repo instruction file. Root CLAUDE.md and GEMINI.md exist as compatibility shims for tools that look for those filenames.
Quick Start
bun install
bun run validate
bun test
Directory Layout
skills-src/ Canonical skill sources
plugins/codex/ Codex plugin root with generated runtime skills
plugins/claude/ Claude Code plugin root with generated base skills
plugins/generic/ Generic platform plugin root with generated base skills
.claude-plugin/ Claude Code marketplace descriptor
.agents/plugins/ Codex custom marketplace descriptor
.cursor-plugin/ Cursor marketplace descriptor
.opencode/ OpenCode plugin entrypoint and install notes
.pi/ Pi extension entrypoint
src/ Validation library code
scripts/ Text-interface wrappers around library code
tests/ Metadata and skill convention tests
docs/ Productization notes and architecture docs
Repo Surfaces
Changes can affect one or more surfaces:
- canonical skill content under
skills-src/ - generated runtime skill content under
plugins/*/skills/ - platform manifests and marketplace metadata
- validation scripts and tests
- public installation docs
Do not assume a change is only docs or only packaging without checking the affected surface.
Plugin Maintenance
- Keep the repo root as the marketplace/source repository root. Do not move platform plugin roots out of
plugins/. - Keep
skills-src/as the single source of skill content. Generate platform skill roots withbun run sync. - Do not create a root
skills/directory. It is a forbidden legacy plugin surface. - Update
README.mdwhen the skill inventory, install flow, or platform support changes. - Run
bun run validateandbun testafter changes to manifests, skills, packaging entrypoints, or validation code. - Run
bun run plugin:validatewhen Claude Code is available locally. - Do not hand-add generated release notes. Release history should be maintained separately from feature edits.
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 · 70 lines · 784 tokens per session scan A dc7d6000508b
convergo AGENTS.md is an instructions file published in the GitHub repository gomilesf/convergo (7 stars, last pushed 1mo ago), licensed MIT. It adds 784 tokens to every session, about $0.0039 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
pingfusi CLAUDE.md
Instructions for alex-durango/pingfusi: This repository is the released form of the pingfusi kit (published to npm as pingfusi). Releases are assembled and verified by the maintainers' release tooling, so commits here are release-granular and PRs cannot be merged directly — open an issue or PR and a maintainer ports…
agentic-delivery-playbook AGENTS.md
Instructions for arcayne/agentic-delivery-playbook: Use adapters/codex/AGENTS.md as the repository operating instructions.
helmor AGENTS.md
Instructions for dohooo/helmor, covering agents.md, what is helmor, commands, architecture and three-process model.
matt-skills-with-to-goal CLAUDE.md
Instructions for tt-a1i/matt-skills-with-to-goal: Skills are organized into bucket folders under skills/.
ephemeral-sandbox CLAUDE.md
Instructions for Ephemeral-AI-Lab/ephemeral-sandbox, covering claude.md, project, engineering practice (required), build & test and sandbox tools.
pixir CLAUDE.md
Instructions for Ranvier-Technologies/pixir, covering pixir harness - legacy agent guide, current map and commands.