Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:35 +08:00
commit c41279f305
10 changed files with 718 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "agent-prompts",
"description": "AI Agent基本原則・動作モード・カスタムコマンド",
"version": "1.0.0",
"author": {
"name": "otolab"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}