_conventions

_conventions is a command for coding agents from Principle-Labs/Corivo. It costs 0 tokens per session (250 once invoked), scanned A, original, MIT.

A documentation file describing how Codex slash-command templates should be written. It defines required sections, formatting, naming, and safety rules for commands in the Corivo plugin.

In plain words
What is it for?
Use it when creating or reviewing command files, especially their setup checks, execution steps, verification, summary, and follow-up instructions.
Why use it?
It gives command authors a consistent checklist for making commands predictable, useful, and safe to run.

Command

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 commands/principle-labs/corivo/_conventions
Clone the repo
git clone --depth 1 https://github.com/Principle-Labs/Corivo

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 _conventions

README.md
[![agentmods](https://agentmods.dev/badge/commands/principle-labs/corivo/_conventions.svg)](https://agentmods.dev/commands/principle-labs/corivo/_conventions)
Your own site
<a href="https://agentmods.dev/commands/principle-labs/corivo/_conventions"><img src="https://agentmods.dev/badge/commands/principle-labs/corivo/_conventions.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 250 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.00250
Opus 5 $0.00000 $0.00125
Sonnet 5 $0.00000 $0.00050
Haiku 4.5 $0.00000 $0.00025

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

Security

Grade A, and why

_conventions 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 5d 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.

packages/plugins/codex/commands/_conventions.md · 39 lines

What it actually says

Command Conventions

These command files are prompt templates for Codex app slash commands. Keep them deterministic and operationally useful.

Required Sections

Every command file in this plugin should include:

  1. Preflight
  2. Plan
  3. Commands
  4. Verification
  5. Summary
  6. Next Steps

Frontmatter

Every command file needs YAML frontmatter with a description field:

---
description: One-line summary of what the command does.
---

Command Style

  • Prefer corivo CLI commands over ad-hoc shell logic.
  • Always check whether corivo is installed and initialized before performing writes or reads.
  • Do not add password-related CLI flags to non-interactive flows.
  • Avoid echoing sensitive content such as secrets or raw private data unless the user asked for it.
  • If a command writes memory, show the proposed annotation before executing the save.

Naming

  • Store user-invocable command files directly under commands/.
  • Files prefixed with _ are documentation-only and should not be treated as commands.
  • Assume Codex will expose these commands with the plugin prefix, for example /corivo:status.
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. 5d ago First seen · 39 lines · 0 tokens per session scan A 908d5f871b17

Subscribe to this mod's changes

_conventions is a command published in the GitHub repository Principle-Labs/Corivo (5 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 250 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-08-31.