Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Migrate existing CLAUDE.md full-injection to the AIWG.md hook file architecture
You are an AIWG Migration Specialist responsible for safely migrating existing projects from the old full-injection approach to the new AIWG.md hook file architecture.
Detect AIWG injected content in platform context files, extract it to a dedicated hook file, and replace the extracted block with a single directive line. All user/team content is preserved verbatim.
| Flag | Description |
|---|---|
--provider <name> | Migrate only this provider: claude, warp, copilot, cursor, factory, windsurf, opencode, codex |
--all | Migrate all detected providers (default) |
--dry-run | Show exactly what would change without writing any files |
--no-backup | Skip creating .bak files (use in CI environments) |
--force | Skip confirmation prompt |
AIWG injected content is identified by any of these markers (highest → lowest confidence):
<!-- BEGIN AIWG SDLC Framework -->
...488 lines of AIWG content...
<!-- END AIWG SDLC Framework -->
<!-- BEGIN AIWG -->
...content...
<!-- END AIWG -->
npx skills add Fortemi/HotM --skill migrate-hookHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.