optimization-performance

Profile CPU/GPU metrics and optimize frame times across platforms.

13|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/eng-cc/agent-world --skill optimization-performance-eng-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimization-performance
Source: https://github.com/eng-cc/agent-world/tree/main/.agents/skills/optimization-performance
Command: npx skills add https://github.com/eng-cc/agent-world --skill optimization-performance-eng-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Profile and optimize game performance to deliver smoother frame rates across platforms, reducing stutter and wasted compute time.

Core Features & Use Cases

  • Profiling workflow: capture CPU/GPU metrics, identify bottlenecks, and track improvements.
  • Cross-platform tuning: optimize for PC, console, and mobile targets with platform-specific guidelines.
  • Real-world use case: diagnose and reduce frame time by targeted shader optimizations and efficient resource management.

Quick Start

Run the perf_analyzer.py script to generate a baseline performance report for your game project.

Frequently Asked Questions about optimization-performance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I profile and reduce frame times for my game?

You can tune game performance cross-platform by profiling CPU and GPU metrics to identify bottlenecks. The optimization workflow generates a baseline report, applies platform-specific guidelines, and performs targeted shader optimizations to reduce frame times.

How do I diagnose CPU and GPU stalls causing game stutter?

Diagnose CPU and GPU stalls by capturing profiling metrics to pinpoint specific bottlenecks in your game loop. This workflow identifies wasted compute time and enables targeted shader optimizations and efficient resource management to reduce stutter.

Does this game optimization workflow support PC, console, and mobile targets?

Yes, this workflow supports cross-platform game development by providing platform-specific tuning guidelines. It applies platform-aware optimizations to reduce frame times and deliver smoother frame rates across PC, console, and mobile targets.

What is the best way to optimize game performance across different platforms?

The best way to optimize game performance cross-platform is using a configurable optimization blueprint with platform-specific guidelines. This approach combines CPU and GPU profiling metrics to apply targeted shader optimizations and efficient resource management.

How do I start profiling my game project to find performance bottlenecks?

Start profiling your game project by running the performance analyzer script to generate a baseline performance report. This captures initial CPU and GPU metrics, allowing you to identify bottlenecks and track improvements throughout the optimization process.