dotfiles

My dotfile repo. It sets aliases and installs generic applications for my user.

483 BBACKUP
agents.json.backup
483 B20 lines • plaintext
1{
2  "version": "1.0",
3  "agents": [
4    {
5      "name": "file-creator",
6      "location": "/home/yannick/.claude/agents/utilities/file-creator.md",
7      "type": "utility"
8    },
9    {
10      "name": "git-workflow",
11      "location": "/home/yannick/.claude/agents/utilities/git-workflow.md",
12      "type": "utility"
13    },
14    {
15      "name": "rapid-prototyper",
16      "location": "/home/yannick/.claude/agents/engineering/rapid-prototyper.md",
17      "type": "engineering"
18    }
19  ]
20}