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:

  1. Config files — most reliable (e.g., next.config.js → Next.js)
  2. Package dependencies — from package.json, pubspec.yaml, .csproj, etc.
  3. File extensions — characteristic file types (e.g., .razor → Blazor)
  4. Directory structure — conventional directories (e.g., app/ in Next.js 13+)
  5. File content patterns — imports, decorators, pragmas

Web Technologies

Related skills
Installs
2
First Seen
Apr 10, 2026