← スキル一覧に戻る

modern-patterns-audit
by karchtho
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: modern-patterns-audit description: modern practices Input System async await dependency injection pooling optimization
Modern Patterns Audit Skill
Analyzes your starter scripts against modern Unity development practices and identifies gaps.
What This Does
Evaluates starter scripts for:
- Input System - Are scripts ready for modern Input System (not legacy Input)? Do they support rebindable controls?
- Async/Await Patterns - Are coroutines replaceable with modern async/await? Identifies patterns that should be async
- Dependency Injection - Are systems loosely coupled? Can they be injected rather than hardcoded?
- Memory Optimization - Are pooling patterns in place? Resource cleanup? Proper use of Addressables?
- Architecture Modularity - Can new features plug in cleanly without modifying existing code?
Activation Triggers
This skill activates when you:
- Ask about "modern patterns" or "modern practices"
- Request an "Input System audit" or "async/await review"
- Ask if your code is "up to date" or "modern"
- Ask about "dependency injection" or "decoupling"
Output Format
Returns analysis organized by pattern:
- Input System Readiness - How to adapt for modern Input System
- Async/Await Opportunities - Where to use async instead of coroutines
- DI Improvements - How to decouple systems
- Memory Safety Enhancements - Pooling and resource optimization suggestions
- Action Items - Prioritized changes to modernize the code
During Development
Use this to guide your code generation during the jam - all generated features will follow these modern patterns.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です