alquimia-sdk
Installation
SKILL.md
Alquimia SDK — Application Builder
Step 1: Ask these questions before writing any code
Present the options as a numbered/lettered menu so the user can reply with just the numbers/letters.
Question 1 — Server setup:
How does your app talk to the Alquimia backend?
1) Next.js App Router — built-in route handlers proxy requests 2) SPA + separate server (Express / Hono / Fastify / Bun / etc.) 3) SPA (Vite / CRA / etc.) — no existing serverReply with the number.
Option 3 uses a lightweight ~30-line Hono proxy for the SSE stream (EventSource can't send auth headers). Infer and attachments call the backend directly.