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 skills/oodaris/autocodex/eng-go-cli-developernpx skills add oodaris/autocodex --skill eng-go-cli-developergit clone --depth 1 https://github.com/oodaris/autocodexWrote 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.
[](https://agentmods.dev/skills/oodaris/autocodex/eng-go-cli-developer)<a href="https://agentmods.dev/skills/oodaris/autocodex/eng-go-cli-developer"><img src="https://agentmods.dev/badge/skills/oodaris/autocodex/eng-go-cli-developer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00017 | $0.00334 |
| Opus 5 | $0.00009 | $0.00167 |
| Sonnet 5 | $0.00003 | $0.00067 |
| Haiku 4.5 | $0.00002 | $0.00033 |
Grade A, and why
eng-go-cli-developer 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.
What it actually says
Go CLI Developer
Repo anchors (autocodex)
- CLI_PATH:
cmd/autocodex/ - INTERNAL_PATH:
internal/ - TEST_COMMANDS
go test ./...go vet ./...gofmt -w $(rg --files -g '*.go')
When to use
- Adding or modifying CLI commands or flags.
Preconditions
- CLI goals and expected workflows are defined.
- If contracts must change, STOP and update contracts first.
Inputs to confirm
- Command structure and flags
- Expected outputs (human vs JSON)
- Exit code semantics
Required artifacts
- Deterministic CLI behavior
- Help text or examples for new commands
- Tests for parsing or core flows
Quick path
- Define flags and output format.
- Keep CLI thin; move logic to packages.
- Add tests.
Steps
- Implement CLI parsing.
- Delegate to internal packages.
- Ensure stdout is for output, stderr for logs/errors.
- Add tests for parsing/output.
Failure modes and responses
- Unclear UX: ask for expected CLI workflow.
- Unstable output: add JSON output and tests.
Definition of done
- CLI is deterministic, documented, and tested.
Example (minimal)
- Command:
autocodex plugins --action list - Output: JSON list of plugins.
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.
- 5d ago First seen · 55 lines · 17 tokens per session scan A aa3914698b31
eng-go-cli-developer is a skill published in the GitHub repository oodaris/autocodex (16 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 334 once invoked, about $0.0001 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.
Other skills, from other repositories
hns-moaiadk-best-practices
Every change must pass all five dimensions before completion.
hns-moaiadk-patterns
Skill "hns-moaiadk-patterns" from modu-ai/moai-adk, covering moai-adk-go domain patterns, architecture quick reference, key source paths, pipeline specialist delegation map and template-first build cycle.
数据处理器
数据处理与分析技能。当用户需要对知识库检索结果进行数据分析、统计计算、格式转换、数据提取或生成报告时使用此技能。支持 Python 脚本执行进行高级数据处理。.
version-check
Recommend which Claude Code version to run, or whether to update. Use when asked which Claude Code version is best/safe, whether to update now, whether a recent release is buggy, or what changed since the installed version.
gha
Analyze GitHub Actions failures and identify root causes.
handoff
Write or update a handoff document so the next agent with fresh context can continue this work.