-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathagents.toml
More file actions
32 lines (25 loc) · 604 Bytes
/
agents.toml
File metadata and controls
32 lines (25 loc) · 604 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version = 1
# Check skills into git so collaborators get them without running 'dotagents install'.
# Set to true (or remove) to gitignore managed skills instead.
gitignore = true
[[skills]]
name = "brand-guidelines"
source = "getsentry/skills"
[[skills]]
name = "agents-md"
source = "getsentry/skills"
[[skills]]
name = "commit"
source = "getsentry/skills"
[[skills]]
name = "iterate-pr"
source = "getsentry/skills"
[[skills]]
name = "pr-writer"
source = "getsentry/skills"
[[skills]]
name = "skill-writer"
source = "getsentry/skills"
[[skills]]
name = "create-branch"
source = "getsentry/skills"