chore: add lint and format commands to agents.md (#13)

This commit is contained in:
Pedro Rodrigues
2026-01-26 13:17:52 +00:00
committed by GitHub
parent 886305b7bb
commit 1712854a51

View File

@@ -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`