What problem does it solve?
This Skill helps you identify which frontend technologies a web app is using by analyzing JavaScript, DOM, HTML, and CSS signals rather than relying on guesswork or outdated documentation.
Core Features & Use Cases
- Framework detection: Infers JavaScript frameworks such as React, Vue, Angular, Svelte, and jQuery from global variables, DOM attributes, and bundle patterns.
- Meta-framework inference: Detects Next.js, Nuxt.js, Gatsby, Remix, SvelteKit, and Astro via distinctive runtime markers and URL paths.
- CSS/UI ecosystem detection: Identifies CSS frameworks (e.g., Tailwind, Bootstrap) and UI/component libraries by matching characteristic class names and attributes.
- Confidence-oriented output: Produces weighted evidence per detected technology and summarizes implied technologies.
Quick Start
Ask the system to run frontend-inferencer on the collected Phase 2 signals (javascript_signals, html_signals, http_signals) and return the inferred technology list with evidence and confidence.