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:

  1. Solves the task using AppWorld APIs
  2. Applies bullet guidance strategies
  3. Handles errors gracefully
  4. Calls apis.supervisor.complete_task() when done

Input Format

Installs
13
GitHub Stars
27
First Seen
Apr 14, 2026
generate-appworld-code — jmanhype/claude-code-plugin-marketplace