Skip to content

v2.34.0 — Commands → Skills Migration

Choose a tag to compare

@Data-Wise Data-Wise released this 16 May 02:17
· 813 commits to main since this release
25c53c9

Highlights

11 new skills consolidating 53 source commands across 3 batches. Skills auto-activate from conversation context — no command memorization required.

New Skills

Skill Consolidates
preflight-check check + check/gen-validator
git-workflow 8 git/* commands + branches/protect/worktree
claude-md-lifecycle claude-md/{init, sync, edit}
nav-sync docs/nav-update + site/{add, nav}
site-lifecycle 13 site/* commands
dist-extras dist/{pypi, curl-install, marketplace}
plan-orchestrator orchestrate/plan + plan/{feature, roadmap, sprint}
demonstration-builder code/demo
adhd-workflow workflow/{done, recap, next, focus, stuck, spec-review, refine}
brainstorm-insights workflow/{brainstorm, insights}
background-task-manager workflow/{task-status, task-output, task-cancel}

Counts

  • 108 commands | 36 skills | 8 agents
  • 19 unit tests passing (added test_skill_count_predicates_use_canonical_marker regression test)

Bundled Follow-Ups

  • #140 — Post-merge drift sweep (9th over-counter instance fixed)
  • #141 — Skill coverage docs in docs/skills-agents.md + bump-version.sh extension for (N total) header drift

Notes

The over-counting bug class (find skills -name "*.md" -o -name "SKILL.md") was fixed in 11 utilities total. A new regression test now greps for the pattern across scripts/ and commands/ to prevent the 12th instance.

Full changelog: v2.33.0...v2.34.0