Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:59 +08:00
commit dc07b7eb3a
6 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "project-documenter",
"description": "Repository documentation toolkit for creating and maintaining CLAUDE.md and docs/claude/ structure",
"version": "1.0.0",
"author": {
"name": "David Lopes"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}