feat: add Claude and Codex configs to dotfiles

This commit is contained in:
Dmitry
2026-05-13 19:55:36 +03:00
parent 02b0ca610d
commit c42f0d0362
8 changed files with 227 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "rtk hook claude"
}
]
}
]
},
"enabledPlugins": {
"github@claude-plugins-official": false,
"ruby-lsp@claude-plugins-official": true,
"andrej-karpathy-skills@karpathy-skills": true
},
"extraKnownMarketplaces": {
"superpowers-marketplace": {
"source": {
"source": "github",
"repo": "obra/superpowers-marketplace"
}
},
"karpathy-skills": {
"source": {
"source": "github",
"repo": "forrestchang/andrej-karpathy-skills"
}
}
},
"language": "Russian",
"effortLevel": "high",
"remoteControlAtStartup": false,
"agentPushNotifEnabled": true
}