From 7d9e51a92ac788b0247e7c9b968c8e0c22885c0a Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Fri, 13 Mar 2026 10:56:30 -0500 Subject: [PATCH] Add skill directory to structure diagram in evaluating skills doc Show `csv-analyzer/` (containing `SKILL.md` and `evals/evals.json`) alongside `csv-analyzer-workspace/` so readers can see the full layout at a glance. Closes #238. Closes #239. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/skill-creation/evaluating-skills.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/skill-creation/evaluating-skills.mdx b/docs/skill-creation/evaluating-skills.mdx index ff8e196..7c90d54 100644 --- a/docs/skill-creation/evaluating-skills.mdx +++ b/docs/skill-creation/evaluating-skills.mdx @@ -54,6 +54,10 @@ The core pattern is to run each test case twice: once **with the skill** and onc Organize eval results in a workspace directory alongside your skill directory. Each pass through the full eval loop gets its own `iteration-N/` directory. Within that, each test case gets an eval directory with `with_skill/` and `without_skill/` subdirectories: ``` +csv-analyzer/ +├── SKILL.md +└── evals/ + └── evals.json csv-analyzer-workspace/ └── iteration-1/ ├── eval-top-months-chart/