From 58f7c45040b612d8aed7e51ba9c5fe871cacbb14 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 13 Mar 2026 17:03:06 +1300 Subject: [PATCH] Explicitly instruct agents to use particular skills in `AGENT.md` --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 076d2e9e..3790a651 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,3 +11,8 @@ Follow standard contributing guidelines as documented in CONTRIBUTING.md. ## Agent Skills The .agent/skills directory contains agent skills. + +### Important skills + +- Always run static checks using the `usethis-qa-static-checks` skill before finishing a task. +- If modifying Python code, always use the `usethis-python-code-modify` and `usethis-python-module-layout-modify` skills.