Files
gh-rawe-claude-agent-orches…/.claude-plugin/plugin.json
2025-11-30 08:49:56 +08:00

12 lines
438 B
JSON

{
"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"
]
}