@firstpick/pi-skill-performance-optimizer

Agents should invoke this skill for slow code, high CPU/memory, latency, large data processing, algorithmic complexity, profiling plans, benchmarks, or optimization requests. Profiles first and weighs trade-offs before changing code.

Packages

Package details

skill

Install @firstpick/pi-skill-performance-optimizer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-performance-optimizer
Package
@firstpick/pi-skill-performance-optimizer
Version
0.1.1
Published
May 18, 2026
Downloads
not available
Author
firstpick
License
MIT
Types
skill
Size
11.2 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@firstpick/pi-skill-performance-optimizer

A Pi skill for slow code, high CPU/memory, latency, large data processing, algorithmic complexity, profiling plans, benchmarks, or optimization requests. Profiles first and weighs trade-offs before changing code.

What it does

  • Adds the performance-optimizer skill to Pi's skill library.
  • Guides agents to invoke the skill for slow code, high CPU/memory, latency, large data processing, algorithmic complexity, profiling plans, benchmarks, or optimization requests. Profiles first and weighs trade-offs before changing code.
  • Bundles skills/performance-optimizer/SKILL.md plus any supporting references, scripts, tests, fixtures, or assets used by the skill.

Install

pi install npm:@firstpick/pi-skill-performance-optimizer

Configuration

No required configuration.

Commands

None.

Tools

None.

Example view

User: Review this change for the concerns covered by `performance-optimizer`.
Agent: Invokes the `performance-optimizer` skill, follows its workflow, and reports the result.