Goldziher

110 mods across 4 repositories, 357 stars between them.

Goldziher/ai-rulez

Skill Claude CodeCodex

vite+ unified TypeScript toolchain conventions: the vp CLI for package/node management, oxlint/oxfmt, type-aware linting, vitest, rolldown/tsdown bundling, task caching, and migration. Load when configuring or reviewing a vite+ TypeScript toolchain.

139 7d ago A 64 tokens original MIT

wasm-bindings

26

Goldziher/ai-rulez

Skill Claude CodeCodex

wasm-bindgen conventions for compiling a Rust core to WebAssembly for JavaScript: wasm-pack packaging, JsValue mapping, async futures, bundle-size tuning, web-sys/js-sys, and TypeScript defs. Load when generating or reviewing WebAssembly/JS bindings for a Rust library.

139 7d ago A 64 tokens original MIT

csharp-conventions

27

Goldziher/ai-rulez

Skill Claude CodeCodex

C# code conventions covering .NET 8+/C# 12, nullable reference types, Roslyn analyzers, xUnit, record types, async/await discipline, and dependency security. Load when writing or reviewing C# code.

139 7d ago A 53 tokens original MIT

elixir-conventions

28

Goldziher/ai-rulez

Skill Claude CodeCodex

Elixir code conventions covering Elixir 1.14+/OTP 25+, pattern matching, mix format, Credo/Dialyzer, ExUnit, ExDoc, OTP process patterns, and dependency security. Load when writing or reviewing Elixir code.

139 7d ago A 57 tokens original MIT

go-conventions

29

Goldziher/ai-rulez

Skill Claude CodeCodex

Go code conventions covering Effective Go, error wrapping, golangci-lint, govulncheck, table-driven tests, interfaces, context usage, modules, and concurrency. Load when writing or reviewing Go code.

139 7d ago A 47 tokens original MIT

java-conventions

30

Goldziher/ai-rulez

Skill Claude CodeCodex

Java code conventions covering Java 17+ records and sealed classes, formatting/static analysis, Maven/Gradle, JUnit 5, exception handling, constructor injection, streams, and security. Load when writing or reviewing Java code.

139 7d ago A 50 tokens original MIT

php-conventions

31

Goldziher/ai-rulez

Skill Claude CodeCodex

PHP code conventions covering PHP 8.2+ strict types, PSR-12 formatting, PHPStan/Psalm static analysis, PHPUnit, Composer dependency management, PSR-4 autoloading, and security. Load when writing or reviewing PHP code.

139 7d ago A 56 tokens original MIT

python-conventions

32

Goldziher/ai-rulez

Skill Claude CodeCodex

Python code conventions covering type hints, Ruff formatting/linting, mypy/pyright, pytest, async I/O, uv packaging, and dependency security scanning. Load when writing or reviewing Python code.

139 7d ago A 45 tokens original MIT

r-conventions

33

Goldziher/ai-rulez

Skill Claude CodeCodex

R code conventions covering R 4.1+, tidyverse/base style, styler/lintr, roxygen2, testthat, error handling, input validation, C/C++/Rust interop, and CRAN compliance. Load when writing or reviewing R code.

139 7d ago A 59 tokens original MIT

ruby-conventions

34

Goldziher/ai-rulez

Skill Claude CodeCodex

Ruby code conventions covering Ruby 3.2+, RuboCop, RBS type checking, RSpec/Minitest, security scanning, exception handling, composition, Bundler, and gem packaging. Load when writing or reviewing Ruby code.

139 7d ago A 52 tokens original MIT

rust-conventions

35

Goldziher/ai-rulez

Skill Claude CodeCodex

Rust code conventions covering edition 2024, cargo fmt/clippy, Result-based error handling, unsafe discipline, async with tokio, API-guideline naming, trait implementations, benchmarking, and security scanning. Load when writing or reviewing Rust code.

139 7d ago A 53 tokens original MIT

Goldziher/ai-rulez

Skill Claude CodeCodex

TypeScript code conventions covering strict tsconfig, ESM imports, discriminated unions, formatting/linting, Vitest testing, lockfile-based packaging, Node.js, and security. Load when writing or reviewing TypeScript code.

139 7d ago A 50 tokens original MIT

code-reviewer

37

Goldziher/ai-rulez

Agent

Use when reviewing code changes for quality, security, and convention compliance.

139 7d ago A 17 tokens original MIT

docs-writer

38

Goldziher/ai-rulez

Agent

Use when writing or updating documentation, READMEs, or changelogs.

139 7d ago A 19 tokens original MIT

devops-engineer

39

Goldziher/ai-rulez

Agent

Use when working on CI/CD pipelines, GitHub Actions, Docker, or deployment automation.

139 7d ago A 22 tokens original MIT

release-engineer

40

Goldziher/ai-rulez

Agent

Use when preparing releases, version bumps, changelog updates, or publishing packages.

139 7d ago A 19 tokens original MIT

iterate

41

Goldziher/ai-rulez

Command

Work in iterations with implementation rounds followed by critical review passes.

139 7d ago A 11 tokens original MIT

bindings

45

Goldziher/ai-rulez

Skill Claude CodeCodex

Cross-language binding architecture rules: bindings as minimal glue, canonical API surface ordering (core, ABI, language), per-language test suites in CI, generated-code discipline, and error/async boundary preservation. Load when designing or reviewing polyglot language bindings for a shared core.

139 7d ago A 57 tokens original MIT

Goldziher/ai-rulez

Skill Claude CodeCodex

FFI and native interop rules: single documented pointer ownership, opaque handles, null-pointer checks, allocate/free pairs, unsafe-block invariants, generated C headers, stable C ABI, frozen struct layouts, and error/context conversion. Load when writing or reviewing FFI boundaries between native and host languages.

139 7d ago A 66 tokens original MIT

Goldziher/ai-rulez

Skill Claude CodeCodex

Rust conventions for a core that backs multiple language bindings: stable-edition tooling, typed Result errors with no panics in library paths, rustdoc with error docs, isolated unsafe, Send futures, FFI-friendly DTOs, and single-source version syncing. Load when writing or reviewing a Rust core exposed through…

139 7d ago A 73 tokens original MIT