一键导入
hotkey-sync
단축키 추가/변경/삭제 시 5개 파일 동기화 — hotkey add, hotkey change, 단축키 추가, 핫키 변경, 키바인딩
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
단축키 추가/변경/삭제 시 5개 파일 동기화 — hotkey add, hotkey change, 단축키 추가, 핫키 변경, 키바인딩
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Source-grounded research workflow for NotebookLM URLs, notebook-backed documentation queries, and MCP-driven follow-up analysis. Use when a task includes a NotebookLM URL, asks to query notebook contents, register a notebook, or persist grounded notes before implementation.
Subagent-style consistency check for GameLab code facts, docs/status facts, and local CLAUDE.md rule chains before deciding what to update.
Collect GameLab implementation patterns through subagent-style exploration before adding routes, domain modules, or data-contract changes.
새 분석 엔진 등록 — new engine, 엔진 추가, analysis engine, 분석 엔진, 알고리즘 추가
새 UI 문자열 ko/en 동시 추가 — i18n, 번역, translation, 다국어, string add, 문자열 추가
BE 모델 변경 시 FE 타입/API 클라이언트 1:1 동기화 — model sync, 모델 동기화, type mirror, 타입 미러, 필드 추가
| name | hotkey-sync |
| description | 단축키 추가/변경/삭제 시 5개 파일 동기화 — hotkey add, hotkey change, 단축키 추가, 핫키 변경, 키바인딩 |
사용자가 "hotkey", "단축키", "shortcut", "키바인딩" 관련 요청을 하거나, 아래 5개 파일 중 하나를 수정할 때 활성화.
frontend/src/lib/hooks/labeling/useLabelingHotkeys.ts — 실제 keydown 핸들러frontend/src/components/layout/HotkeyHelp.tsx — 도움말 UI 섹션 배열frontend/src/app/(dashboard)/labeling/[id]/components/constants.ts — 도구 메타데이터frontend/messages/ko.json — hotkeys 네임스페이스frontend/messages/en.json — hotkeys 네임스페이스docs/status/PROJECT-STATUS.md — Hotkey Policy 테이블useLabelingHotkeys.ts switch 블록에 키 핸들러 case 추가/수정/삭제HotkeyHelp.tsx sections 배열의 적절한 카테고리에 항목 추가/수정/삭제constants.ts tools/zoomTools 배열 갱신ko.json hotkeys 네임스페이스에 i18n 키 추가en.json hotkeys 네임스페이스에 동일 키 추가PROJECT-STATUS.md Hotkey Policy 테이블 행 갱신cd frontend && npm run build 실행하여 빌드 확인t() 사용useLabelingHotkeys.ts 핸들러 존재HotkeyHelp.tsx 섹션에 키+설명 항목 존재ko.json hotkeys 네임스페이스에 키 존재en.json hotkeys 네임스페이스에 매칭 키 존재PROJECT-STATUS.md 테이블 행 갱신됨npm run build 통과[hotkey-sync 완료]
- 키: {key}
- 동작: {description}
- 모드: {mode}
- 변경 파일: 5/5 (또는 6/6)
- 빌드: pass