Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:56 +08:00
commit a250e458a9
14 changed files with 1221 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "document-sync",
"description": "Document management system for storing, querying, and retrieving documents across Claude Code sessions. Provides doc-* commands for document operations with a centralized server. Requires Document Sync Server running and Python with uv.",
"version": "0.1.0",
"author": {
"name": "Document Sync Contributors",
"email": "noreply@example.com"
},
"skills": [
"./skills"
]
}