Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "docx-smart-extractor",
|
||||
"description": "Extract and analyze Word documents (1MB-50MB+) with minimal token usage. Lossless extraction of all text, tables, formatting, and document structure while achieving 10-50x token reduction through local extraction, semantic chunking by headings, and intelligent caching.",
|
||||
"version": "2.2.0",
|
||||
"author": {
|
||||
"name": "Diego Consolini",
|
||||
"email": "diego@diegocon.nl"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/docx-smart-extractor.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user