npx skills add ...
npx skills add getsentry/webvitals.com --skill agents-md
npx skills add getsentry/webvitals.com --skill agents-md
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Guides discovery of local skills and enforces minimal documentation style.
AGENTS.md is the canonical agent-facing documentation. Keep it minimal—agents are capable and don't need hand-holding.
AGENTS.md at project rootln -s AGENTS.md CLAUDE.mdDiscover local skills to reference:
Read each skill's frontmatter to understand when to reference it.
db-migrate skill. See .claude/skills/db-migrate/SKILL.md"Which tool and key commands only:
Always include this section. Agents should use their own identity:
Co-Authored-By: (the agent model's name and attribution byline)
Project-specific patterns agents must follow. Keep brief.
Reference each discovered skill:
Add only if truly needed:
Omit these:
Co-Authored-By: (the agent model's name and attribution byline)
## Commit Attribution
AI commits MUST include:Example: `Co-Authored-By: Claude Sonnet 4 <noreply@example.com>`## Database
Use `db-migrate` skill for schema changes. See `.claude/skills/db-migrate/SKILL.md`
## Testing
Use `write-tests` skill. See `.claude/skills/write-tests/SKILL.md`# Agent Instructions
## Package Manager
Use **pnpm**: `pnpm install`, `pnpm dev`
## Commit Attribution
AI commits MUST include:
## API Routes
[Template code block]
## Database
Use `db-migrate` skill. See `.claude/skills/db-migrate/SKILL.md`
## Testing
Use `write-tests` skill. See `.claude/skills/write-tests/SKILL.md`
## CLI
| Command | Description |
|---------|-------------|
| `pnpm cli sync` | Sync data |