← スキル一覧に戻る

uloop-unity-search
by hatayama
uloop-unity-searchは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 117🍴 10📅 2026年1月23日
SKILL.md
name: uloop-unity-search description: "Search Unity project for assets. Use when: finding scenes, prefabs, scripts, materials, or other assets by name/type, or when user asks to search project files. Returns asset paths and metadata."
uloop unity-search
Search Unity project using Unity Search.
Usage
uloop unity-search [options]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--search-query | string | - | Search query |
--providers | array | - | Search providers (e.g., asset, scene, find) |
--max-results | integer | 50 | Maximum number of results |
--save-to-file | boolean | false | Save results to file |
Examples
# Search for assets
uloop unity-search --search-query "Player"
# Search with specific provider
uloop unity-search --search-query "t:Prefab" --providers asset
# Limit results
uloop unity-search --search-query "*.cs" --max-results 20
Output
Returns JSON array of search results with paths and metadata.
Notes
Use uloop get-provider-details to discover available search providers.
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

