Claude-skill-registry input-latency-governance

Achieve and maintain low input latency by engineering event-to-render pipelines.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/input-latency-governance" ~/.claude/skills/majiayu000-claude-skill-registry-input-latency-governance && rm -rf "$T"
manifest: skills/data/input-latency-governance/SKILL.md
source content

Input Latency Governance (React 18)

Summary

Achieve and maintain low input latency by engineering event-to-render pipelines.

Key Capabilities

  • Instrument end-to-end input latency (event → commit).
  • Reduce blocking renders with concurrency controls.
  • Implement admission control for high-frequency events.

PhD-Level Challenges

  • Formalize latency bounds under adversarial event streams.
  • Derive optimal throttling strategies for user inputs.
  • Validate improvements with INP metrics.

Acceptance Criteria

  • Provide latency dashboards and thresholds.
  • Demonstrate controlled behavior under bursty input.
  • Document tuning decisions and outcomes.