← Back to list

run
by orangekame3
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: run description: Run the current project based on detected language user-invocable: true argument-hint: [file-or-args] allowed-tools: Bash, Read, Glob
Run Project
Detect the project type and run it appropriately.
Detection Order
- Check for
pyproject.tomloruv.lock-> Useuv run - Check for
Cargo.toml-> Usecargo run - Check for
go.mod-> Usego run . - Check for
package.json-> Usenpm run(check scripts) - If a specific file is provided as $ARGUMENTS, run that file directly
Execution
- Python:
uv run python $ARGUMENTSoruv run . - Rust:
cargo run $ARGUMENTS - Go:
go run . $ARGUMENTSorgo run $ARGUMENTS - Node.js: Check
package.jsonscripts, default tonpm startornode $ARGUMENTS
If $ARGUMENTS is empty, run the main entry point. If $ARGUMENTS is provided, pass it as arguments or run that specific file.
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