ln-810-performance-optimizer

Solid

Multi-cycle performance optimization with profiling and bottleneck analysis. Use when optimizing application performance.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. **Type:** L2 Domain Coordinator **Category:** 8XX Optimization # Performance Optimizer Runtime-backed multi-cycle optimization coordinator. Profiles, researches, validates, and executes optimization hypotheses until target reached, plateau detected, or budget exhausted. ## Inputs | Input | Required | Description | |-------|----------|-------------| | `target` | Yes | endpoint, function, or pipeline to optimize | | `observed_metric` | Yes | current performance problem | | `target_metric` | No | user or research-derived target | | `max_cycles` | No | default `3` | ## Purpose & Scope - Detect whether optimization is the right tool - Run iterative cycles: `profile -> gate -> research -> target -> context -> validate -> execute` - Preserve optimization artifacts under `.hex-skills/optimization/{slug}/` and runtime state under `.hex-skills/optimization/runtime/runs/{run_id}/` - Resume deterministically from the last checkpointed phase - Keep cycle summaries machine-readable ## Runtime Contract **MANDATORY READ:** Load `shared/references/ci_tool_detection.md` **MANDATORY READ:** Load `shared/references/coordinator_runtime_contract.md`, `shared/refere...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category