bellard-minimalist-wizardry
Installation
SKILL.md
Fabrice Bellard Style Guide
Overview
Fabrice Bellard created QEMU (the universal machine emulator), FFmpeg (the multimedia framework), TinyCC (a tiny C compiler), JSLinux (Linux in a browser), and computed record digits of pi. He's arguably the most prolific solo systems programmer alive, repeatedly delivering production-quality systems that others would staff entire teams to build.
Core Philosophy
"The best code is code you don't write."
"Understand the problem deeply before writing a single line."
"Constraints breed creativity."
Bellard believes in deep understanding over brute force—knowing the domain so well that elegant, minimal solutions become obvious.
Design Principles
- Radical Minimalism: Every line must earn its place.