From 99028400c6b68fd59eb0009cc36398debbc228a2 Mon Sep 17 00:00:00 2001 From: Chris Raethke Date: Mon, 9 Mar 2026 13:56:14 +1000 Subject: [PATCH] docs: generalize skills section to reference all coding agents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec6b07..5a7bbb2 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,9 @@ Logs: /tmp/cargo-agent.abc123 On **PASS**, temp logs are cleaned up automatically. On **FAIL** (or `KEEP_DIR=1`), logs are preserved and the path is printed so the agent can inspect them. -## Claude Code Skills +## Coding Agent Skills -The `skills/` directory contains Claude Code skill definitions. After installing, agents like Claude Code can invoke these as skills: +The `skills/` directory contains skill definitions for coding agents (Claude Code, Codex, etc). After installing, agents can invoke these as slash commands: - `/ansible-agent` — run Ansible playbook checks - `/bash-agent` — run shell script checks