ln-814-optimization-executor

Solid

Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.

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}`. # ln-814-optimization-executor **Type:** L3 Worker **Category:** 8XX Optimization Executes optimization hypotheses from the researcher using keep/discard autoresearch loop. Supports multi-file changes, compound baselines, and any optimization type (algorithm, architecture, query, caching, batching). --- ## Overview | Aspect | Details | |--------|---------| | **Input** | `.hex-skills/optimization/{slug}/context.md` OR conversation context (standalone invocation) | | **Output** | Optimized code on isolated branch, per-hypothesis results, experiment log | | **Pattern** | Strike-first: apply all → test → measure. Bisect only on failure. A/B only for contested alternatives | --- ## Workflow **Phases:** Pre-flight → Baseline → Strike-First Execution → Report → Gap Analysis --- ## Phase 0: Pre-flight Checks ### Slug Resolution - If invoked via Agent with contextStore containing `slug` — use directly. - If invoked standalone — derive slug from context_file path or ask user. ### Step 1: Load Context Read `.hex-skills/optimization/{slug}/context.md` from project root. Contains problem statement, profiling results, research hypotheses, and target m...

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