skilly. Buy ad slot
All skills
Community / AGENT SKILL

pinpoint-route

Vitammiin/agent-vorcl-flow
0 installs 2 GitHub stars
0

Шаг 2 конвейера pinpoint (read-only) — определить маршрут/страницу, на которой открыт экран со скриншота (Next.js App/Pages Router, React Router) (роль pinpoint). Use when вопрос «какая это страница/URL?»; сам файл компонента → $pinpoint-locate, элемент на странице → $pinpoint-control.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Задача: определить маршрут экрана (pinpoint)

Определи маршрут/страницу, на которой открыт экран (см. `$ui-source-mapping`). Найди компонент экрана и свяжи с маршрутом: **Next.js App Router** (`app/**/page.tsx`, сегменты, `[param]`, `(group)`, `layout.tsx`), **Pages Router** (`pages/**`), **React Router** (`<Route path>`/`createBrowserRouter`, `Outlet`, `index`). Иди в обе стороны: компонент → кто рендерит → `page`/`Route`; и активный пункт навигации (крошки/URL) → `href`/`to` → маршрут. Отдай URL/путь и где объявлен (**`file:line`**) + каркас `layout`. Только чтение. Опирайся на `$ui-source-mapping`, `$nextjs`, `$react`, `$frontend-architecture`.