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.
Changelog
All notable changes to this project are documented here. Format follows Keep a Changelog; versions follow Semantic Versioning.
[0.1.0] - 2026-09-14
Added
skill-auditskill andaudit_skills.py, a standard-library auditor for description defects, duplicate names, and trigger-surface collisions across installed Agent Skills.dry-promotionskill for moving repeatedly regenerated code into a saved script the owning skill executes.skill-repairskill for converting a corrected run into a durable edit in the smallest place that fixes the cause.verify-before-returnskill for adding acceptance criteria and evidence-based self-checks to an existing skill.- Three manifests over one shared
skills/tree: rootplugin.jsonfor the Agent Plugins 1.0 standard,.claude-plugin/plugin.jsonfor Claude Code, and.cursor-plugin/plugin.jsonfor Cursor.