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.

First seen 6/6/2026

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

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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 skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/prompt-skill-eval.md https://raw.githubusercontent.com/timBrockman/prompt-skill-eval/main/SKILL.md. Finally, /prompt-skill-eval in Claude Code.

What is prompt-skill-eval best for?

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