소개
Performance Hint is a lightweight diagnostic skill for Claude Code designed to maintain high software efficiency by proactively flagging obvious performance pitfalls. It monitors code for O(n²) complexity, inefficient database patterns, and sequential network requests, providing immediate, brief feedback. By acting as an early-warning system rather than a heavy profiler, it ensures performance remains a top-of-mind priority during the development process and guides users toward deeper analysis when necessary.