ワンクリックで
genesis-run
Execute Genesis programs using the reference interpreter to validate program correctness and test language features
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute Genesis programs using the reference interpreter to validate program correctness and test language features
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use Genesis language to describe, analyze, and improve Genesis itself - meta-programming for self-improvement and validation
Run the Genesis code formatter to enforce consistent style in Genesis programs, ensuring 4-space indentation and proper formatting
Run the Genesis static analyzer to check programs for structural correctness, naming conventions, and alignment with Genesis philosophy
Write Genesis programs that generate, analyze, transform, and validate other Genesis programs - meta-level programming capabilities
Launch the interactive Genesis REPL for exploratory development, testing declarations, and debugging resonance scoring in real-time
Enable Genesis to evolve itself through self-modification, creating an Ouroboros loop of continuous improvement while preserving core essence
| name | genesis-run |
| description | Execute Genesis programs using the reference interpreter to validate program correctness and test language features |
| self_learning | true |
| knowledge_base | .github/knowledge/genesis-run |
Execute Genesis programs using the reference interpreter.
This skill implements the Ouroboros evolution pattern and learns from each usage:
.github/knowledge/genesis-run/metrics.yamllearnings.yamlevolution-log.yamlcontext.yamlThe skill evolves through cycles defined in .github/evolution/skill-evolution.gen, continuously refining its instructions and examples based on real-world usage.
python3 tools/genesis.py run <file.gen>
Or run directly via the CLI:
python3 src/genesis_cli.py <file.gen>
.gen file into an Abstract Syntax Treepython3 tools/genesis.py run examples/hello-world.gen
python3 tools/genesis.py run examples/energy-optimization.gen
python3 tools/genesis.py run examples/research-synthesis.gen
python3 tools/genesis.py run examples/possibility-demo.gen
python3 tools/genesis.py run examples/compliant-ai-system.gen
.gen programs execute correctly