Stata-CLI AGENTS.md

A project guide for Stata-CLI, a local command-line tool with a Rust engine and an init scaffold for AI-assisted Stata analysis. Stata is software commonly used for statistical data analysis.

In plain words
What is it for?
Use it when working on the Rust CLI, Stata engine, repository-local binaries, reference packages, or files generated by stata-cli init.
Why use it?
It tells agents where the project’s local binaries, reference material, templates, and smoke-test workspace live. This reduces the risk of changing the wrong source files or breaking repository discovery.

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/utolaris/stata-cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/Utolaris/Stata-CLI

Made for: Codex, OpenCode.

Per session 559 This file is loaded in full into every session.
When invoked 559 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.00559 $0.00559
Opus 5 $0.00280 $0.00280
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

Stata-CLI 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 · 43 lines

How it starts

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

AGENTS.md

stata-cli is a local Stata CLI with a native Rust engine (no Python), repo-local binaries, and an init scaffold for AI-driven analysis work.

Project Structure

.
├── AGENTS.md
├── README.md
├── skill/stata-cli/         # Self-contained skill package (SKILL.md + bin/ + references/ + boilerplate/)
│   ├── SKILL.md             # Codex/Claude Code skill manifest + routing table
│   ├── bin/                 # Repo-local CLI binaries
│   ├── references/          # Stata reference library (routed from SKILL.md)
│   ├── packages/            # Community package guidance
│   └── boilerplate/         # `stata-cli init` scaffold source
│       ├── AGENTS.md
│       ├── data/
│       ├── do/
│       ├── outputs/
│       └── scripts/
├── rust-cli/                # Rust CLI, REPL, native Stata engine (StataSO FFI)
├── scene/                   # Real smoke-test workspace
└── scripts/                 # Build and maintenance helpers

Working Rules

  • Keep the repo-local binaries in skill/stata-cli/bin/; repo-root discovery depends on that location.
  • Treat skill/stata-cli/boilerplate/ as the source of truth for files created by stata-cli init.
  • Treat skill/stata-cli/ itself as the installed skill package: SKILL.md, references/, packages/, and bin/ ship together and are not duplicated into workspaces by init.
  • The stata-cli.skill file attached to GitHub releases is a ZIP archive of skill/stata-cli/ (top-level folder stata-cli/); unpack it and drop that folder into any agent's skills directory (Codex: ~/.codex/skills/, Claude Code: ~/.claude/skills/).
  • When changing CLI behavior or REPL behavior, verify the Rust tests and run real Stata smoke tests from scene/ (set SKIP_STATA_TESTS=1 to skip them).
  • Real smoke tests should run from scene/ and use scene/grilic.dta.
  • The native Stata engine (rust-cli/src/atom/stata_engine.rs) is the only module allowed to use unsafe; it wraps Stata's StataSO_* C ABI behind a safe API. See the module docs and README.md ("Unsafe FFI") before touching it.

Read the full file on GitHub · 43 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 · 43 lines · 559 tokens per session scan A 41ca2a3225cc

Subscribe to this mod's changes

Stata-CLI AGENTS.md is an instructions file published in the GitHub repository Utolaris/Stata-CLI (8 stars, last pushed 21d ago), licensed MIT. It adds 559 tokens to every session, about $0.0028 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.