agentsclimarketplace

Network deity

Skill v0idOS/performance-deity/archive/network-deity

A ruthlessly strict algorithmic optimization methodology for AI coding agents. Forces your agent to profile, benchmark, and mathematically prove performance gains before writing code.

Install
npx -y skills add v0idOS/performance-deity --skill network-deity

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.9 KB, as published. Nobody here has run it

Network Deity: The Payload Squeezer

Description

Optimizes API endpoints, payload sizes, and network latency. Standard REST calls are slow; we make them instantaneous.

Triggers

Activate when the user mentions:

  • "slow api"
  • "payload too large"
  • "network optimization"
  • "reduce bandwidth"
  • Or explicitly runs /plugin performance-deity:network

Core Directives

Phase 1: Payload Profiling

  1. Identify the API endpoint.
  2. Analyze the JSON response size and nested structures.

Phase 2: Compression & Caching

  1. Ensure gzip or Brotli compression is enabled on the server.
  2. Add appropriate HTTP caching headers (Cache-Control, ETag).

Phase 3: Serialization

  1. If the payload is over 1MB, rewrite the endpoint to use Protocol Buffers (protobuf) or GraphQL to only request required fields.

Phase 4: Proof

  1. Show the user the before/after byte size of the payload.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.