SkillAgentSearch skills...

Evalite

Evaluate your LLM-powered apps with TypeScript

Install / Use

/learn @mattpocock/Evalite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Evalite: the TypeScript-native, local-first tool for testing LLM-powered apps.

Contributing

  1. Create a .env file inside packages/example containing an OPENAI_API_KEY:
OPENAI_API_KEY=your-api-key
  1. Run development commands:
pnpm run dev          # Build, then run tsc -w on evalite + vitest on evalite-tests
pnpm run example      # Build, then run evalite watch + UI dev server at http://localhost:5173
pnpm run test         # Build and run all tests

[!IMPORTANT]

You may need to run pnpm build in root, then npm link inside packages/evalite to get the global evalite command to work.

See CONTRIBUTING.md for full documentation.

Related Skills

View on GitHub
GitHub Stars1.4k
CategoryDevelopment
Updated5h ago
Forks68

Languages

TypeScript

Security Score

100/100

Audited on Mar 20, 2026

No findings