Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/llm-as-judge-skills/src/agents/index.ts
1export { EvaluatorAgent, evaluatorAgent } from './evaluator.js';2export type { EvaluatorAgentConfig } from './evaluator.js';34