MIGRATION SUMMARY banner
davekilleen davekilleen

MIGRATION SUMMARY

Development community

Description

# Commands → Skills Migration Summary **Date:** 2026-01-28 **Status:** ✅ Complete (Actually Done This Time!) ## What Changed **Fully migrated 26 commands** from `.claude/commands/` to `.claude/skills/` with proper directory structure and YAML frontmatter following [Anthropic's Skills guidance](https://code.claude.com/docs/en/skills) and the [Agent Skills standard](https://agentskills.io). **Previous attempt:** Only documentation was created, skills weren't actually migrated. **This migra

Installation

Installs to ~/.claude/skills/davekilleen-dex-migration_summary/SKILL.md

Terminal
mkdir -p ~/.claude/skills/davekilleen-dex-migration_summary && curl -fsSL https://raw.githubusercontent.com/davekilleen/Dex/HEAD/.claude/skills/MIGRATION_SUMMARY.md -o ~/.claude/skills/davekilleen-dex-migration_summary/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository