cdcore09/whetstone
v0.1.0MIT
Meta-skills that sharpen your other skills: promote repeated code into reusable scripts, audit skill descriptions for ambiguity and overlap, repair skills from failed runs, and require evidence-based verification before an agent returns output.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "whetstone",
"version": "0.1.0",
"description": "Meta-skills that sharpen your other skills: promote repeated code into reusable scripts, audit skill descriptions for ambiguity and overlap, repair skills from failed runs, and require evidence-based verification before an agent returns output.",
"author": {
"name": "Cordero Core",
"url": "https://github.com/cdcore09"
},
"homepage": "https://github.com/cdcore09/whetstone",
"repository": "https://github.com/cdcore09/whetstone",
"license": "MIT",
"keywords": [
"agent-skills",
"skills",
"meta-skills",
"dry",
"self-improving",
"verification",
"progressive-disclosure",
"skill-audit"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- audit_skills.py
- LICENSE