← Back to list

dev
by hugocxl
✨ My site built with Next.js, PandaCSS, Notion, and Vercel.
⭐ 2🍴 1📅 Jan 18, 2026
SKILL.md
name: dev description: Run development server, type checking, and build commands for this Electron app. user_invocable: true model: haiku tools: Bash
Dev Skill
Quick access to common development commands for Cleanify.
Available Commands
Development Server
# Start dev server with hot reload
pnpm dev
Type Checking
# Check all TypeScript
pnpm typecheck
# Check main + preload only
pnpm typecheck:main
# Check renderer only
pnpm typecheck:renderer
Build
# Build for development/testing
pnpm build
# Build + package for macOS
pnpm dist:mac
# Preview production build
pnpm preview
Clean
# Remove build artifacts
rm -rf out/ dist/
# Full clean reinstall
rm -rf node_modules out/ dist/ && pnpm install
Usage
When user says:
- "start dev" / "run dev" →
pnpm dev - "check types" / "typecheck" →
pnpm typecheck - "build" →
pnpm build - "package" / "dist" →
pnpm dist:mac - "clean" → Remove out/ and dist/
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon