npx claudepluginhub hjsg1010/harness-js --plugin hybrid-harnessThis skill uses the workspace's default tool permissions.
이 스킬은 feature lane 전체를 Claude-native 방식으로 묶는다.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
이 스킬은 feature lane 전체를 Claude-native 방식으로 묶는다.
harness-interview로 feature interview를 완료한다.internal run-init으로 run state를 만든다.internal run-apply-story로 반영한다.completed, blocked, reopen_required 중 하나가 될 때까지 반복한다.Run init:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal run-init --source <spec-or-seed-path> --json
Apply story result:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal run-apply-story --run-id <run-id> --story-result-file <story-result.json> --json
finalCritic도 함께 포함한다.reopen_required가 되면 helper output의 suggestedNextCommand를 따른다.