Skip to content

Commit 3cc54d5

Browse files
markushiclaude
andcommitted
meta: Add dotagents configuration
Sets up dotagents to manage AI agent skills declaratively via agents.toml. Previously committed skills are now managed by dotagents and gitignored. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a7fc366 commit 3cc54d5

File tree

4 files changed

+49
-269
lines changed

4 files changed

+49
-269
lines changed

.claude/skills/create-java-pr/SKILL.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

.claude/skills/test/SKILL.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ spy.log
3434
# Local Claude Code settings/state that should not be committed
3535
.claude/settings.local.json
3636
.claude/worktrees/
37+
# Auto-generated by dotagents — do not commit these files.
38+
agents.lock
39+
.agents/.gitignore
40+
.claude/skills/

agents.toml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
version = 1
2+
3+
[[skills]]
4+
name = "dotagents"
5+
source = "getsentry/dotagents"
6+
7+
[[skills]]
8+
name = "sentry-android-sdk"
9+
source = "getsentry/sentry-for-ai"
10+
11+
[[skills]]
12+
name = "sentry-sdk-setup"
13+
source = "getsentry/sentry-for-ai"
14+
15+
[[skills]]
16+
name = "sentry-sdk-upgrade"
17+
source = "getsentry/sentry-for-ai"
18+
19+
[[skills]]
20+
name = "sentry-workflow"
21+
source = "getsentry/sentry-for-ai"
22+
23+
[[skills]]
24+
name = "sentry-fix-issues"
25+
source = "getsentry/sentry-for-ai"
26+
27+
[[skills]]
28+
name = "sentry-code-review"
29+
source = "getsentry/sentry-for-ai"
30+
31+
[[skills]]
32+
name = "sentry-pr-code-review"
33+
source = "getsentry/sentry-for-ai"
34+
35+
[[skills]]
36+
name = "sentry-feature-setup"
37+
source = "getsentry/sentry-for-ai"
38+
39+
[[skills]]
40+
name = "sentry-create-alert"
41+
source = "getsentry/sentry-for-ai"
42+
43+
[[skills]]
44+
name = "sentry-setup-ai-monitoring"
45+
source = "getsentry/sentry-for-ai"

0 commit comments

Comments
 (0)