Activate when creating new modules, refactoring class hierarchies, introducing design patterns, or making changes spanning 3+ files in the APM CLI codebase.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Activate when creating new modules, refactoring class hierarchies, introducing design patterns, or making changes spanning 3+ files in the APM CLI codebase.
Performance-sensitive paths (parallel downloads, large manifests)
Key rules
Follow existing patterns (BaseIntegrator, CommandLogger, AuthResolver) before inventing new ones
Prefer composition over deep inheritance
Push shared logic into base classes, not duplicated across siblings
One canonical owner per decision: route through the existing authority (target_catalog, AuthResolver/host_providers, runtime registry, CommandLogger, CompiledOutputWriter, deployment_ledger, install-outcome, neutral hook IR, BaseIntegrator); extend it, never fork it. Full rule: .apm/instructions/architecture.instructions.md
Lock every centralization with a dual guardrail: a regression test plus a static check in scripts/lint-architecture-boundaries.sh