Skip to content

Commit 1d7f210

Browse files
authored
Merge pull request #1 from ASRagab/aragab/update-plugin-metadata
Updating plugin metadata
2 parents b41adeb + db94687 commit 1d7f210

2 files changed

Lines changed: 24 additions & 43 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Claude Code plugin for optimizing text artifacts using gepa",
8-
"version": "0.1.0"
8+
"version": "0.1.1"
99
},
1010
"plugins": [
1111
{
1212
"name": "optimize-anything",
1313
"source": "./",
1414
"description": "Optimize any text artifact using gepa — prompts, code, configs, skills",
15-
"version": "0.1.0",
15+
"version": "0.1.1",
1616
"homepage": "https://github.com/ASRagab/optimize-anything",
1717
"repository": "https://github.com/ASRagab/optimize-anything",
1818
"keywords": ["optimization", "gepa", "prompts", "evaluator", "llm-judge"],

.claude-plugin/plugin.json

Lines changed: 22 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,30 @@
11
{
22
"name": "optimize-anything",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Optimize any text artifact using gepa — prompts, code, configs, skills",
5-
"keywords": ["optimization", "gepa", "prompts", "evaluator"],
6-
"author": "optimize-anything contributors",
5+
"keywords": [
6+
"optimization",
7+
"gepa",
8+
"prompts",
9+
"evaluator"
10+
],
11+
"author": {
12+
"name": "optimize-anything contributors"
13+
},
14+
"repository": "https://github.com/ASRagab/optimize-anything",
15+
"homepage": "https://github.com/ASRagab/optimize-anything",
16+
"license": "MIT",
717
"commands": [
8-
{
9-
"name": "optimize",
10-
"description": "Run optimization on a seed artifact with an evaluator"
11-
},
12-
{
13-
"name": "generate-evaluator",
14-
"description": "Generate an evaluator script for a text artifact"
15-
},
16-
{
17-
"name": "intake",
18-
"description": "Normalize evaluator intake specification"
19-
},
20-
{
21-
"name": "explain",
22-
"description": "Explain the optimization plan for a seed artifact"
23-
},
24-
{
25-
"name": "budget",
26-
"description": "Recommend evaluation budget for a seed artifact"
27-
},
28-
{
29-
"name": "score",
30-
"description": "Score a single artifact with an evaluator without optimizing"
31-
},
32-
{
33-
"name": "analyze",
34-
"description": "Analyze an artifact to discover quality dimensions for LLM judge optimization"
35-
}
18+
{ "name": "optimize", "description": "Run gepa optimization on a text artifact" },
19+
{ "name": "generate-evaluator", "description": "Generate a scoring evaluator from a seed artifact and objective" },
20+
{ "name": "intake", "description": "Normalize and validate an optimization intake spec" },
21+
{ "name": "explain", "description": "Explain what optimize-anything will do for a given configuration" },
22+
{ "name": "budget", "description": "Estimate token and API cost budget for an optimization run" },
23+
{ "name": "score", "description": "Score a single artifact against an evaluator" },
24+
{ "name": "analyze", "description": "Discover quality dimensions for an artifact and objective" }
3625
],
3726
"skills": [
38-
{
39-
"name": "generate-evaluator",
40-
"path": "skills/generate-evaluator/SKILL.md",
41-
"description": "Generate an evaluator script for a text artifact, choosing the right scoring pattern for the objective"
42-
},
43-
{
44-
"name": "optimization-guide",
45-
"path": "skills/optimization-guide/SKILL.md",
46-
"description": "Guide for running optimizations with optimize-anything, covering modes, configuration, and interpretation"
47-
}
27+
{ "name": "generate-evaluator", "path": "skills/generate-evaluator/SKILL.md", "description": "Guide for creating custom evaluator scripts" },
28+
{ "name": "optimization-guide", "path": "skills/optimization-guide/SKILL.md", "description": "End-to-end optimization workflow guidance" }
4829
]
4930
}

0 commit comments

Comments
 (0)