16 lines
620 B
JSON
16 lines
620 B
JSON
{
|
|
"name": "word-count-checker",
|
|
"description": "Automatically checks word counts of documents when the user mentions word count in relation to a file. Prevents Claude from estimating word count of a document based on the tokens used to generate it.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Tim Green",
|
|
"email": "rawveg@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/rawveg/claude-skills-marketplace",
|
|
"repository": "https://github.com/rawveg/claude-skills-marketplace",
|
|
"license": "MIT",
|
|
"keywords": ["word count", "document", "Claude Code"],
|
|
"category": "productivity",
|
|
"strict": false
|
|
}
|