Luohaothu

60 mods across 1 repository, 24 stars between them.

instinct-status

25

Luohaothu/everything-codex

Command

A command that lists learned coding habits and shows how confident the system is in each one, grouped by area.

24 21d ago A 16 tokens original MIT

learn

26

Luohaothu/everything-codex

Command

A command that reviews a coding session and extracts reusable solutions, debugging methods, workarounds, or project conventions into proposed skill files.

24 21d ago A 0 tokens original MIT

orchestrate

27

Luohaothu/everything-codex

Command

Command "orchestrate" from Luohaothu/everything-codex, covering 编排命令, 使用, 工作流类型, feature and bugfix.

24 21d ago A 0 tokens original MIT

plan

28

Luohaothu/everything-codex

Command

A planning command that restates a software request, identifies risks and dependencies, and creates a step-by-step implementation plan before code is changed.

24 21d ago A 26 tokens original MIT

python-review

29

Luohaothu/everything-codex

Command

A command that asks a Python-review agent to inspect Python changes. It runs code-quality, type, security, dependency, formatting, and test checks, then groups findings by severity.

24 21d ago A 32 tokens original MIT

refactor-clean

30

Luohaothu/everything-codex

Command

A cleanup command finds unused code and dependencies, writes a report, and recommends removals only after tests pass.

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

sessions

31

Luohaothu/everything-codex

Command

A command for managing saved Claude Code session histories, including listing sessions, loading them, assigning aliases, viewing information, and editing them.

24 21d ago A 0 tokens original MIT

setup-pm

32

Luohaothu/everything-codex

Command

A setup command that selects the package manager—npm, pnpm, yarn, or Bun—for a project or for your whole environment.

24 21d ago A 17 tokens original MIT

skill-create

33

Luohaothu/everything-codex

Command

A command that studies a repository’s Git history—the record of past code changes—to extract recurring coding and workflow patterns into a SKILL.md file.

24 21d ago A 30 tokens original MIT

tdd

34

Luohaothu/everything-codex

Command

A TDD command guides test-driven development: define the interface, write a failing test, implement the smallest passing solution, and then improve the code.

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

test-coverage

35

Luohaothu/everything-codex

Command

A test-coverage tool measures which parts of the code tests exercise and creates tests for uncovered code paths.

24 21d ago A 0 tokens original MIT

update-codemaps

36

Luohaothu/everything-codex

Command

A command that scans a codebase’s files and dependencies and updates high-level architecture documents called code maps.

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

update-docs

37

Luohaothu/everything-codex

Command

A documentation updater creates project guides from package.json, which lists scripts, and .env.example, which lists required environment settings.

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

verify

38

Luohaothu/everything-codex

Command

Command "verify" from Luohaothu/everything-codex, covering 验证命令, 说明, 输出 and 参数.

24 21d ago A 0 tokens original MIT

backend-patterns

39

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

40

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

41

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

observer

43

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

continuous-learning

44

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

45

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

46

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

47

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

48

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