Profiling Driven Performance Optimization
Optimize code performance by first refactoring to a well-factored structure, then running a profiler to find actual hot spots, and applying targeted optimizations only where the profiler points — never by guessing. Use this skill when users report the program is too slow, before any performance work begins on an unfactored codebase, or after refactoring is complete and performance must now be tuned to acceptable levels.
Install
1. Add marketplace
› /plugin marketplace add bookforge-ai/bookforge-skills
2. Install plugin
› /plugin install refactoring@bookforge-skills
3. Use the skill
› /profiling-driven-performance-optimization
CC-BY-SA · Open sourceGitHub
What You'll Need
ReadWriteBash
Source Book

Refactoring: Improving the Design of Existing Code
Martin Fowler
View on ClawhHub