mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
chore: add lint and format commands to agents.md (#13)
This commit is contained in:
@@ -24,8 +24,11 @@ npm run build # Build all skills
|
|||||||
npm run build -- {skill-name} # Build specific skill
|
npm run build -- {skill-name} # Build specific skill
|
||||||
npm run validate # Validate all skills
|
npm run validate # Validate all skills
|
||||||
npm run validate -- {skill-name} # Validate specific skill
|
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
|
## Creating a New Skill
|
||||||
|
|
||||||
1. Create directory: `mkdir -p skills/{name}/rules`
|
1. Create directory: `mkdir -p skills/{name}/rules`
|
||||||
|
|||||||
Reference in New Issue
Block a user