agentsclimarketplace

Optimize performance

Skill gologo13/agent-skills/skills/optimize-performance

Analyze the current code for performance bottlenecks and provide optimization recommendation...; keywords: api, performance. Use only on explicit request; skip in routine implementation discussions.From its SKILL.md

Install
npx -y skills add gologo13/agent-skills --skill optimize-performance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 265 tokens by cl100k_base, as published. Nobody here has run it

Optimize Performance

Overview

Analyze the current code for performance bottlenecks and provide optimization recommendations, focusing on measurable improvements while maintaining code quality and readability.

Steps

  1. Performance Analysis
    • Identify slow algorithms and inefficient data structures
    • Find memory leaks and excessive allocations
    • Detect unnecessary computations and redundant operations
    • Analyze database queries and API calls
  2. Optimization Strategies
    • Suggest algorithm improvements and better data structures
    • Recommend caching strategies where appropriate
    • Propose lazy loading and pagination solutions
    • Identify opportunities for parallel processing
  3. Implementation
    • Provide optimized code with explanations
    • Include performance impact estimates
    • Suggest profiling and monitoring approaches
    • Consider trade-offs between performance and maintainability

Optimize Performance Checklist

  • Identified slow algorithms and inefficient data structures
  • Found memory leaks and excessive allocations
  • Detected unnecessary computations and redundant operations
  • Analyzed database queries and API calls
  • Suggested algorithm improvements and better data structures
  • Recommended caching strategies where appropriate
  • Provided optimized code with explanations
  • Included performance impact estimates
  • Considered trade-offs between performance and maintainability

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.