Agent skill
org-babel-execution
Literate programming execution engine via org-babel for polyglot skill execution
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/org-babel-execution
SKILL.md
Org-Babel Execution Engine
Transform asi from knowledge graph to execution engine via literate programming
Trit: 0 (COORDINATOR - orchestrates execution across languages)
Overview
Enables literate programming across Julia, Python, Clojure via org-babel.
Core Concept
Embed executable code in narrative .org files:
- Execute in-place (C-c C-c)
- Tangle to extract source files (C-c C-v t)
- Pass data between languages
- Generate documentation with results
Template
#+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
Related Skills
org(0) - Org-mode syntaxemacs(0) - Editor integrationjulia-scientific(+1) - Julia executionpython-development(+1) - Python execution
SDF Interleaving
This skill connects to Software Design for Flexibility (Hanson & Sussman, 2021):
Primary Chapter: 2. Domain-Specific Languages
Concepts: DSL, wrapper, pattern-directed, embedding
GF(3) Balanced Triad
org-babel-execution (+) + SDF.Ch2 (−) + [balancer] (○) = 0
Skill Trit: 1 (PLUS - generation)
Connection Pattern
DSLs embed domain knowledge. This skill defines domain-specific operations.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?