labeling-feature-add

Integrate modular annotation features into the labeling workspace dashboard workflow.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/kimjuyoung1127/GameLab --skill labeling-feature-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: labeling-feature-add
Source: https://github.com/kimjuyoung1127/GameLab/tree/main/.claude/skills/page-skills/feature/labeling-feature-add
Command: npx skills add https://github.com/kimjuyoung1127/GameLab --skill labeling-feature-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

라벨링 워크스페이스에서 스펙트로그램에 대한 주석 추가 기능을 도입하여 작업 흐름의 생산성과 일관성을 높입니다.

Core Features & Use Cases

  • UI 모듈 분리 및 컴포넌트 재사용 가능한 라벨링 도구를 제공합니다.
  • 상태 오케스트레이션, 핫키, Undo/Redo 등 협업형 주석 워크플로우를 지원합니다.
  • 다중 파일 스펙트로그램에 걸친 일관된 주석 규칙과 검증 로직을 제공합니다.

Quick Start

Open the labeling dashboard and enable the new labeling feature using the on-screen setup.

Frequently Asked Questions about labeling-feature-add

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add labeling and annotation features to a spectrogram workspace?

Spectrogram labeling integrates modular UI components, state orchestration, and hotkeys into the labeling workspace to streamline annotation workflows and ensure cross-file consistency.

Can I use hotkeys and undo/redo for spectrogram annotation in a frontend workflow?

Yes, the spectrogram annotation feature supports hotkeys and undo/redo through shared hooks and state orchestration, enabling efficient and reversible labeling actions during frontend annotation sessions.

What is the best way to maintain consistency across multiple spectrogram files during annotation?

Cross-component consistency is maintained by aligning shared hooks, frontend labeling pages, and CLAUDE guidelines, ensuring annotation rules and validation logic apply uniformly across multiple spectrogram files.

Do I need specific frontend setup before enabling spectrogram labeling in the dashboard?

Yes, safe deployment requires frontend changes to labeling pages, shared hooks, and aligned CLAUDE guidelines to be present before enabling the spectrogram annotation feature in the labeling dashboard.

How do I extract and reuse UI components for a spectrogram labeling tool?

The labeling feature separates UI modules into reusable components, allowing extraction and integration of labeling tools into the spectrogram workspace for modular and maintainable frontend architecture.

Why does spectrogram annotation require state orchestration in the labeling workspace?

State orchestration coordinates labeling actions, hotkeys, and undo/redo across components, preventing inconsistent annotation states and ensuring reliable workflow behavior during collaborative spectrogram labeling sessions.