AGENTS.md is agent-read markdown (agents) from cooneycw/claude-power-pack.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AGENTS.md
**The rules for working in this repository are in [`CLAUDE.md`](CLAUDE.md). Read
it. This file does not restate them, and where the two could be read as
disagreeing, `CLAUDE.md` is the rules.**
This file exists because Codex looks for `AGENTS.md` and would otherwise find no
agent context at all. It carries only what is different for a Codex session -
facts that cannot be inferred from the tree, or that are wrong if inferred from
`CLAUDE.md` alone. Everything else resolves through the pointer above.
## What is different here for Codex
**The Codex skill surface is generated.** `codex/skills/` is build output. Edit
the source under `.claude/commands/**`, then run `make codex-skills`. Never edit
`codex/skills/` directly: the next regeneration overwrites it, and the parity
gate reds on the drift in between. This is the one hazard the repository does not
otherwise announce.
**Skills arrive as named Codex skills, not slash commands.** Command documents
are written as `/flow:auto`, `/cpp:init` and so on. On this surface they are
Codex skills named `flow-auto`, `cpp-init`. A `/name:thing` in any document means
the skill `name-thing` here.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_pzgylppu2chuguay
GET https://markdownregistry.com/api/v1/resolve?ref=cooneycw/claude-power-pack/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/861019e9867b7ab63323d1551a44a34262167d0c294193213f2230bbdebbcdb1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
cooneycw/claude-power-pack · .claude/skills/best-practices/SKILL.md · Routes to topic-specific best practices skills instead of loading them all. Use for Claude Code help, tips, or a how to…
cooneycw/claude-power-pack · .claude/skills/boot/SKILL.md · Menu-driven session identity registration for Kyle-compatible local-network discovery. Use to boot or register a…
cooneycw/claude-power-pack · .claude/skills/browser-tiered/SKILL.md · Use the bdg CLI for lightweight work and escalate to Playwright MCP for complex flows. Use for browser automation…
cooneycw/claude-power-pack · .claude/skills/cicd-verification/SKILL.md · Build system, health check, pipeline and container patterns. Use for CI/CD - a pipeline, Makefile generation, GitHub…
cooneycw/claude-power-pack · .claude/skills/claude-md-config/SKILL.md · CLAUDE.md structure, optimization and conventions. Use when writing or reviewing a CLAUDE.md, during project setup, or…
cooneycw/claude-power-pack · .claude/skills/code-quality/SKILL.md · Code review, testing and quality patterns. Use when reviewing code, deciding what testing a change needs, or judging…
cooneycw/claude-power-pack · .claude/skills/context-efficiency/SKILL.md · Progressive disclosure, token budgets and optimization. Use when context is filling up, when tokens must be cut to a…
cooneycw/claude-power-pack · .claude/skills/documentation/SKILL.md · Generate C4 architecture diagrams as GitHub-renderable Mermaid, and PowerPoint slides. Use to update docs, or draw a c4…
cooneycw/claude-power-pack · .claude/skills/evaluate/SKILL.md · Domain-aware prompts for multi-model analysis. Use to evaluate an architecture, concept, algorithm, ui-design or…
cooneycw/claude-power-pack · .claude/skills/hooks-automation/SKILL.md · Hook types, lifecycle and automation patterns. Use when adding or debugging hooks such as SessionStart or…
cooneycw/claude-power-pack · .claude/skills/idd-workflow/SKILL.md · IDD workflow with git worktrees and issue hierarchy. Use for issue driven development, creating a git worktree, or…
cooneycw/claude-power-pack · .claude/skills/infrastructure-hardening/SKILL.md · Validation gates, runtime contracts, canary validation and sentinel files. Use after a repeated failure, or for…