generate-appworld-code
Installation
SKILL.md
Generate AppWorld Code
Generate executable Python code for AppWorld agent tasks, applying learned strategies from the ACE playbook.
Purpose
When the AppWorld executor encounters a task, it calls this Skill with:
- Task instruction (natural language)
- Available apps (e.g., ['spotify', 'venmo'])
- Playbook bullets (learned strategies to apply)
You generate Python code that:
- Solves the task using AppWorld APIs
- Applies bullet guidance strategies
- Handles errors gracefully
- Calls
apis.supervisor.complete_task()when done