ui-convert-tech-markers
Installation
SKILL.md
Technology Detection Markers
This skill defines the heuristics for identifying project technologies and UI frameworks.
The ui-convert-detector skill uses these markers to populate project.json.
Detection Strategy
Detection runs in priority order — first match wins:
- Config files — most reliable (e.g.,
next.config.js→ Next.js) - Package dependencies — from
package.json,pubspec.yaml,.csproj, etc. - File extensions — characteristic file types (e.g.,
.razor→ Blazor) - Directory structure — conventional directories (e.g.,
app/in Next.js 13+) - File content patterns — imports, decorators, pragmas
Web Technologies
Related skills