Skip to content

Commit 0714bb0

Browse files
committed
Document agent skills guidance
1 parent abff173 commit 0714bb0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ swift test --package-path . --filter <TestName>
6565
- No Copilot instructions file found at `.github/copilot-instructions.md`.
6666
- If you add Cursor/Copilot rules, place them in `.cursor/rules/` and reference them here.
6767

68+
- **Skills**
69+
- If your agent supports skills, follow the `SKILL.md` instructions for any skill you use.
70+
- This repo does not define repo-specific skills; rely on your toolchain's skill list when available.
71+
6872
- **Code style guidelines**
6973

7074
- Imports

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ CI
118118

119119
Contributing and agents
120120
- There is an `AGENTS.md` file with rules and commands for automated agents and contributors. Agents should follow its guidelines when editing, testing, and committing.
121+
- Skill guidance for agent-enabled environments is also noted in `AGENTS.md`.
121122

122123
Example usage
123124
- Simple programmatic example (conceptual):

0 commit comments

Comments
 (0)