Generate Code from ACDL

Use this skill file to teach Claude Code how to implement LLM agent systems from your ACDL specifications. Write the ACDL, get the code skeleton.

Download Skill File Try Live Editor

acdl-skill.md

Loading skill content...

Workflow

From ACDL specification to working code

Step 1: Write Your ACDL

  1. 1 Use the Live Editor to write your ACDL spec
  2. 2 Preview the prompt structure visually
  3. 3 Copy your finished ACDL specification

Step 2: Generate Code

  1. 1 Download the skill file or copy it above
  2. 2 In Claude Code, attach with @acdl-skill.md
  3. 3 Paste your ACDL and ask for the implementation

Example Prompt

What to say after attaching the skill and your ACDL

"Generate the Python implementation for this ACDL spec. Include:
1. All template constants and template functions
2. Appropriate data classes
3. Helper functions (stubbed with TODO)
4. The complete build_messages() function with ACDL line comments
5. A usage example"