N+1 banner
fridzema fridzema

N+1

Development community

Description

--- description: Detect N+1 query patterns in recent requests --- Use the `detect_n_plus_one` MCP tool to find N+1 query patterns. ## Scope Options By default, analyzes only the latest request. Use these options to analyze multiple requests: - `count`: Number of recent HTTP requests (e.g., `count: 10`) - `since`: Time duration to look back (e.g., `since: "1h"`, `since: "30m"`, `since: "2d"`) - `all`: Analyze all available requests (max 100) - `uri`: Filter by URI pattern (e.g., `uri: "/api/u

Installation

Installs to ~/.claude/skills/fridzema-clockwork-mcp-n-1/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fridzema-clockwork-mcp-n-1 && curl -fsSL https://raw.githubusercontent.com/fridzema/clockwork-mcp/HEAD/commands/n+1.md -o ~/.claude/skills/fridzema-clockwork-mcp-n-1/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository