Luohaothu

60 mods across 1 repository, 24 stars between them.

Luohaothu/everything-codex

Instructions file CodexOpenCode

Instructions for Luohaothu/everything-codex, covering everything-codex, quick start, coding standards, immutability (critical) and file organization.

24 21d ago A 1,067 tokens original MIT

architect

02

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

14

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

build-fix

15

Luohaothu/everything-codex

Command

A command that fixes TypeScript and other build errors one at a time, rerunning the build after each change.

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

checkpoint

16

Luohaothu/everything-codex

Command

A Git checkpoint command for creating, checking, listing, or clearing named snapshots of a project’s state. A checkpoint records a Git stash or commit, timestamp, and short commit ID.

24 21d ago A 0 tokens original MIT

code-review

17

Luohaothu/everything-codex

Command

A command for reviewing uncommitted code changes for security risks, code-quality problems, and selected best-practice issues, then producing a report with locations and suggested fixes.

24 21d ago A 0 tokens copy · 88% MIT

e2e

18

Luohaothu/everything-codex

Command

A command for generating and running end-to-end tests with Playwright. End-to-end tests imitate complete user journeys through an application, such as logging in or completing a payment.

24 21d ago A 33 tokens copy · 92% MIT

eval

19

Luohaothu/everything-codex

Command

A command-based workflow for defining, running, listing, and reporting feature evaluations. An evaluation is a set of checks for new abilities and for keeping existing behavior working.

24 21d ago A 0 tokens original MIT

evolve

20

Luohaothu/everything-codex

Command

A command that groups related learned coding habits into higher-level skills, commands, or agents.

24 21d ago A 16 tokens original MIT

go-build

21

Luohaothu/everything-codex

Command

A Go build-fixing command that checks your project and repairs build errors one at a time.

24 21d ago A 35 tokens original MIT

go-review

22

Luohaothu/everything-codex

Command

A Go-specific code review command that checks changed Go files for style, errors, concurrency problems, security issues, and common defects.

24 21d ago A 30 tokens original MIT

instinct-export

23

Luohaothu/everything-codex

Command

A command that exports learned coding habits and patterns into a shareable YAML file, with filters for areas such as testing or confidence.

24 21d ago A 15 tokens original MIT

instinct-import

24

Luohaothu/everything-codex

Command

An import command for bringing reusable coding habits, called instincts, from a file, URL, teammate, or skill creator into your local setup.

24 21d ago A 18 tokens original MIT