From 751041931ef11ef7d73aa3c675a2c137885cf3d6 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Thu, 21 May 2026 00:20:02 +0500 Subject: [PATCH] chore(changelog): log v2.1.145 skills run (3 new bundled skills) Append the v2.1.145 entry recording addition of run, verify, and run-skill-generator to the official bundled skills table (all COMPLETE). Co-Authored-By: Claude --- changelog/best-practice/claude-skills/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog/best-practice/claude-skills/changelog.md b/changelog/best-practice/claude-skills/changelog.md index 7819569..8bccfbc 100644 --- a/changelog/best-practice/claude-skills/changelog.md +++ b/changelog/best-practice/claude-skills/changelog.md @@ -195,3 +195,13 @@ No drift detected — frontmatter fields (15) and bundled skills (6) are fully s ## [2026-05-12 11:36 PM PKT] Claude Code v2.1.139 No drift detected — frontmatter fields (15) and bundled skills (6) are fully synchronized with official docs. + +--- + +## [2026-05-21 12:04 AM PKT] Claude Code v2.1.145 + +| # | Priority | Type | Action | Status | +|---|----------|------|--------|--------| +| 1 | HIGH | New Skill | Add `run` to official bundled skills table — launch and drive the project's app to see a change working (requires v2.1.145) | ✅ COMPLETE (added as row 7, count updated 6→9) | +| 2 | HIGH | New Skill | Add `verify` to official bundled skills table — build and run the app to confirm a change works without falling back to tests/type checks (requires v2.1.145) | ✅ COMPLETE (added as row 8, count updated 6→9) | +| 3 | HIGH | New Skill | Add `run-skill-generator` to official bundled skills table — teaches `/run` and `/verify` how to build/launch the project, records a per-project recipe at `.claude/skills/run-/` (requires v2.1.145) | ✅ COMPLETE (added as row 9, count updated 6→9) |