fusion-perf

Compare performance optimization strategies across separate worktrees with a central queen worker.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill fusion-perf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusion-perf
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/fusion-perf
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill fusion-perf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of identifying and implementing the most effective performance optimizations for a given system by systematically comparing different approaches.

Core Features & Use Cases

  • Comparative Optimization: Implements and benchmarks multiple optimization strategies concurrently.
  • Automated Workflow: Orchestrates the creation of separate worktrees, task definitions, and worker/queen prompts for a structured comparison.
  • Use Case: When a web application is experiencing slow response times, this Skill can be used to test algorithmic improvements, caching strategies, and concurrency tuning to find the best solution.

Quick Start

Use the fusion-perf skill to compare algorithmic improvements, caching, and concurrency tuning for the current performance problem.

Frequently Asked Questions about fusion-perf

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

FAQPage Schema
How do I find the best performance optimization strategy for slow system response times?

Comparing performance optimization options involves testing different strategies like caching and concurrency tuning to select the most effective approach for speeding up a system.

What is the best way to benchmark different caching and concurrency tuning approaches?

Benchmarking different caching and concurrency tuning approaches is best achieved by using a multi-worker approach across separate worktrees, with a central worker comparing the results to select the most effective tuning strategy.

Can I test multiple performance tuning techniques simultaneously without conflicts?

You can test multiple performance tuning techniques simultaneously by orchestrating separate worktrees and task definitions, allowing distinct workers to evaluate different optimization options without direct conflicts before a central comparison.

How do I systematically compare algorithmic improvements against caching strategies?

To systematically compare algorithmic improvements against caching strategies, you orchestrate a workflow with separate workers testing each approach concurrently, followed by a central queen worker analyzing the benchmarked results to determine the best optimization.

When do I need an advanced multi-worker approach for system performance tuning?

You need an advanced multi-worker approach for system performance tuning when your scenario requires in-depth performance analysis and the implementation of complex optimizations to resolve slow web application response times.