
from specialist-agent13
Automates a multi-phase migration of an Angular module to a target architecture with approval gates and validation after each phase.
This skill guides and automates migrating a full Angular module to a target architecture defined in docs/ARCHITECTURE.md. It breaks the work into analysis, structural reorganization, types and contracts extraction, service refactoring, state migration to signals/stores, component modernisation (NgModule → standalone) and a final review/gating phase. The skill expects a module path argument and coordinates phased changes with approval prompts between major steps.
Use this skill when you need to migrate an existing Angular module to a new architecture or framework conventions (standalone components, signal-based state, explicit types). It's suitable for large repositories where staged, reviewable migrations reduce risk and where automated checks (build/tsc/tests) can be run between phases.
@migrator orchestrator and assumes repo tooling for builds/tests.Best used with coding-capable agents and tools that can run shell and edit operations (Copilot/Codex/Claude Code/Cursor) and CI tooling to run builds and tests between phases.
This skill has not been reviewed by our automated audit pipeline yet.
Test-Driven Development (TDD)
Run disciplined TDD cycles: write a failing test, implement the minimal fix, then refactor — for features and bugfixes where correctness matters.
/verify — Verification Before Completion
Run fresh verification commands (tests, build, lint, types) and require full output evidence before claiming work is complete or merging changes.
/learn — Interactive Learning Mode
Teaching-first implementation assistant: explains why decisions are made, walks through architecture, and produces incremental code with pedagogy for onboarding
Adaptive Planning (/plan)
Generate an implementation plan matched to task complexity — from quick mini-plans to full design documents — before writing code or making large changes.
Systematic Debug (/debug)
A four-phase, evidence-first debugging methodology agent skill: gather evidence, analyze patterns, formulate hypotheses, and implement & prove fixes.
Grill (Adversarial Code Challenge)
Performs adversarial stress-testing of code to find edge cases, race conditions, security holes, and logical flaws before deployment.
Smart Commit (conventional commit generator)
Generate and apply conventional commit messages with automatic type & scope detection plus pre-commit validation for secrets and debug artifacts.
Conversion Rate Optimization (CRO)
Audit landing pages and user flows to find conversion friction and deliver prioritized, testable A/B recommendations.