Agent skill

build

Build and package Claude Inspector as a distributable Electron app (.dmg / .exe)

Stars 114
Forks 15

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 빌드

bash
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 ' ' 개 파일

Expand your agent's capabilities with these related and highly-rated skills.

kangraemin/claude-inspector

e2e

Run e2e and unit tests for Claude Inspector. Use after code changes to verify regressions.

114 15
Explore
kangraemin/claude-inspector

deploy

Claude Inspector macOS 배포 스킬. 빌드(코드사이닝+공증) → GitHub Release → Homebrew cask 업데이트 전체 플로우. '배포', 'deploy', '릴리즈', 'release', '배포해', '출시' 등 배포 관련 요청 시 반드시 이 스킬을 사용한다.

114 15
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results