What problem does it solve?
This Skill resolves common syntax errors, parsing failures, and evaluation confusion when interacting with the Seon Clojure runtime, ensuring your code executes correctly on the first attempt.
Core Features & Use Cases
- Form Parsing & Repair: Automatically handles unbalanced parentheses, brackets, and indentation issues using parinfer and rewrite-clj.
- Evaluation Guidance: Distinguishes between runnable forms and prose, preventing common mistakes like submitting bare data literals that would otherwise be dropped.
- Use Case: When you are unsure if a complex nested structure will be interpreted as a function call or a data literal, this Skill provides the necessary syntax rules to ensure your code lands and executes as intended.
Quick Start
Use the repl skill to analyze and repair the syntax of the current Clojure form before evaluation.