unity-project-scout
GitHub用于在Unity项目中建议架构变更前,先进行项目侦察。收集版本、依赖、目录结构及现有设计模式等信息,识别风险与约束,避免盲目改动,为后续重构或优化提供技术基线。
Trigger Scenarios
Install
npx skills add Besty0728/Unity-Skills --skill unity-project-scout -g -y
SKILL.md
Frontmatter
{
"name": "unity-project-scout",
"description": "Advise on reconnoitering an existing Unity project"
}
Before calling any skill in this module: if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via
GET /skills/recommend?includeSchema=true) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
Triggers
- First approaching an unfamiliar project
- Before proposing structural changes
- Auditing existing setup
- 初次接触陌生项目、在提结构性改动前、盘点现有配置
Unity Project Scout
Use this before recommending architecture changes in an existing project.
Inspect First
Collect only the information needed to avoid clashing with the current project:
- Unity version and render pipeline
- Installed packages and notable dependencies
asmdeflayout, if any- Folder structure under
Assets/ - Whether the project already uses:
ScriptableObjectconfig- service/singleton patterns
- event-driven flows
- custom inspectors/property drawers
- tests
- Existing naming and code organization style
Suggested Tools / Inputs
- Unity project info and project settings
- Script/file search for patterns
- Local inspection of
Packages/manifest.json,Assets/, and*.asmdef
Output Format
- Technical baseline
- Existing architectural signals
- Existing conventions worth preserving
- Existing risks or inconsistencies
- Constraints for future suggestions
- Unknowns that still need confirmation
Guardrails
Mode: Documentation only — no REST skills to gate; load freely under any operating mode (Approval / Auto / Bypass).
- Do not propose a clean-slate architecture if the project already has a consistent pattern.
- Do not recommend new dependencies until the current stack is clear.
Version History
- 5ee8388 Current 2026-08-17 04:12
-
25d511e
2026-08-13 09:15
压缩描述至约5KB,路由说明移入Triggers部分
- ec9f870 2026-07-05 14:40


