v0idOS/performance-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.

2Stars on the repository
20Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build-deity

01

v0idOS/performance-deity

Skill Claude CodeCodex

Focuses strictly on reducing compilation, bundling, and CI/CD pipeline execution times.

2 4mo ago A 0 tokens original MIT

concurrency-deity

02

v0idOS/performance-deity

Skill Claude CodeCodex

This skill is designed to deliberately cause race conditions and deadlocks, prove they exist, and then secure the codebase using proper synchronization primitives.

2 4mo ago A 0 tokens original MIT

database-deity

03

v0idOS/performance-deity

Skill Claude CodeCodex

This skill optimizes database queries and ORM interactions, focusing on index usage, query planning, and eliminating the N+1 query problem.

2 4mo ago A 0 tokens original MIT

memory-deity

04

v0idOS/performance-deity

Skill Claude CodeCodex

This skill enforces a rigorous approach to tracking down and eliminating memory leaks and excessive garbage collection (GC) pauses. Do not guess where the leak is; prove it with memory profiling.

2 4mo ago A 0 tokens original MIT

network-deity

05

v0idOS/performance-deity

Skill Claude CodeCodex

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

2 4mo ago A 0 tokens original MIT

performance-deity

06

v0idOS/performance-deity

Skill Claude CodeCodex

This skill enforces a rigorous, math-driven approach to code optimization. The agent is forbidden from guessing what makes code faster. It must prove it through benchmarking.

2 4mo ago A 0 tokens original MIT

stress-test-deity

07

v0idOS/performance-deity

Skill Claude CodeCodex

This skill acts as a Red Team. Its goal is to intentionally break the user's application by passing extreme edge cases, massive payloads, and simulating network failures.

2 4mo ago A 0 tokens original MIT

telemetry-deity

08

v0idOS/performance-deity

Skill Claude CodeCodex

Local benchmarking is useless if production fails. This skill forces the AI to instrument code with proper observability so you have X-Ray vision in production.

2 4mo ago A 0 tokens original MIT

ui-deity

09

v0idOS/performance-deity

Skill Claude CodeCodex

Ensures frontend components (React, Vue, HTML/CSS) render at a flawless 60 FPS without dropping frames or triggering unnecessary re-renders.

2 4mo ago A 0 tokens original MIT

concurrency

10

v0idOS/performance-deity

Skill Claude CodeCodex

Detect and fix race conditions and deadlocks. Fires thousands of concurrent requests to prove thread-unsafety, then applies the minimal synchronization primitive needed.

2 4mo ago A 28 tokens original MIT

database

11

v0idOS/performance-deity

Skill Claude CodeCodex

Diagnose and fix slow database queries. Runs EXPLAIN ANALYZE, identifies missing indexes, eliminates N+1 ORM patterns, and provides exact CREATE INDEX statements.

2 4mo ago A 34 tokens original MIT

memory

12

v0idOS/performance-deity

Skill Claude CodeCodex

Detect and fix memory leaks. Instruments memory tracking across thousands of iterations, proves the leak with growth data, identifies the uncollected reference, and verifies the fix.

2 4mo ago A 33 tokens original MIT

network

13

v0idOS/performance-deity

Skill Claude CodeCodex

Reduce API payload sizes and network latency. Profiles byte sizes, enforces compression and HTTP caching, and migrates heavy endpoints to GraphQL or protobuf when warranted.

2 4mo ago A 32 tokens original MIT

optimize

14

v0idOS/performance-deity

Skill Claude CodeCodex

Benchmark, analyze, and optimize a function's execution time. Produces a before/after performance table with real numbers. Never presents a change without proving it is faster.

2 4mo ago A 34 tokens original MIT

stress-test

15

v0idOS/performance-deity

Skill Claude CodeCodex

Stress test and harden code against extreme inputs, malformed data, and simulated infrastructure failures. Acts as a red team. Documents every crash, then hardens the boundary.

2 4mo ago A 34 tokens original MIT

telemetry

16

v0idOS/performance-deity

Skill Claude CodeCodex

Add production observability to a function. Wraps it in an OpenTelemetry or Sentry trace span, injects execution metadata, and proposes a concrete alert rule with threshold and severity.

2 4mo ago A 37 tokens original MIT

ui

17

v0idOS/performance-deity

Skill Claude CodeCodex

Fix UI rendering performance issues. Audits React re-renders, migrates animations to GPU-composited CSS properties, and virtualizes long lists. Target is 60 FPS.

2 4mo ago A 36 tokens original MIT