Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
It packages a detailed, opinionated C11 coding standard into an installable, auto-loading Grok skill, with concrete rules for file layout, naming, function roles, error handling, loop bounds, and assertion density.
Grok Build plugin that enforces a strict C11 machine-legibility standard when creating, refactoring, debugging, fixing, reviewing, or presenting C code.
It ships one skill, /write-legible-c, plus the full normative standard in
references/c-standard.md (file layout, naming, orchestrator/leaf/adapter
split, status enums + MODULE_TRY, bounded loops, assertion density,
section-16 near-miss refactors, and repository-level AGENTS.md rules).
Add this marketplace, then install the plugin:
grok plugin marketplace add 7etsuo/write-legible-c
grok plugin install write-legible-c --trust
Enable it if it shows as installed but inactive:
grok plugin enable write-legible-c
Or in the TUI: /plugins → Plugins tab → select write-legible-c → Space
to enable → r to reload (or start a new session).
grok plugin install 7etsuo/write-legible-c#plugins/write-legible-c --trust
git clone https://github.com/7etsuo/write-legible-c.git
grok plugin marketplace add ./write-legible-c
grok plugin install write-legible-c --trust
/write-legible-c/skills write-legible-c.c / .h)plugins/write-legible-c/
plugin.json
skills/write-legible-c/
SKILL.md
references/c-standard.md # full 18-section standard
Highlights from the standard:
MODULE_TRY only on non-acquiring pathsgrok plugin uninstall write-legible-c --confirm
# optional: drop the marketplace source
grok plugin marketplace remove 7etsuo/write-legible-c
grok plugin validate ./plugins/write-legible-c
MIT. The C standard text is part of this repository under the same license.
Grok Build plugin: strict C11 machine-legibility standard for writing and reviewing C
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.