suggest-optimizations

Community

Pinpoint performance bottlenecks and suggest fixes.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Identifying the most impactful performance optimization strategies in complex code can be challenging without deep analysis of profiling data and algorithmic complexity.

Core Features & Use Cases

  • Bottleneck Analysis: Identifies functions or code paths consuming the most time/memory based on profiling data.
  • Optimization Recommendations: Proposes specific optimization techniques (e.g., algorithmic changes, data structure choices, caching, SIMD) with expected impact.
  • Use Case: After profiling reveals a slow function, use this skill to analyze its code and suggest concrete optimization strategies, such as using a more efficient algorithm or applying SIMD vectorization.

Quick Start

Use the suggest-optimizations skill to profile 'script.py' and identify top time-consuming functions for optimization.

Dependency Matrix

Required Modules

cProfile

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: suggest-optimizations
Download link: https://github.com/mvillmow/ProjectOdyssey/archive/main.zip#suggest-optimizations

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository