Literate programming execution engine via org-babel for polyglot skill execution
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 executionThis skill connects to Software Design for Flexibility (Hanson & Sussman, 2021):
Concepts: DSL, wrapper, pattern-directed, embedding
org-babel-execution (+) + SDF.Ch2 (−) + [balancer] (○) = 0
Skill Trit: 1 (PLUS - generation)
DSLs embed domain knowledge. This skill defines domain-specific operations.
Part of: repl-commons. Family canonical: emacs.
npx skills add plurigrid/org-babel-execution下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer