npx claudepluginhub pokuding/my-harness --plugin my-harnessThis skill uses the workspace's default tool permissions.
현재 프로젝트의 상태를 종합 리포트로 제공한다.
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.
현재 프로젝트의 상태를 종합 리포트로 제공한다.
package.json에서 구식/누락된 의존성 확인.gitignore 누락 항목, TODO/FIXME 수, TypeScript 에러 등)## 프로젝트 상태 리포트
### Git
- 브랜치: {branch}
- 미커밋 변경: {count}건
- 마지막 커밋: {message} ({time ago})
### 의존성
- 총 패키지: {count}
- 이슈: {outdated 또는 missing}
### 코드 건강
- TODO/FIXME: {count}
- TypeScript 에러: {count}
- 테스트 커버리지: {가능하면}
### 권장 사항
- {실행 가능한 개선 항목}
git status, git log, 파일 Read로 데이터 수집package.json이 있으면 npm outdated 실행tsconfig.json이 있으면 npx tsc --noEmit 실행