← All plugins
autorefine
v0.1.0Iteratively improve any skill using eval-grounded autoresearch and Hamel's Three Gulfs methodology.
CodexClaude Code
by Surah LiMIT9updated 3 weeks ago
Source
git clone https://github.com/surahli123/autorefine-skill-improvementClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
autorefine/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
.codex-plugin/plugin.json
{
"name": "autorefine",
"version": "0.1.0",
"description": "Iteratively improve any skill using eval-grounded autoresearch and Hamel's Three Gulfs methodology.",
"author": {
"name": "Surah Li",
"url": "https://github.com/surahli123"
},
"homepage": "https://github.com/surahli123/autorefine-skill-improvement",
"repository": "https://github.com/surahli123/autorefine-skill-improvement",
"license": "MIT",
"keywords": [
"skills",
"codex",
"autoresearch",
"evals",
"prompt-engineering",
"agent-workflows",
"three-gulfs",
"trust",
"quality"
],
"skills": [
"./autorefine"
]
}.claude-plugin/plugin.json
{
"name": "autorefine",
"version": "0.1.0",
"description": "Iteratively improve any skill using eval-grounded autoresearch and Hamel's Three Gulfs methodology.",
"author": {
"name": "Surah Li",
"url": "https://github.com/surahli123"
},
"homepage": "https://github.com/surahli123/autorefine-skill-improvement",
"repository": "https://github.com/surahli123/autorefine-skill-improvement",
"license": "MIT",
"keywords": [
"skills",
"claude-code",
"autoresearch",
"evals",
"prompt-engineering",
"agent-workflows",
"three-gulfs",
"trust",
"quality"
],
"skills": [
"./autorefine"
],
"hooks": {}
}