analyze-performance

Measure FPS, frame time, and memory usage to identify game bottlenecks.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/darenhart/zataka-ts --skill analyze-performance-darenhart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-performance
Source: https://github.com/darenhart/zataka-ts/tree/main/.claude/skills/analyze-performance
Command: npx skills add https://github.com/darenhart/zataka-ts --skill analyze-performance-darenhart

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses performance degradation in the Zatacka game by identifying and resolving bottlenecks, optimizing frame rates, and managing memory usage.

Core Features & Use Cases

  • Performance Analysis: Measures FPS, frame time, and memory usage under various game conditions.
  • Bottleneck Identification: Pinpoints specific code sections or rendering issues causing slowdowns.
  • Optimization Recommendations: Provides actionable suggestions to improve game performance.
  • Use Case: After implementing a new game feature, use this Skill to ensure it doesn't negatively impact the game's frame rate or introduce memory leaks, guaranteeing a smooth player experience.

Quick Start

Analyze the game's performance with default settings.

Frequently Asked Questions about analyze-performance

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

FAQPage Schema
How do I find what is causing low FPS and frame time drops in my game?

To identify low FPS and frame time drops, game performance analysis measures these metrics under various conditions to pinpoint specific code or rendering bottlenecks causing the slowdowns.

How do I detect memory leaks in my game after adding new features?

To detect memory leaks after adding new features, performance profiling analyzes memory usage across different game scenarios to identify abnormal allocation patterns and provide optimization recommendations.

Do I need browser devtools to profile game performance?

Yes, browser devtools are required to profile game performance. The analysis relies on these environment tools to measure frame rates, inspect memory usage, and identify rendering bottlenecks.

What is the best way to optimize game performance and manage memory usage?

The best way to optimize game performance is by measuring FPS, frame time, and memory usage to locate bottlenecks, which then generates actionable code and rendering optimization recommendations.

When should I run a game performance analysis to prevent frame rate degradation?

You should run a game performance analysis after implementing new game features to ensure they do not negatively impact frame rates or introduce memory leaks, guaranteeing a smooth player experience.