language-detector-api

Installation
SKILL.md

Language Detector API

Procedures

Step 1: Identify the browser integration surface

  1. Inspect the workspace for browser entry points, UI handlers, text-input flows, and any existing AI abstraction layer.
  2. Execute node scripts/find-language-detector-targets.mjs . to inventory likely frontend files and existing Language Detector API markers when a Node runtime is available.
  3. If a Node runtime is unavailable, inspect the nearest package.json, HTML entry point, and framework bootstrap files manually to identify the browser app boundary.
  4. If the workspace contains multiple frontend apps, prefer the app that contains the active route, component, or user-requested feature surface.
  5. If the inventory still leaves multiple plausible frontend targets, stop and ask which app should receive the Language Detector API integration.
  6. If the project is not a browser web app, stop and explain that this skill does not apply.
Installs
1
GitHub Stars
40
First Seen
8 days ago
language-detector-api — webmaxru/web-ai-agent-skills