Stack Version Detection
Installation
SKILL.md
Stack Version Detection
Purpose
Use this skill to detect the real project stack before recommending APIs, migrations, test commands, or refactors. The goal is to avoid code that cannot compile in the target project.
When to Use
Use this skill when:
- Angular, TypeScript, RxJS, or Node versions affect the recommendation.
- The task mentions Signals, standalone APIs,
@for,@defer,takeUntilDestroyed,resource, or modern Angular features. - Test, lint, build, or package commands must be chosen.
- The project has multiple package or workspace files.
- A migration or compatibility decision is required.
When Not to Use
Do not use this skill when: