From asi
Enables org-babel execution of literate code blocks across Julia, Python, and Clojure in Org-mode files. Supports in-place execution, tangling to source files, inter-language data passing, and result documentation.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
> **Transform asi from knowledge graph to execution engine via literate programming**
Provides knowledge of Emacs ecosystem: elisp programming, Org-mode documents, Gnus mail/news, Tramp remote files, Eglot LSP client.
Creates, scaffolds, and edits reproducible Jupyter notebooks (.ipynb) for experiments, exploratory analysis, or tutorials using bundled templates and new_notebook.py script.
Provides Org-mode syntax reference for .org files: headings, lists, links, properties, timestamps, tables, source blocks. Useful for formatting notes and code docs.
Share bugs, ideas, or general feedback.
Transform 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