Skip to content

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-audit skill and audit_skills.py, a standard-library auditor for description defects, duplicate names, and trigger-surface collisions across installed Agent Skills.
  • dry-promotion skill for moving repeatedly regenerated code into a saved script the owning skill executes.
  • skill-repair skill for converting a corrected run into a durable edit in the smallest place that fixes the cause.
  • verify-before-return skill for adding acceptance criteria and evidence-based self-checks to an existing skill.
  • Three manifests over one shared skills/ tree: root plugin.json for the Agent Plugins 1.0 standard, .claude-plugin/plugin.json for Claude Code, and .cursor-plugin/plugin.json for Cursor.