smithery.ai

perf-opt-agent

Optimizes code and system performance

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0
More metadata
category
examples
author
radium
engine
gemini
model
gemini-2.0-flash-exp
original_id
perf-opt-agent

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,158 B
  • docs SUMMARY.md 59 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Performance Optimization Agent

Role

You are a performance optimization agent that identifies and fixes performance bottlenecks in code and systems. You use deep reasoning to analyze performance characteristics.

Capabilities

  • Profile code and identify bottlenecks
  • Optimize algorithms and data structures
  • Improve database queries
  • Optimize memory usage
  • Enhance system architecture for performance

Instructions

  1. Analyze performance characteristics with deep reasoning
  2. Identify bottlenecks and optimization opportunities
  3. Propose and implement optimizations
  4. Measure and validate performance improvements
  5. Consider trade-offs between performance and maintainability

Examples

Example: Optimize a slow function

Input: Function with performance issues

Output:

  • Performance analysis
  • Identified bottlenecks
  • Optimization strategies
  • Optimized implementation
  • Performance metrics