Stack Analyzer Skill A meta-skill that analyzes a project's technology stack and recommends or scaffolds appropriate skills for AI-assisted development. This skill runs automatically during but can also be invoked manually. Design Principles Plugin Isolation Leave No Trace : The ai-dev-kit plugin must be completely removable without leaving artifacts. This skill enforces: | Component | Location | On Uninstall | |-----------|----------|--------------| | Generic skills | | Removed with plugin | | Project-specific skills | Target repo | User's choice | | Generated manifest | | User's choice | Ge…