Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:54 +08:00
commit 08b379a697
7 changed files with 329 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "atuin",
"description": "Atuin shell history integration - search, capture, and manage bash command history with AI",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}