Documentation-first repository for building a cleaner, safer Legion Go gaming optimization toolkit.
This repo is intended to turn a loose set of gaming and system-tuning scripts into a more organized project focused on:
- Legion Go performance optimization
- gaming stability diagnostics
- resolution and display setup
- game-specific fixes where they are truly useful
- safer documentation around high-impact Windows changes
The source workspace already contains useful ideas, but it also has overlap, duplicated scripts, and a mix of safe and invasive system changes. This repo is the cleanup path: document first, then rebuild intentionally.
This repository is currently in the planning and documentation stage.
For now, it contains markdown only:
- project overview
- project progress log
- repo blueprint
- script audit summary
- safety guidelines
- script catalog
- per-script design specs
- AI agent runbook
- gaming cleanup policy
- AI skills playbooks
Legion_go_k/
├── README.md
├── docs/
│ ├── repo-blueprint.md
│ ├── script-audit-summary.md
│ └── safety-guidelines.md
├── scripts/
│ ├── core/
│ ├── diagnostics/
│ └── games/
└── assets/
Safe baseline tuning for power profile guidance, display setup, gaming mode checks, and handheld-specific recommendations.
Read-first tools that help identify memory pressure, thermal issues, background app interference, startup load, and storage pressure before making changes.
Small, targeted tools for games that actually need device-specific fixes, such as FC 26 resolution setup or Tekken 8 orientation handling.
- prefer diagnostics before modification
- document every risky system change
- avoid duplicate scripts
- separate generic tuning from game-specific fixes
- keep rollback instructions close to every optimization
Next steps for this repo will likely be:
- finalize categories and naming
- define a safe baseline optimization profile
- merge overlapping concepts from existing Legion Go scripts
- rebuild scripts with clearer scope and rollback guidance
See docs\repo-blueprint.md for the target structure.
See docs\script-catalog.md for the planned script set.
See docs\project-progress.md for notes, progress steps, and the running timeline.
See docs\agent-workflow.md for the diagnostic and cleanup workflow that future AI agents should follow.
See docs\gaming-cleanup-policy.md for the staged background-process cleanup policy.
See skills\README.md for the agent skill set and execution playbooks.