-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 783 Bytes
/
Copy pathplugin.json
File metadata and controls
23 lines (23 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$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"
]
}