Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:50 +08:00
commit 5ae7faad9c
8 changed files with 1567 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "documentation-tools",
"description": "Documentation Tools - Utilities for managing and organizing repository documentation for optimal AI agent context, with CLAUDE.md to AGENTS.md conversion",
"version": "1.4.0",
"author": {
"name": "Tobey Forsman"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}