npx claudepluginhub chkim-su/migrationStrict migration plugin with bootstrap requirement: /bootstrap must run first, manual workarounds blocked, enforcement scripts must exist for /migrate to work
A Claude Code plugin that enforces strict implementation standards during refactoring and migration work.
claude plugins install chkim-su/migration
Clone this repository to your Claude plugins directory:
git clone https://github.com/chkim-su/migration ~/.claude/plugins/local/strict-migration
Then enable in settings:
{
"enabledPlugins": {
"strict-migration@local": true
}
}
| Command | Description |
|---|---|
/strict-migration:migrate | Full migration workflow with all enforcement |
/strict-migration:analyze | Quick SOLID violation analysis |
/strict-migration:audit | Implementation quality audit |
1. /strict-migration:migrate src/
2. Select scope: MVP or Full (BINDING)
3. Define features in scope
4. SOLID analysis runs
5. Migration plan created
6. For each implementation phase:
└→ Implement
└→ Audit checkpoint (MUST PASS)
└→ Continue
7. Final audit (MUST PASS)
8. Two-phase testing:
└→ Phase 1: Static tests
└→ Phase 2: Real simulation
9. Complete (only if all pass)
| Pattern | Reason |
|---|---|
// TODO | Incomplete work |
// FIXME | Known issues not fixed |
throw NotImplementedException | Placeholder code |
return null (without logic) | Dummy implementation |
| Hardcoded API URLs | Configuration violation |
| Scope reduction without approval | Contract violation |
solid-design-rules - SOLID principles and TDD enforcementstrict-implementation-rules - MVP/Full scope and anti-dummy rulessolid-analyzer - SOLID violation detectionmigration-planner - Safe migration planningimplementation-auditor - Dummy/hardcode detectiontest-executor - Two-phase test executionpre-test-audit - Blocks testing until audit passes"If you haven't tested it like a real user would use it, you haven't tested it at all."
This plugin ensures that:
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations