From 1712854a5128a32c418bc572a4cfda04dc5aa0d5 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues <44656907+Rodriguespn@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:17:52 +0000 Subject: [PATCH] chore: add lint and format commands to agents.md (#13) --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 4eacf6a..b8ade88 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,8 +24,11 @@ npm run build # Build all skills npm run build -- {skill-name} # Build specific skill npm run validate # Validate all skills npm run validate -- {skill-name} # Validate specific skill +npm run check # Format and lint (auto-fix) ``` +**Before completing any task**, run `npm run check` and `npm run build` to ensure CI passes. + ## Creating a New Skill 1. Create directory: `mkdir -p skills/{name}/rules`