Luohaothu/everything-codex

Codex version of everything claude code

24Stars on the repository
60Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

Luohaothu/everything-codex

Agent

A software-architecture adviser for planning systems, large refactors, and technical decisions. It examines a codebase, gathers requirements, proposes component and data designs, and records trade-offs.

24 21d ago A 41 tokens copy · 91% MIT

Luohaothu/everything-codex

Agent

An agent that diagnoses and fixes TypeScript, compiler, dependency, and build errors with the smallest practical code change.

24 21d ago C 54 tokens original MIT

code-reviewer

03

Luohaothu/everything-codex

Agent

A code-review agent that checks software for quality, security, maintainability, testing, and performance issues. It reports findings by priority and includes suggested fixes.

24 21d ago A 38 tokens copy · 91% MIT

database-reviewer

04

Luohaothu/everything-codex

Agent

A PostgreSQL database review agent focused on query performance, schema design, security, and reliability. PostgreSQL is a database system used to store and query application data.

24 21d ago A 53 tokens original MIT

doc-updater

05

Luohaothu/everything-codex

Agent

A documentation-maintenance agent that maps how a codebase is organised and how its modules depend on one another. It updates documentation such as README files, guides, and generated code maps to match the code.

24 21d ago C 47 tokens original MIT

e2e-runner

06

Luohaothu/everything-codex

Agent

An end-to-end testing agent for checking complete user journeys through an application, such as signing in and submitting a form. It prefers Agent Browser, a browser-automation tool with meaning-based element selectors, and can use Playwright as a fallback.

24 21d ago A 71 tokens original MIT

go-build-resolver

07

Luohaothu/everything-codex

Agent

A Go-focused troubleshooting agent for build failures, `go vet` problems, compiler errors, and linter warnings. Go is a programming language, and `go vet` checks code for common mistakes.

24 21d ago A 50 tokens original MIT

go-reviewer

08

Luohaothu/everything-codex

Agent

A Go code-review agent for Go, a programming language known for built-in support for concurrent tasks. It examines changed Go files for common security, error-handling, correctness, and performance problems.

24 21d ago A 41 tokens original MIT

planner

09

Luohaothu/everything-codex

Agent

A planning agent for complex features, architecture changes, and large refactors, which are substantial reorganisations of existing code. It turns a request into an ordered implementation plan with affected files, dependencies, risks, and tests.

24 21d ago A 36 tokens copy · 100% MIT

python-reviewer

10

Luohaothu/everything-codex

Agent

A Python code-review agent that checks changed Python files for style, correctness, and common security mistakes.

24 21d ago A 49 tokens original MIT

refactor-cleaner

11

Luohaothu/everything-codex

Agent

A code-cleanup guide that finds unused files, exports, imports, packages, and repeated code, then removes them carefully. It can also record deletions in a log.

24 21d ago A 54 tokens copy · 91% MIT

security-reviewer

12

Luohaothu/everything-codex

Agent

A security-review agent for finding vulnerabilities in code, settings, dependencies, and version history, including exposed passwords or API keys.

24 21d ago C 59 tokens original MIT

tdd-guide

13

Luohaothu/everything-codex

Agent

A guide for test-driven development, or TDD, where you write a test before the code it checks. It follows a repeatable cycle: make a test fail, write the smallest working code, then improve it.

24 21d ago A 42 tokens original MIT

observer

14

Luohaothu/everything-codex

Agent

A background agent that reviews recorded coding-session activity to find repeated patterns and turn them into reusable working habits.

24 21d ago A 27 tokens original MIT