Claude Skills · Finance

Find and fix game performance problems methodically — measure with the engine profiler first, reason about the frame-time budget, locate the CPU-vs-GPU bottleneck, then apply the right fix: object pooling, draw-call batching, fewer allocations/GC spikes, and asset budgets. Engine- neutral method that pairs with each engine's profiler. Use when the user mentions performance, optimize, low/dropping FPS, frame drops, stutter, lag, profiler, frame budget, draw calls, batching, garbage collection/GC spikes, object pooling, or "the game runs slow".

★ 467 Synced 5 days ago View SKILL.md

At a glance

Finance Plugin install Python Actively maintained

This skill is for Finance.

Install /plugin marketplace add gamedev-skills/awesome-gamedev-agent-skills /plugin install performance-optimization
Can use Not declared by the author

Setup, runtime and requirements describe gamedev-skills/awesome-gamedev-agent-skills, the repo this skill ships in.

Also in gamedev-skills/awesome-gamedev-agent-skills

View the repo

Implement game audio practice — bus/mixer architecture and gain in decibels, ducking (sidechain), adaptive/dynamic music via layering and re...

Bevy Ecs Coding

Structure a Bevy app around its Entity Component System: build the App with plugins, define Component/Resource types, write systems with Que...

Build game cameras that feel good — 2D follow with a deadzone, look-ahead, smoothing, and level-bounds clamping; 3D third-person orbit with...

Card Game Presentations

Build a card game: card data, deck/hand/discard zones, draw/shuffle/reshuffle, a turn structure, costs, and effect resolution. Use for a dec...

Plan, generate, source, normalize, and validate cohesive visual game assets. Use for art direction, style bibles, sprites, tilesets, backgro...

Build branching dialogue and narrative — a node/choice graph with conditions, variables, and localization hooks — and choose between authori...

Build a first-person shooter: move+mouse-look controller, hitscan or projectile shooting, weapons, health, and enemy AI. Use for an FPS, or...

Design NPC and enemy decision-making with finite state machines, behavior trees, steering behaviors, and A* pathfinding — engine-neutral alg...

Add "juice" and game feel that makes actions satisfying — screen shake, hit-stop/freeze frames, tweened/eased motion, squash & stretch, knoc...

Plan and ship a game under a jam deadline: lock scope to the clock, schedule the hours, cut features, and submit on time. Use for a game jam...

Design and build game UI/UX — HUDs, menus, and overlays — that survive every screen: anchor- based responsive layout, resolution/aspect scal...

Godot 2d Movement Presentations

Implement 2D kinematic character movement in Godot 4.7 with CharacterBody2D and move_and_slide(): platformer run/jump with gravity, top-down...

Other Finance skills

Finance Report nexu-io/open-design

Quarterly / monthly financial report — masthead with KPIs, revenue and burn charts, P&L summary table, top-line highlights, and an outlook p...

Dcf Valuation nexu-io/open-design

Discounted cash flow valuation and intrinsic value analysis for public companies. Use when the brief asks for DCF, fair value, intrinsic val...

Invoice nexu-io/open-design

A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief m...

Azure Pricing github/awesome-copilot

Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consum...

Data Breach Blast Radius github/awesome-copilot

Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and pro...

Sre Engineer Jeffallan/claude-skills

Defines service level objectives, creates error budget policies, designs incident response procedures, develops capacity models, and produce...