Skip to content

Commit 8c3019e

Browse files
authored
[all] Prepare packages for skills (#11430)
go/flutter-flutter-skills-initial-adoption Longer term we will want the ability to have per package skills but to start out we will just go with one skills directory. ## Pre-Review Checklist
1 parent d2316b2 commit 8c3019e

5 files changed

Lines changed: 21 additions & 0 deletions

File tree

.agents/skills/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Flutter Agent Skills
2+
3+
Welcome to the `.agent/skills` directory. This directory contains agent skills designed for consumption by Flutter package contributors.
4+
5+
## Base guidance
6+
7+
flutter/packages follows the same guidance that flutter/flutter uses.
8+
https://github.com/flutter/flutter/blob/master/.agents/skills/README.md
9+
10+
## Packages specific guidance
11+
12+
When there is specific guidance for packages it will go here.

.claude/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.agents/skills

.direnv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source_up_if_exists

agent-artifacts/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!.gitignore
3+
!README.md

agent-artifacts/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Agent Artifacts
2+
3+
This directory is intended for agents and skills to store files that should not be tracked by git.
4+
Files in this directory (with the exception of `.gitignore` and `README.md`) are ignored by version control.

0 commit comments

Comments
 (0)