How this skill is triggered — by the user, by Claude, or both
Slash command
/live-coding-harness:orientThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
$ARGUMENTS 관련 내용을 우선 파악한다. 없으면 전체 코드베이스를 분석한다.
$ARGUMENTS 관련 내용을 우선 파악한다. 없으면 전체 코드베이스를 분석한다.
package.json을 읽어 의존성, 스크립트, 프로젝트명 파악tsconfig.json에서 컴파일 옵션과 경로 alias 확인vite.config.ts, webpack.config.js, next.config.js 중 존재하는 것으로 빌드 도구 파악src/ 최상위 디렉토리 목록 (1단계)src/main.tsx, src/index.tsx, pages/_app.tsx 등) 파악vitest.config.ts, jest.config.js 등 존재 여부 확인*.test.ts, *.spec.tsx)npx tsc --noEmit 실행 후 에러가 있으면 상위 5개 요약npx claudepluginhub meohyun2/live-coding-harness --plugin live-coding-harnessProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.