BeClaude

prompt-skill-eval

New
GitHub TrendingGeneralby timBrockman

Modular, testable prompt and agent skill library with DeepEval metrics, multi-model CI, and Vercel npx skills compatibility. Prototype reusable skills (SKILL.md + Python registry) for production-grade LLM development.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/prompt-skill-eval.md https://raw.githubusercontent.com/timBrockman/prompt-skill-eval/main/SKILL.md
3
Invoke in Claude Code
/prompt-skill-eval
View source on GitHub
testingagentpython

Frequently Asked Questions

What is prompt-skill-eval?

Modular, testable prompt and agent skill library with DeepEval metrics, multi-model CI, and Vercel npx skills compatibility. Prototype reusable skills (SKILL.md + Python registry) for production-grade LLM development.

How to install prompt-skill-eval?

To install prompt-skill-eval, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /prompt-skill-eval.

What is prompt-skill-eval best for?

prompt-skill-eval is a community categorized under General. It is designed for: testing, agent, python. Created by timBrockman.