cursor-plugin/viet-k-connect/skills/vkc-skill-router/SKILL.md
Route VKC tasks to the correct domain skill from manifest.json. Always start with guardrails, shared-memory-router, loop-supervisor; then pick one domain skill by path/task keywords. (키워드=skill router, manifest, domain skill, which skill)
npx skillsauth add LEE-SANG-BOK/VKC-2- vkc-skill-routerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Plugin-only companion to vkc-skill-index rule. Codex SoT remains .codex/skills/manifest.json.
$vkc-repo-guardrails — before/after architecture or PR review$vkc-shared-memory-router — session start, automations, subagent spawn$vkc-loop-supervisor — Codex loop, preflight, patch-only cycles| Trigger | Skill |
|---------|-------|
| src/app/api/**, route.ts | vkc-api-route-pattern |
| messages/*.json, i18n UI | vkc-i18n-ko-vi-safety |
| Drizzle schema/migration | vkc-drizzle-schema-migration |
| e2e/, Playwright failures | vkc-e2e-playwright-runbook |
| SEO, sitemap, metadata | vkc-seo-metadata |
| Bundle/perf gate | vkc-perf-budget |
| Multi-step wizard UI | vkc-wizardkit |
| Admin publish workflow | vkc-admin-ops-workflow |
| UX heuristic audit | vkc-ux-audit |
| Visa ruleset engine | vkc-visa-assessment-engine |
| DocGen templates | vkc-docgen-template-engine |
| Regulation pipeline | vkc-regulation-knowledge-updater |
| GPT review packet | vkc-gpt-feedback-packet |
| Datadog / observability | vkc-datadog-observability |
| Moderation / trust / answer-accuracy | vkc-moderation-trust |
Machine lane map: config/ops/cursor/skill-router.json.
Full table: cursor-plugin/viet-k-connect/rules/vkc-skill-index.mdc or plugin skills/manifest.json.
| Skill area | Typical commands |
|------------|------------------|
| Core QA | npm run type-check, npm run lint, npm run gate |
| i18n | npm run i18n:check |
| E2E | E2E_PORT=3100 npx playwright test <spec> --project=chromium |
| Codex preflight | npm run ct:a:agent:preflight |
| Perf | npm run perf:gate |
development
Build step-based wizard UIs (step UI, fixed bottom CTA with safe-area, localStorage draft save, runtime validation, submit event logging). Use for visa assessment, doc generation, admin queue inputs. (키워드= 위저드, 단계형 폼, 멀티스텝, 하단 고정 CTA, draft 저장, 제출 로그)
development
Design and implement the Viet K-Connect visa assessment engine (DB-driven ruleset JSON schema + versioning + effective dates). No hardcoded rules in code. Use for building /api/visa/assess and admin ruleset management. (키워드= 비자 평가, 룰셋, 규칙 엔진, DB-driven, 버전/적용일, /api/visa/assess)
testing
Run a VKC UX expert audit (Nielsen-style heuristic review + mobile-first flow check) and produce a prioritized issue list with severity and fixes. (키워드= UX 감사, 휴리스틱, 모바일 QA, 접근성, 사용성)
tools
Enforce the VKC shared memory read order and subagent routing policy so every clean-workspace session, automation, and subagent starts from the same SoT before acting. Use for supervisor automations, repo exploration, multi-agent coordination, or when durable context must be shared across sessions. (키워드=shared memory, subagent router, read order, context memory, automation prompt, supervisor, explorer, worker)