Skip to content

/kit-performance

Performance guardrails pack — N+1, complexity notes, measure-before/after, unbounded growth, pagination, hot-path I/O. Use when asked for a performance pass or when optimizing/reviewing query and loop cost.

shell
$ npx -y skills add altafino/FableClaudeMDForOpus --skill kit-performance --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/kit-performance
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Performance guardrails pack — N+1, complexity notes, measure-before/after, unbounded growth, pagination, hot-path I/O. Use when asked for a performance pass or when optimizing/reviewing query and loop cost.

SKILL.md

kit-performance.SKILL.md
name: kit-performance
description: Performance guardrails pack — N+1, complexity notes, measure-before/after, unbounded growth, pagination, hot-path I/O. Use when asked for a performance pass or when optimizing/reviewing query and loop cost.

Read and apply to the current task, citing rule IDs/rows with one line of evidence as they fire:

  • docs/guardrails/PERFORMANCE.md — PERF1–PERF6 (PERF3: no speed claim without before/after numbers)
  • docs/guardrails/TRAPS-SQL.md — "Indexes, types, pagination" rows
  • docs/guardrails/TRAPS-NOSQL.md — Redis rows (SCAN, TTL)
Read it on GitHub ↗
Ships withfableclaudemdforopus

A portable CLAUDE.md + documentation set that makes Claude Opus / Sonnet operate as close to frontier (Fable) level as possible inside Claude Code: fewer logic errors, fewer introduced bugs, fewer wasted tokens.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
24d ago
Last commit
27d ago
Created

Repo: altafino/FableClaudeMDForOpus