Communitygithub.com

ebarti/skills

📚 Agent skills distilled from technical books — AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.

skills 是什么?

skills is a Claude Code agent skill that 📚 Agent skills distilled from technical books — AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add ebarti/skills

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

AI Evaluation

Knowledge from "AI Engineering" by Chip Huyen (Chapters 3-4). Practical methods for evaluating foundation models and AI systems built on top of them.

Quick Start

  1. Check guidelines.md to find which files to load for your task
  2. Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
  3. Apply guidance to your work

Contents

References

CategoryPurpose
language-modeling-metricsEntropy, cross-entropy, perplexity, bits-per-character
exact-evaluationFunctional correctness, exact match, lexical/semantic similarity, embeddings
ai-as-judgeWhen to use AI judges, how to prompt them, limitations and biases
comparative-evaluationRanking models with pairwise comparisons, Bradley-Terry, scalability challenges
evaluation-criteriaDomain capability, generation (factual, safety), instruction-following, cost/latency
model-selectionSelection workflow, open source vs API, navigating public benchmarks
evaluation-pipelineEnd-to-end pipeline design, scoring rubrics, evaluation methods

Workflows

TaskWorkflow
Choose a model (build vs buy, OS vs API)workflows/select-model.md
Design an end-to-end evaluation pipelineworkflows/design-eval-pipeline.md

Guidelines

See guidelines.md for task-based file selection.

相关技能