Skip to main content
Generaldvcrn

math-slop

Generate satirical \"math slop\" ragebait formulas that connect famous constants (φ, π, e, i) in trivially true but profound-looking equations. Outputs LaTeX. Use for math memes or when someone asks for \"math slop.\"

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--math-slop
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/0xmugen--maths-rage-bate/skills/math-slop/SKILL.md -o .claude/skills/math-slop.md

Drops the SKILL.md into .claude/skills/math-slop.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Math Slop Generator

Generate single-line "ragebait" formulas connecting famous constants in ways that look profound but are trivially true.

Quick Generate

node scripts/generate-slop.js

# Multiple formulas
node scripts/generate-slop.js --count 5

Example Output

  • \varphi^{\ln e} = \varphi^{i^4} → φ¹ = φ¹
  • e^{i\pi} + 1 + \gamma = 0 + \gamma → Euler + γ both sides
  • \tau - 2\pi = e^{i\pi} + 1 → 0 = 0
  • \sqrt{2}^{\,2} = 2^{\sin^2 x + \cos^2 x} → 2 = 2¹

Rendering

The script outputs LaTeX. To render as an image, use any LaTeX renderer:

  • Online: latex.codecogs.com, quicklatex.com
  • Local: pdflatex, mathjax, katex

Formula Types

  • Add zeros: (φ-φ), ln(1), e^{iπ}+1, sin(0)
  • Multiply by ones: e^0, i⁴, sin²θ+cos²θ
  • Both sides: same constant added/multiplied to both sides
  • Euler mashups: variations on e^{iπ}+1=0
  • Golden ratio: φ² = φ+1 variations