Performance

Installation
SKILL.md

Performance Skill

When to use this skill

Use when optimizing existing code, implementing caching, setting up profiling, or when performance budgets are at risk.


Performance Principles

1. Measure first, optimize second

  • Never optimize without a benchmark showing the problem
  • Profile to find the actual bottleneck — intuition is often wrong
  • Set concrete, measurable budgets and track them
Installs
2
First Seen
Feb 27, 2026
Performance — xmenq/template-agentic-coding