From 21d9688d9105367e7c28b13230e82c5ce6ff6d45 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 24 Apr 2026 00:49:07 +0500 Subject: [PATCH] Log Apr 24 skills drift run for v2.1.118 Records 1 drift item: `arguments` field added to skills frontmatter, bringing field count to 15. Co-Authored-By: Claude --- changelog/best-practice/claude-skills/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/best-practice/claude-skills/changelog.md b/changelog/best-practice/claude-skills/changelog.md index f8734a9..7187446 100644 --- a/changelog/best-practice/claude-skills/changelog.md +++ b/changelog/best-practice/claude-skills/changelog.md @@ -161,3 +161,11 @@ No drift detected — frontmatter fields (14) and bundled skills (5) are fully s ## [2026-04-18 07:53 PM PKT] Claude Code v2.1.114 No drift detected — frontmatter fields (14) and bundled skills (5) are fully synchronized with official docs. + +--- + +## [2026-04-24 12:27 AM PKT] Claude Code v2.1.118 + +| # | Priority | Type | Action | Status | +|---|----------|------|--------|--------| +| 1 | HIGH | New Field | Add `arguments` field to frontmatter table — accepts string or YAML list; named positional arguments for `$name` substitution in skill content; maps to argument positions in order | ✅ COMPLETE (added `arguments` row after `argument-hint`, count updated 14→15) |