sifxprime

60 mods across 1 repository, 11 stars between them.

e2e-runner

25

sifxprime/kodelyth-ecc

Agent

End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.

11 10d ago A 69 tokens copy · 97% MIT

env-debugger

26

sifxprime/kodelyth-ecc

Agent

Diagnoses environment, configuration, and secrets issues across local dev, CI, staging, and production. Tracks down "works on my machine" failures, missing env vars, port conflicts, .env loading order, Docker network issues, and CI/CD secret leaks. Never suggests printing a secret to logs. Use when the same code…

11 10d ago A 75 tokens original MIT

flake-hunter

27

sifxprime/kodelyth-ecc

Agent

Hunts and stabilizes flaky tests — the ones that pass locally but fail on CI, fail every 50th run, or fail only on Mondays. Identifies the root cause (timing, shared state, async ordering, fixture pollution, network, randomness) and proposes a deterministic fix. Never just adds retries to hide flakes. Use when CI is…

11 10d ago A 81 tokens original MIT

flutter-reviewer

28

sifxprime/kodelyth-ecc

Agent

Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.

11 10d ago A 50 tokens copy · 97% MIT

gan-evaluator

29

sifxprime/kodelyth-ecc

Agent

GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and provides actionable feedback to the Generator.

11 10d ago A 32 tokens copy · 88% MIT

gan-generator

30

sifxprime/kodelyth-ecc

Agent

GAN Harness — Generator agent. Implements features according to the spec, reads evaluator feedback, and iterates until quality threshold is met.

11 10d ago A 29 tokens original MIT

gan-planner

31

sifxprime/kodelyth-ecc

Agent

GAN Harness — Planner agent. Expands a one-line prompt into a full product specification with features, sprints, evaluation criteria, and design direction.

11 10d ago A 34 tokens copy · 86% MIT

git-rescue

32

sifxprime/kodelyth-ecc

Agent

Recovers projects from broken git states — detached HEAD, lost commits, bad rebases, force-pushed branches, merge conflicts, accidental resets, corrupted refs, mis-attributed commits. Uses the reflog as ground truth. Never destroys history without confirmation. Use when git is scary.

11 10d ago A 61 tokens original MIT

go-build-resolver

33

sifxprime/kodelyth-ecc

Agent

Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.

11 10d ago A 39 tokens copy · 91% MIT

go-reviewer

34

sifxprime/kodelyth-ecc

Agent

Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.

11 10d ago A 37 tokens copy · 95% MIT

harness-optimizer

35

sifxprime/kodelyth-ecc

Agent

Analyze and improve the local agent harness configuration for reliability, cost, and throughput.

11 10d ago A 21 tokens copy · 94% MIT

healthcare-reviewer

36

sifxprime/kodelyth-ecc

Agent

Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.

11 10d ago A 42 tokens copy · 89% MIT

image-architect

37

sifxprime/kodelyth-ecc

Agent

AI image generation specialist. Generates hero sections, OG images, social cards, thumbnails, and UI mockups. Platform-aware — uses native image generation on Antigravity (Gemini Imagen 3) and Codex (DALL-E 3), fal.ai MCP on Claude Code and Windsurf, and falls back to production-quality SVG on any platform with no API…

11 10d ago A 95 tokens original MIT

incident-commander

38

sifxprime/kodelyth-ecc

Agent

Production incident response specialist — Kodelyth. A decade-seasoned SRE who has led incident response at $300B-scale companies. Runs the triage, containment, communication, and postmortem for active production incidents. Stays calm when everything is on fire. Knows exactly what to do, in what order, and who to tell.…

11 10d ago A 87 tokens original MIT

jailbreak-tester

39

sifxprime/kodelyth-ecc

Agent

Adversarial AI safety red-teamer. Use when shipping LLM features in user-facing products. Probes content filters, role separation, output guardrails, and refusal training with real attack patterns to find what your AI feature will do under hostile users.

11 10d ago C 57 tokens original MIT

java-build-resolver

40

sifxprime/kodelyth-ecc

Agent

Java/Maven/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Java compiler errors, and Maven/Gradle issues with minimal changes. Use when Java or Spring Boot builds fail.

11 10d ago C 49 tokens copy · 88% MIT

java-reviewer

41

sifxprime/kodelyth-ecc

Agent

Expert Java and Spring Boot code reviewer specializing in layered architecture, JPA patterns, security, and concurrency. Use for all Java code changes. MUST BE USED for Spring Boot projects.

11 10d ago A 40 tokens copy · 88% MIT

kodelyth-advisor

42

sifxprime/kodelyth-ecc

Agent

Master engineering advisor — Kodelyth. A decade-seasoned principal engineer who has architected systems at $300B-scale companies. Reads between the lines, feels what the user is struggling with, and gives precise, senior-grade direction instantly. No hand-holding, no noise — just the exact answer. Use when you need…

11 10d ago A 83 tokens original MIT

kodelyth-memory

43

sifxprime/kodelyth-ecc

Agent

Manages the local Kodelyth Memory store — captures patterns and solutions from past sessions, recalls them when relevant, and shapes context for prompt-cache savings. Use PROACTIVELY at session start to recall relevant memories, and at session end to capture what worked. Model-agnostic.

11 10d ago A 63 tokens original MIT

sifxprime/kodelyth-ecc

Agent

Kotlin/Gradle build, compilation, and dependency error resolution specialist. Fixes build errors, Kotlin compiler errors, and Gradle issues with minimal changes. Use when Kotlin builds fail.

11 10d ago C 44 tokens copy · 92% MIT

kotlin-reviewer

45

sifxprime/kodelyth-ecc

Agent

Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose best practices, clean architecture violations, and common Android pitfalls.

11 10d ago A 38 tokens original MIT

load-tester

46

sifxprime/kodelyth-ecc

Agent

Load and performance testing specialist — Kodelyth. Designs and interprets load tests using k6, Locust, Artillery, wrk, and ab. Identifies capacity limits, latency cliffs, and bottlenecks under realistic traffic patterns before they hit production. Use when you need to validate how a system behaves under load, before…

11 10d ago A 82 tokens original MIT

loop-operator

47

sifxprime/kodelyth-ecc

Agent

Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.

11 10d ago A 19 tokens copy · 92% MIT

migration-guide

48

sifxprime/kodelyth-ecc

Agent

Framework and language migration specialist — Kodelyth. A decade-seasoned engineer who has led major version migrations at $300B-scale companies — React 16→19, Next.js 12→15, Python 2→3, Node 14→22, and more. Reads your codebase, identifies every deprecated pattern, produces a phased migration plan with exact file…

11 10d ago A 96 tokens original MIT