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

backend-patterns

01

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of patterns for designing server-side applications, including web API structure, data-access repositories, and service layers.

24 21d ago A 33 tokens original MIT

clickhouse-io

02

Luohaothu/everything-codex

Skill Claude CodeCodex

A guide to designing ClickHouse databases and queries for fast analysis of large datasets. ClickHouse is a column-based database built for analytical workloads rather than ordinary application transactions.

24 21d ago A 29 tokens original MIT

coding-standards

03

Luohaothu/everything-codex

Skill Claude CodeCodex

A set of coding rules for TypeScript, JavaScript, React, and Node.js projects, covering naming, simplicity, reuse, immutability, and error handling.

24 21d ago A 29 tokens original MIT

Luohaothu/everything-codex

Skill Claude CodeCodex

A learning system that observes coding sessions and turns repeated behaviours into reusable, confidence-scored instincts, which can later become skills, commands, or agents.

24 21d ago B 44 tokens original MIT

continuous-learning

05

Luohaothu/everything-codex

Skill Claude CodeCodex

A session-ending process that reviews a Claude Code conversation and saves reusable solutions as learned skills. It looks for patterns such as error fixes, debugging methods, workarounds, user corrections, and project-specific practices.

24 21d ago B 27 tokens original MIT

django-patterns

06

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of recommended patterns for structuring and extending Django applications, including web APIs and database-backed projects.

24 21d ago A 37 tokens original MIT

django-security

07

Luohaothu/everything-codex

Skill Claude CodeCodex

A guide to securing Django web applications, including login, permissions, request protection, and safe deployment settings.

24 21d ago A 33 tokens original MIT

django-tdd

08

Luohaothu/everything-codex

Skill Claude CodeCodex

A testing guide for Django applications using pytest-django, factory_boy, mocks, coverage reports, and Django REST Framework APIs. TDD means writing a failing test first, making it pass, and then improving the implementation.

24 21d ago A 34 tokens original MIT

django-verification

09

Luohaothu/everything-codex

Skill Claude CodeCodex

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

24 21d ago A 31 tokens original MIT

eval-harness

10

Luohaothu/everything-codex

Skill Claude CodeCodex

A formal evaluation framework for Claude Code sessions based on evaluation-driven development, where expected agent behavior is defined and checked like software tests. It includes code-based, model-based, and human review methods, plus pass-rate measures.

24 21d ago A 27 tokens original MIT

frontend-patterns

11

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of front-end coding patterns for React and Next.js, tools for building web interfaces, and guidance on state management and performance.

24 21d ago A 24 tokens original MIT

golang-patterns

12

Luohaothu/everything-codex

Skill Claude CodeCodex

A guide to common Go programming patterns, design choices, and code conventions for writing and maintaining Go applications.

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

golang-testing

13

Luohaothu/everything-codex

Skill Claude CodeCodex

A guide to testing Go programs with table-driven tests, subtests, benchmarks, fuzzing, and coverage checks. It also explains TDD, a workflow where you write a failing test, make it pass, then improve the code.

24 21d ago A 44 tokens original MIT

iterative-retrieval

14

Luohaothu/everything-codex

Skill Claude CodeCodex

A step-by-step method for finding the right code context for a coding task. It repeatedly retrieves possible files, checks their relevance, improves the search, and then searches again when needed.

24 21d ago A 23 tokens original MIT

Luohaothu/everything-codex

Skill Claude CodeCodex

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

24 21d ago A 35 tokens original MIT

jpa-patterns

16

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of JPA and Hibernate patterns for Spring Boot applications, covering database entities, relationships, repositories, transactions, and query performance. JPA maps Java objects to database records, while Hibernate is a common tool that implements it.

24 21d ago A 34 tokens original MIT

postgres-patterns

17

Luohaothu/everything-codex

Skill Claude CodeCodex

A collection of PostgreSQL database patterns for schema design, indexes, queries, connection pooling, and row-level security. PostgreSQL is a relational database that stores structured data in tables and supports SQL queries.

24 21d ago A 30 tokens original MIT

Luohaothu/everything-codex

Skill Claude CodeCodex

A project-specific guide template that records how a real application is structured, including its technologies, folders, coding patterns, tests, and deployment process. It is based on a customer-discovery platform called Zenith.

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

python-patterns

19

Luohaothu/everything-codex

Skill Claude CodeCodex

A guide to common Python coding practices, including readable formatting, type hints, error handling, and maintainable design.

24 21d ago A 39 tokens original MIT

python-testing

20

Luohaothu/everything-codex

Skill Claude CodeCodex

A Python testing guide built around pytest, a Python test framework, and TDD, a method of writing a failing test before the code that makes it pass.

24 21d ago A 26 tokens original MIT

security-review

21

Luohaothu/everything-codex

Skill Claude CodeCodex

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

24 21d ago A 36 tokens original MIT