adr
Write an Architecture Decision Record documenting a significant technical decision.
Migrate code from one framework version, library, or pattern to another.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/code-migrateContext preview
What this command does when you run it.
Migrate code from one framework version, library, or pattern to another.
name: code-migrate description: Migrate code from one framework version, library, or pattern to another.
Migrate code from one framework version, library, or pattern to another.
1. Identify the migration scope:
2. Research breaking changes and migration guides for the target version. 3. Scan the codebase for affected patterns:
4. Generate a migration plan with ordered steps. 5. Apply changes file by file:
6. Update `package.json` or equivalent with new versions. 7. Run tests after each major change to catch regressions early.
Migration: <from> -> <to> Files affected: <N> Changes: - <pattern>: <N> occurrences updated - <import>: <N> files updated Breaking changes handled: - <change>: <how it was resolved> Verification: tests <pass/fail>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.