Getting Started

Browse the registry

Visit evalify.sh to browse community-published eval packs. Each card shows the skill name, author, domain, and how many evals are included.

Click any pack to preview its evaluation criteria before installing.

Install the CLI

The Evalify CLI is distributed via npm. No global install required — use npx:

npx evalify-cli pull <slug>

Or install globally:

npm install -g evalify-cli

Pull a pack

Run pull with the pack slug:

npx evalify-cli pull ai-review-response-tool

The CLI walks you through an interactive install:

→ Pulling eval criteria: ai-review-response-tool
 
? Install location:
~/.claude/skills/ai-review-response-tool/evals.json (default)
Custom path
 
✓ Pulled AI Review Response Tool v1.0.0
✓ Wrote 3 evals to ~/.claude/skills/ai-review-response-tool/evals.json
Author: testuser123
Domain: productivity/ai-tools
Version: 1.0.0

Where files land

By default, packs are saved to:

~/.claude/skills/<slug>/evals.json

This matches the directory structure that SkillCreator expects. Point SkillCreator at the folder and it will pick up the evals automatically.

Using with SkillCreator

After pulling, run SkillCreator's evaluation command against the folder:

skillcreator eval ~/.claude/skills/ai-review-response-tool

SkillCreator reads evals.json, runs each prompt against your skill, and generates an accuracy report.