Skip to content

Commit 27ba1df

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 27ba1df

File tree

4 files changed

+13
-269
lines changed

4 files changed

+13
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version = 1
2+
3+
[[skills]]
4+
name = "dotagents"
5+
source = "getsentry/dotagents"
6+
7+
[[skills]]
8+
name = "*"
9+
source = "getsentry/sentry-for-ai"

0 commit comments

Comments
 (0)