agentsclimarketplace

Stress test deity

Skill v0idOS/performance-deity/archive/stress-test-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 stress-test-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

1.2 KB, as published. Nobody here has run it

Stress Test Deity: Chaos Engineering

Description

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.

Triggers

Activate when the user mentions:

  • "stress test"
  • "red team"
  • "chaos engineering", "fuzzing"
  • "harden this"
  • Or explicitly runs /plugin performance-deity:stress-test

Core Directives

Phase 1: The Fuzzer

  1. Write a script that bombards the target function with:
    • 1GB string payloads.
    • null, undefined, NaN, -1.
    • Deeply nested recursive JSON objects.
    • Malformed Unicode strings.
  2. Simulate network drops or database timeouts if applicable.

Phase 2: The Attack

  1. Run the fuzzer.
  2. Document exactly which inputs caused unhandled exceptions, memory exhaustion, or infinite loops.

Phase 3: Hardening

  1. Add strict input validation at the boundary.
  2. Add pagination or streaming for massive payloads.
  3. Add circuit breakers or retry-with-backoff for network dependencies.

Phase 4: Resilience Proof

  1. Run the fuzzer again.
  2. Show the user how the app now gracefully degrades (returning 400 Bad Request or safely exiting) instead of crashing.

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.