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.
Loading skill content...
From ACDL specification to working code
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"