← スキル一覧に戻る

build
by Clouder0
Agent Setup.
⭐ 0🍴 0📅 2025年12月2日
SKILL.md
name: build description: Project-specific build commands. Customize for your project. allowed-tools: Bash
Build Skill (Project-Specific)
CUSTOMIZE THIS FILE FOR YOUR PROJECT.
Quick Reference
# TypeScript (bun)
bun run build
bunx tsc
# Python (uv)
uv build
uv run python -m build
Build Commands
TypeScript/JavaScript (Bun)
# Build project
bun run build
# Build with TypeScript compiler
bunx tsc
# Build for production
bun run build --production
Python (UV)
# Build package
uv build
# Build wheel only
uv build --wheel
# Install in development mode
uv pip install -e .
Expected Output
Build should exit with:
- Exit code 0 = Build successful
- Exit code 1 = Build failed
Pre-Build Checklist
Before building:
- ✓ All tests pass
- ✓ No lint errors
- ✓ No type errors
- ✓ Dependencies up to date
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です