ui-convert-detector
Installation
SKILL.md
Project Technology Detector
Analyzes a project folder to determine its technology stack and UI framework.
Produces project.json in the .ui-convert/ directory.
How It Works
The detector runs deterministic scripts — no AI inference needed. It checks files in priority order
as defined by ui-convert-tech-markers:
- Config files (highest confidence)
- Package dependencies
- File extensions
- Directory structure
- File content patterns (lowest confidence)
Detection Process
Related skills