math-inc/OpenGauss

About the project

OpenGauss is a project-scoped Lean workflow orchestrator that gives coding agents a command-line interface for managing formal proof and formalization tasks. It is used with Lean projects to coordinate agents, tooling, backend sessions, and workflows supplied by lean4-skills. The catalogue add-ons operate these Gauss-native workflows.

This repository also configures its own agents. See what OpenGauss tells them →

1.3kStars on the repository
102Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

outlines

49

math-inc/OpenGauss

Skill Claude CodeCodex

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

not rated 1.3k +1 5mo ago B 50 tokens copy · 98% MIT

tensorrt-llm

50

math-inc/OpenGauss

Skill Claude CodeCodex

Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.

not rated 1.3k +1 5mo ago A 75 tokens copy · 84% MIT

serving-llms-vllm

51

math-inc/OpenGauss

Skill Claude CodeCodex

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

not rated 1.3k +1 5mo ago A 75 tokens copy · 86% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

not rated 1.3k +1 5mo ago A 54 tokens copy · 88% MIT

clip

53

math-inc/OpenGauss

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

not rated 1.3k +1 5mo ago A 60 tokens copy · 92% MIT

llava

54

math-inc/OpenGauss

Skill Claude CodeCodex needs its repo

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best…

not rated 1.3k +1 5mo ago A 64 tokens copy · 88% MIT

math-inc/OpenGauss

Skill Claude CodeCodex needs its repo

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

not rated 1.3k +1 5mo ago A 45 tokens copy · 89% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

not rated 1.3k +1 5mo ago A 50 tokens copy · 91% MIT

whisper

57

math-inc/OpenGauss

Skill Claude CodeCodex

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual…

not rated 1.3k +1 5mo ago B 67 tokens copy · 88% MIT

dspy

58

math-inc/OpenGauss

Skill Claude CodeCodex

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

not rated 1.3k +1 5mo ago A 35 tokens copy · 92% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

not rated 1.3k +1 5mo ago A 69 tokens copy · 83% MIT

axolotl

60

math-inc/OpenGauss

Skill Claude CodeCodex needs its repo

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support.

not rated 1.3k +1 5mo ago A 47 tokens copy · 92% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

not rated 1.3k +1 5mo ago A 78 tokens copy · 78% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

Build, test, and debug Gauss Agent RL environments for Atropos training. Covers the GaussAgentBaseEnv interface, reward functions, agent loop integration, evaluation with tools, wandb logging, and the three CLI modes (serve/process/evaluate). Use when creating, reviewing, or fixing RL environments in the gauss-agent…

not rated 1.3k +1 5mo ago A SkillSpector: pass 77 tokens original MIT

grpo-rl-training

63

math-inc/OpenGauss

Skill Claude CodeCodex

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training.

not rated 1.3k +1 5mo ago A 26 tokens copy · 95% MIT

peft-fine-tuning

64

math-inc/OpenGauss

Skill Claude CodeCodex

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

not rated 1.3k +1 5mo ago A 82 tokens copy · 86% MIT

pytorch-fsdp

65

math-inc/OpenGauss

Skill Claude CodeCodex

Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2.

not rated 1.3k +1 5mo ago B 37 tokens copy · 100% MIT

pytorch-lightning

66

math-inc/OpenGauss

Skill Claude CodeCodex

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

not rated 1.3k +1 5mo ago A 59 tokens copy · 83% MIT

simpo-training

67

math-inc/OpenGauss

Skill Claude CodeCodex needs its repo

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.

not rated 1.3k +1 5mo ago A 62 tokens copy · 83% MIT

slime-rl-training

68

math-inc/OpenGauss

Skill Claude CodeCodex

Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.

not rated 1.3k +1 5mo ago A 52 tokens copy · 92% MIT

math-inc/OpenGauss

Skill Claude CodeCodex needs its repo

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

not rated 1.3k +1 5mo ago A 83 tokens copy · 94% MIT

math-inc/OpenGauss

Skill Claude CodeCodex

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

not rated 1.3k +1 5mo ago A 69 tokens copy · 78% MIT

unsloth

71

math-inc/OpenGauss

Skill Claude CodeCodex

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization.

not rated 1.3k +1 5mo ago A 39 tokens copy · 83% MIT

chroma

72

math-inc/OpenGauss

Skill Claude CodeCodex

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…

not rated 1.3k +1 5mo ago A 63 tokens copy · 86% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: