endpoint-performance-scrutiny

Official

Direct, indexed lookups for exact access.

Authorbelluga
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Prevent inefficient access patterns that rely on listing and filtering instead of direct, indexed lookups for exact entities.

Core Features & Use Cases

  • Enforces exact-key lookup paths, direct queries, and appropriate indexing to ensure scalable, low-latency retrieval.
  • Documents canonical lookup paths and provides deterministic audit workflows, integrating with tooling to detect anti-patterns in backend and client code.
  • Use Case: When retrieving resources by id or slug across microservices, ensures the path uses a direct query rather than broad fetch followed by in-memory filtering.

Quick Start

Run a focused audit on an endpoint like /resource/{id} to confirm direct index-based retrieval is used.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: endpoint-performance-scrutiny
Download link: https://github.com/belluga/delphi-ai/archive/main.zip#endpoint-performance-scrutiny

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.