performance-lens

Official

Identify code bottlenecks and resource waste

Authoratomicinnovation
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This lens helps developers and reviewers detect where code will become a performance bottleneck by evaluating algorithmic complexity, resource and I/O usage, concurrency resource efficiency, and caching strategy so that optimizations are targeted and proportional to real-world load.

Core Features & Use Cases

  • Algorithmic and data-structure review: Assess time and space complexity, identify unnecessary iteration or repeated work, and recommend more appropriate data structures.
  • Resource and I/O analysis: Highlight inefficient memory allocation patterns, unbatched or eager I/O, connection and pool mismanagement, and opportunities for streaming or batching.
  • Concurrency and caching guidance: Evaluate lock contention, thread/worker pool sizing, unnecessary serialization of async work, and cache design to reduce contention and stampede risk.
  • Use Case: When reviewing a high-traffic API endpoint, use this lens to identify algorithmic hotspots, evaluate database and network call patterns, and produce prioritized, measurable performance fixes.

Quick Start

Use the performance-lens to review the authentication service for algorithmic hotspots, memory and I/O inefficiencies, and concurrency contention.

Dependency Matrix

Required Modules

None required

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: performance-lens
Download link: https://github.com/atomicinnovation/accelerator/archive/main.zip#performance-lens

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.