Literate programming execution engine via org-babel for polyglot skill execution
/plugin marketplace add plurigrid/asi/plugin install asi-skills@asi-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
VALIDATION_RESULTS.mdbidirectional_awareness.jlbrowser_history_acset.jsonconvert_to_literate.jlconvert_to_literate.orgextract_geodesics.jlgeodesics/convert_to_literate.geodesic.jltest_geodesic_execution.jltest_tangle_and_execute.jlvalidate_org_files.jlTransform asi from knowledge graph to execution engine via literate programming
Trit: 0 (COORDINATOR - orchestrates execution across languages)
Enables literate programming across Julia, Python, Clojure via org-babel.
Embed executable code in narrative .org files:
#+TITLE: Skill Name
#+PROPERTY: header-args:julia :tangle Skill.jl
* Implementation
#+BEGIN_SRC julia
function skill_operation(input)
# code here
end
#+END_SRC
* Tests
#+BEGIN_SRC julia :results output
@test skill_operation(42) == expected
#+END_SRC
org (0) - Org-mode syntaxemacs (0) - Editor integrationjulia-scientific (+1) - Julia executionpython-development (+1) - Python execution