zenigame-fx-profile-optimize

Automate FX profile bottleneck analysis and improvement loops with cProfile.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-profile-optimize
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zenigame-fx-profile-optimize
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/zenigame-fx-profile-optimize
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-fx-profile-optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Optimize FX profiling workflows by automating bottleneck detection, design, and re-profiling iterations to accelerate performance gains without destabilizing FX constraints.

Core Features & Use Cases

  • End-to-end profiling loop orchestration from data collection to design and implementation.
  • Automated bottleneck analysis with stage-wise extrapolation to production scale.
  • Safe, auditable loop with options for user confirmation and automated re-profiling.

Quick Start

Start the optimization loop with default mode auto to begin profiling, bottleneck analysis, and iterative improvements.

Frequently Asked Questions about zenigame-fx-profile-optimize

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

FAQPage Schema
How do I automate a Python cProfile bottleneck analysis loop?▼

You can automate the profiling loop by running a multi-phase orchestration that applies cProfile for data collection, performs bottleneck analysis, and iterates through design and implementation before re-profiling. It supports configurable run windows to manage the automated cycle.

What is FX profile bottleneck optimization?▼

FX profile bottleneck optimization detects performance constraints in FX workflows and iteratively improves them. This skill automates bottleneck analysis with stage-wise extrapolation to production scale, moving through design and implementation to re-profiling.

Can I use this for multi-process Python profiling?▼

This skill is designed for single-process runs and includes specific guardrails to enforce that limitation. It requires Python-based profiling with cProfile and applies safe, auditable loops, making it unsuitable for multi-process profiling environments.

How do I start an automated profiling loop with default settings?▼

Start the optimization loop with default mode auto to begin profiling, bottleneck analysis, and iterative improvements. This initiates the end-to-end orchestration from data collection through design and implementation to re-profiling without manual configuration.

Does automated profile optimization work with Alpha Factory workflows?▼

Yes, this skill applies to Alpha Factory style workflows by orchestrating the profile optimization loop from profiling through bottleneck analysis to design, implementation, and re-profiling across configurable run windows within that environment.

What are the limitations of automating FX profile optimization?▼

Limitations include single-process guardrails and dependency on Python-based cProfile. Users must manage configurable run windows carefully and rely on structured outputs for reporting and decision making to maintain a safe, auditable loop.