πŸ”Œ

chaos-test

πŸ”ŒPlugin

Andersonlimahw/lemon-ai-hub

Installation

Add marketplace in Claude Code:
$/plugin marketplace add Andersonlimahw/lemon-ai-hub
Step 2. Install plugin:
$/plugin install chaos-test@lemon-ai-hub
VibeIndex|
What it does
|

Chaos engineering scenarios for resilience testing. Designs fault injection experiments (network partitions, latency injection, dependency failures, disk pressure, memory leaks) and verifies circuit breakers, retries, and fallbacks work correctly. Use when building resilience features, verifying SLO under failure conditions, or preparing for production chaos days.

πŸͺ

Part of

Andersonlimahw/lemon-ai-hub

skilllemon-ai-hubchaos-test
10
-
Last UpdatedJun 23, 2026

More from this repository10

πŸ”Œ
senior-prompt-engineerπŸ”ŒPlugin

Pipeline stage-0 prompt refiner. Runs FIRST β€” before skills-selector and smart-dispatch β€” turning a raw idea, pasted draft, or the current chat into a definitive, production-grade prompt (Anthropic prompt-engineering best practices), then hands the refined prompt + an Execution Map (agents, skills, models, effort, time & token estimate) to the routers so they pick the best skills/models with sharpened context. When no file path is given, the input IS the chat/pasted text and the output is returned inline (processed naturally), not forced to a file. Use when the user invokes /senior-prompt-engineer, says "refine my prompt", "improve this prompt", "turn this idea into a prompt", "rewrite idea.md to prompt.md", "definitive prompt", "professional prompt", or pastes a draft prompt/idea to be hardened. Cross-CLI: Claude, Codex, Gemini, OpenCode, Antigravity (agy), lemon-code (lemon).

πŸ”Œ
openapi-hubπŸ”ŒPlugin

OpenAPI spec management hub. Maintains versioned API specs, validates specs on every commit, detects breaking changes between versions, generates typed clients (TypeScript, Python, Go), publishes developer documentation (Redoc/Swagger UI), and exports Postman collections. Enforces spec-first development workflow.

πŸ”Œ
async-advisorπŸ”ŒPlugin

Async and concurrency static analysis plugin. Scans TypeScript/JavaScript codebases for race conditions, unbounded Promise.all, missing AbortController, swallowed rejections, and N+1 async patterns. Runs as a pre-commit hook or CI check and provides inline fix suggestions.

πŸ”Œ
load-test-runnerπŸ”ŒPlugin

Load testing orchestration plugin. Manages k6 and Artillery test suites, schedules nightly soak tests, stores historical performance baselines, detects performance regressions between releases, and generates Grafana-compatible performance reports. Tracks p50/p95/p99 trends over time.

πŸ”Œ
feature-purgeπŸ”ŒPlugin

Safely remove an entire feature and every dead reference it leaves behind β€” not just the folder you point at, but the sibling folders in other architecture layers, the imports/registries/routes/i18n keys that point to it, and any newly-orphaned code. Verifies the quality gate stays 100% green and writes a Markdown removal report. Use when deleting a feature, screen, module, or directory and you need it gone WITHOUT leaving dead files or dead code. Triggers on /feature-purge <path>, "remove this feature", "delete this folder safely", "apaga essa feature sem deixar cΓ³digo morto", "limpa essa screen e as camadas".

πŸ”Œ
chrome-qa-loopπŸ”ŒPlugin

Reusable closed loop for exploratory QA over any live web app, driven by Claude via the Chrome DevTools MCP with four expert lenses (QA, Product, Engineering, Security). Read-only on production, writes one markdown report per finding immediately, and hands reviewed findings to a triage agent that emits prioritized tasks + per-fix PLAN stubs.

πŸ”Œ
cli-wrapperπŸ”ŒPlugin

Wrapper that bridges the AI harness to external CLIs β€” captures help output, documents commands, saves input/output token metrics, and provides a standardized interface so the harness invokes CLIs without context bloat.

πŸ”Œ
ai-workspace-orchestratorπŸ”ŒPlugin

Project and workspace AI setup orchestrator. Builds AGENTS.md/CLAUDE.md contracts, optional global or project skills, Spotify Squad-style agent/subagent topology, and adversarial setup review for single apps, monorepos, and multi-domain workspaces.

πŸ”Œ
agentic-value-loopsπŸ”ŒPlugin

Agentic Value Loops plugin β€” Continuous improvement engine that ships verified increments with constant quality. Includes loops for Feature Development, Maintenance & Security, Documentation Sync, and AI Tuning.

πŸ”Œ
token-saverπŸ”ŒPlugin

Configures token-saving tools (rtk, caveman, graphify, context-mode) globally or per project. Allows auditing and calculating the token savings obtained.