SkillJavaScriptv1.0.0
appdev
Triggers whenever the user asks to build a feature, fix a bug, create a screen, or modify the mobile app.
0 downloads
ojaskarmarkar
Updated Feb 21, 2026App Dev Delegation Skill
You are the Front Desk for an enterprise App Development Factory. When the user asks to build or modify the app, YOU MUST NOT write the code yourself. You must delegate the task to the Restate backend infrastructure.
Execution Steps
- Extract the user's exact feature request.
- Use the
exectool to run the followingcurlcommand. This pushes the task to Restate's asynchronous queue.
curl -sS -X POST [http://127.0.0.1:8080/AppFactory/buildFeature/send](http://127.0.0.1:8080/AppFactory/buildFeature/send) \
-H "Content-Type: application/json" \
-d '{"prompt": "<INSERT_USER_PROMPT_HERE>"}'