A fully functional Wordle clone built using SvelteKit and Svelte 5 runes. This project was created entirely by an AI agent (Antigravity) using the pi coding agent harness.
$state, $derived, $effect)This project was built by Antigravity, an agentic AI coding assistant, operating within the pi coding agent harness.
The following agent skills were utilized during development:
pi: The coding agent harness that provides the environment and tool execution capabilities.find-skills: Used to discover and install necessary capabilities for Svelte development and process management.svelte-code-writer:@sveltejs/mcp.svelte-autofixer to validate code and ensure compliance with Svelte 5 best practices.tmux:npm run dev) in a detached session, allowing the agent to continue working while the server runs.capture-pane.agent-browser:# Install dependencies
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build