slop

Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed forminimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Needstrong contracts and range types, (3) Creating code with typed holes for incrementalgeneration, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.

$ 安裝

git clone https://github.com/rhinoman/slop-plugin /tmp/slop-plugin && cp -r /tmp/slop-plugin/skills/slop ~/.claude/skills/slop-plugin

// tip: Run this command in your terminal to install the skill