What problem does it solve? It removes the friction of manually setting up interpreters, compilers, and temp files when you need to quickly execute or verify a code snippet in any of 30+ programming languages. ## Core Features & Use Cases - Multi-language execution: Run code in JavaScript, Python, Java, C, C++, Go, Rust, Ruby, PHP, and many more through a single unified command. - Compiled language support: Automatically compiles and runs C, C++, Rust, and Java code, including Java class-name extraction. - Stdin-based input: Accepts code via stdin to avoid shell escaping issues with quotes and special characters, ideal for AI agents. - Use Case: You want to verify that a Python factorial function returns the expected result. Pipe the code to the runner script and instantly see the output or error details. ## Quick Start Ask the AI to run your code snippet by saying something like: run this Python code print(math.factorial(10)) using the code-runner skill.