build

SkillAI & models

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the build skill

What this skill tells your AI

The instructions your AI receives, as published by kangraemin/claude-inspector in .claude/skills/build/SKILL.md and read by ahel’s review.

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

Signals

GitHub stars
131
Forks
16
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
build-kangraemin
Source
github.com/kangraemin/claude-inspector