Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions agents/shreyas-lyzr__skill-creator-agent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# skill-creator-agent

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.

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/shreyas-lyzr/skill-creator-agent
```

## Capabilities

- Draft new skills from scratch based on your intent
- Write SKILL.md with proper frontmatter, instructions, and bundled resources
- Generate realistic test prompts and run evaluations
- Launch an interactive eval viewer for qualitative human review
- Run quantitative benchmarks with variance analysis
- Perform blind A/B comparisons between skill versions
- Optimize skill descriptions for better triggering accuracy
- Package skills for distribution

## Built with

[gitagent](https://github.com/open-gitagent/gitagent)
14 changes: 14 additions & 0 deletions agents/shreyas-lyzr__skill-creator-agent/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "skill-creator-agent",
"author": "shreyas-lyzr",
"description": "An AI agent that helps you create, test, improve, and optimize skills for Claude Code and other AI assistants",
"repository": "https://github.com/shreyas-lyzr/skill-creator-agent",
"version": "1.0.0",
"category": "developer-tools",
"tags": ["skills", "eval", "benchmark", "claude-code", "testing", "developer-tools"],
"license": "MIT",
"model": "claude-opus-4-6",
"adapters": ["claude-code", "openai", "system-prompt"],
"icon": false,
"banner": false
}
Loading