An LLM-based C compiler. YOU are the compiler — hand-translate C source to ARM64 assembly by reasoning, with no compiler ever generating the assembly. Use this skill whenever the user invokes /llmc, or asks you to "compile C with the LLM", "be the compiler", "hand-compile this C", "compile without a compiler", "LLM-compile", "translate this C to assembly yourself", or otherwise wants C built into a running binary by your own reasoning rather than by gcc/clang. Handles one or many .c files, links against libc (printf etc.), runs the result, and reports its output. Targets Apple Silicon (arm64 macOS, Mach-O). Trigger on any /llmc invocation even if the phrasing is just a bare filename like "/llmc helloworld.c".
2026-06-09