From 86bb74ff367b3b2bce1280dd8b69e1507aacefa5 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 23 Mar 2026 04:15:04 +0100 Subject: [PATCH] Update README to remove token count instructions Removed token count measurement instructions from README. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 296f8ee..5b16428 100644 --- a/README.md +++ b/README.md @@ -190,12 +190,6 @@ These skills are designed as **atomic, cross-referencing units**. A skill may re | โŒ `golang-temporal` | | โ€” | 0 | 0 | 0 | | โœ… `golang-stretchr-testify` | | -47% | 89 | 1,714 | 2,533 | -Token counts are measured with `npm exec -- tiktoken-cli --exclude "evals" skills/{name}/`. Description tokens extracted with: - -```bash -awk 'NR==1 && /^---$/{found=1; next} found && /^---$/{exit} found && /^description:/{print}' skills//SKILL.md | npx tiktoken-cli -``` - ## ๐Ÿงช Skill evaluations | | With Skill | Without Skill | Delta |