Agent skill
build
Build and package Claude Inspector as a distributable Electron app (.dmg / .exe)
Install this agent skill to your Project
npx add-skill https://github.com/kangraemin/claude-inspector/tree/main/.claude/skills/build
SKILL.md
Claude Inspector 빌드
npm run dist # 현재 플랫폼 (macOS면 .dmg)
npm run dist:mac # macOS arm64 + x64 .dmg
npm run dist:win # Windows .exe (NSIS)
Output: release/ 디렉토리
빌드 전 체크
npm start로 앱 실행해서 최종 동작 확인git status로 미커밋 변경사항 확인
현재 상태
- 버전: !
node -e "const p=require('./package.json');console.log(p.version)" - 브랜치: !
git branch --show-current - 미커밋: !
git diff --name-only HEAD 2>/dev/null | wc -l | tr -d ' '개 파일
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
e2e
Run e2e and unit tests for Claude Inspector. Use after code changes to verify regressions.
deploy
Claude Inspector macOS 배포 스킬. 빌드(코드사이닝+공증) → GitHub Release → Homebrew cask 업데이트 전체 플로우. '배포', 'deploy', '릴리즈', 'release', '배포해', '출시' 등 배포 관련 요청 시 반드시 이 스킬을 사용한다.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
Didn't find tool you were looking for?