jascal/orca-lang

Orca (Orchestrated State Machine Language) — an LLM-native code generation target

14Stars on the repository
9Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

orca-actions

01

jascal/orca-lang

Skill Claude CodeCodex

Generate action scaffold code for an Orca machine in TypeScript, Python, or Go. Use when the user has a verified machine and wants implementation stubs for the action functions. When the machine file also contains decision tables, compiled evaluator functions and wired action stubs are included automatically.

14 3mo ago A 0 tokens

orca-compile

02

jascal/orca-lang

Skill Claude CodeCodex

Compile an Orca machine to XState v5 TypeScript config or a Mermaid state diagram. Use when the user wants to generate runnable code or a visual diagram from a .orca.md file.

14 3mo ago A 0 tokens

orca-generate-multi

03

jascal/orca-lang

Skill Claude CodeCodex

Generate a coordinated multi-machine Orca system from a natural language spec. Use when the user needs multiple state machines that invoke each other (e.g. a coordinator with child workers).

14 3mo ago A 42 tokens

orca-generate

04

jascal/orca-lang

Skill Claude CodeCodex

Generate a verified Orca state machine from a natural language spec. Use when the user wants to design a new state machine, workflow, or agent orchestration from a description.

14 3mo ago A 39 tokens

orca-refine

05

jascal/orca-lang

Skill Claude CodeCodex

Automatically fix verification errors in an Orca machine using an LLM. Use when verifymachine returns errors and the user wants them fixed.

14 3mo ago A 31 tokens

orca-verify

06

jascal/orca-lang

Skill Claude CodeCodex

Verify an Orca machine for structural correctness, completeness, and determinism. Use when the user wants to check a .orca.md file for errors or warnings.

14 3mo ago A 36 tokens