You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
**For non-supported tools**: Use this AGENTS.md document directly, or configure your tool to reference the project's design principles explicitly in CLAUDE.md.
291
+
292
+
### Relationship to AGENTS.md
293
+
294
+
-**AGENTS.md is the source of truth**: All design principle changes are made here first
295
+
-**Skills are optimized versions**: The `skills/` directory provides the same rules in a format optimized for agent consumption
296
+
-**Synchronization**: When AGENTS.md is updated, corresponding files in `skills/boundary-validator/references/` should be updated
297
+
298
+
This is a **strategic duplication**:
299
+
300
+
-**AGENTS.md**: Human-readable, comprehensive, works with all tools
This directory contains **Agent Skills** specific to the safe-formdata project.
4
+
5
+
## What are Agent Skills?
6
+
7
+
Agent Skills are structured knowledge packages that agents like Claude Code can efficiently reference. Based on the implementation rules in AGENTS.md, they provide:
8
+
9
+
-**Automatic triggering**: Activates automatically during PR creation and code review
10
+
-**Progressive disclosure**: Loads only necessary information incrementally
11
+
-**Standardized format**: Complies with the [agentskills.dev](https://agentskills.dev) official specification
12
+
13
+
## Available Skills
14
+
15
+
### boundary-validator
16
+
17
+
Performs code review based on boundary principles.
18
+
19
+
-**Purpose**: Automatically detect violations of safe-formdata's design principles
0 commit comments