Skip to content

Commit ff7513b

Browse files
authored
Merge pull request #4 from shreyas-lyzr/add-skill-creator-agent
Add skill-creator-agent
2 parents 536fea2 + 86d1b69 commit ff7513b

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# skill-creator-agent
2+
3+
An AI agent that helps you create, test, improve, and optimize skills for Claude Code and other AI assistants. It guides you through the full skill development lifecycle — from drafting SKILL.md to running evaluations, benchmarking, and optimizing trigger descriptions.
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/skill-creator-agent
9+
```
10+
11+
## Capabilities
12+
13+
- Draft new skills from scratch based on your intent
14+
- Write SKILL.md with proper frontmatter, instructions, and bundled resources
15+
- Generate realistic test prompts and run evaluations
16+
- Launch an interactive eval viewer for qualitative human review
17+
- Run quantitative benchmarks with variance analysis
18+
- Perform blind A/B comparisons between skill versions
19+
- Optimize skill descriptions for better triggering accuracy
20+
- Package skills for distribution
21+
22+
## Built with
23+
24+
[gitagent](https://github.com/open-gitagent/gitagent)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "skill-creator-agent",
3+
"author": "shreyas-lyzr",
4+
"description": "An AI agent that helps you create, test, improve, and optimize skills for Claude Code and other AI assistants",
5+
"repository": "https://github.com/shreyas-lyzr/skill-creator-agent",
6+
"version": "1.0.0",
7+
"category": "developer-tools",
8+
"tags": ["skills", "eval", "benchmark", "claude-code", "testing", "developer-tools"],
9+
"license": "MIT",
10+
"model": "claude-opus-4-6",
11+
"adapters": ["claude-code", "openai", "system-prompt"],
12+
"icon": false,
13+
"banner": false
14+
}

0 commit comments

Comments
 (0)