apply-inference-optimizations
Installation
SKILL.md
Apply inference optimizations
Use this skill after profile-model-performance has identified the dominant
stage. Keep every optimization opt-in until benchmark and quality evidence show
that it is safe for the target workflow.
Ground rules
- Preserve the existing quality path as the baseline. Add faster paths as flags or config variants first.
- Change one optimization family at a time unless a combined profile is the explicit validation target.
- Add or extend the benchmark harness in the same change as the runtime flag.
- After applying an optimization, continue with
validate-performance-qualitybefore promoting it as a default or documenting a speedup claim. - Print active settings and stage timing summaries so runs are auditable.
- Read
flashdreams-integrationsbefore moving code acrosscore,infra, recipes, or integrations. Avoid model-specific branches in shared layers; add config slots or override hooks instead.