Cloning Starlette 1.0 and writing a full skill doc with examples
Claude clones the just-released Starlette 1.0 and turns the entire framework into a 20-section reference doc covering every feature with runnable code.
Related
Alan Kay's STEPS: an OS built from tiny DSLs, sourced and fact-checked
Explains Alan Kay's STEPS project — rebuilding an OS in 20,000 lines via custom mini-languages — then supplies links and a skeptical counter-read.
Checking Moebius's code and weights, then porting to WebGPU
The user pressure-tests an AI model's README claims about released weights, then gets a sharp technical case for porting it to run in a browser.
Documenting a mid-2000s custom PHP XML templating system
The assistant reverse-engineers a legacy PHP template parser's custom XML tags for includes, SQL queries, and output loops, noting its deprecated MySQL calls.
Explaining a CRDT-Style Text Merge Algorithm, Then Visualizing It
A walkthrough of a custom three-way text merge system using generation counts and tree ordering, followed by a live Pyodide visualizer built to demonstrate it.