https://docs.gipity.ai/skills/gipity-platform.md - Complete overview of Gipity platform capabilities and what users can build https://docs.gipity.ai/skills/2d-game.md - Build 2D games with Phaser: scene structure, physics, input, sprites, genre recipes (platformer, scroller, arcade, puzzle, endless runner) https://docs.gipity.ai/skills/3d-engine.md - Minimal 3D multiplayer template - Three.js rendering, Rapier physics, Gipity Realtime multiplayer, player controller, voxel primitives. No gameplay; start here to build something new. https://docs.gipity.ai/skills/3d-world.md - Build 3D World games (3D multiplayer): the playable starter, genre recipes (obby, tycoon, simulator, PvP, shooter, horror, racing), features, multiplayer patterns, persistence https://docs.gipity.ai/skills/about-gipity.md - Gipity's mission, philosophy, and what makes the platform different https://docs.gipity.ai/skills/agent-deploy.md - Authenticate an autonomous agent, script, or CI job to Gipity with a long-lived agent API token (gip_at_*) instead of interactive login, then run the full build → deploy loop unattended https://docs.gipity.ai/skills/app-audio.md - Sound effects, music generation, and audio transcription services for deployed apps https://docs.gipity.ai/skills/app-auth.md - Sign in with Gipity: user authentication, consent, and session handling for apps https://docs.gipity.ai/skills/app-database.md - App database for functions: Postgres schema in migrations, the db helper (query/findOne/insert/update/delete/tx), per-invocation limits, table permissions, views and globs https://docs.gipity.ai/skills/app-debugging.md - Debug a deployed app: inspect pages, capture screenshots, read function logs, and call functions directly https://docs.gipity.ai/skills/app-debugging-reference.md - Drive a deployed page from the CLI: multi-step evals, reload checks, real-file fixtures, in-app error traps, the synthetic camera, and stepping a simulation's clock https://docs.gipity.ai/skills/app-development.md - Functions, database & API: write serverless functions, set up databases, deploy, test, and call via REST https://docs.gipity.ai/skills/app-development-reference.md - Function runtime reference: ES module rules, multi-file functions, shared _lib modules, kits that ship backend pieces, versioning & rollback, management commands, and rate limits https://docs.gipity.ai/skills/app-files.md - File uploads for deployed apps: presigned upload URLs to Gipity Storage, progress tracking, thumbnails, up to 30GB, client helper library https://docs.gipity.ai/skills/app-image.md - Image generation + instruction editing for deployed apps (Gipity Image): text-to-image, edit an uploaded photo (add/remove/restyle), aspect ratios, resolution tiers https://docs.gipity.ai/skills/app-import.md - Bring any app INTO Gipity (from a .gip bundle or a GitHub repo, including Vercel/Replit/Lovable/Bolt apps) and take any Gipity app out as a portable .gip. Covers the connect flow, source detection, per-platform porting recipes, and how to talk about why porting is worth it. https://docs.gipity.ai/skills/app-llm.md - LLM service for deployed apps: request/response format, code examples, and billing config https://docs.gipity.ai/skills/app-location.md - Location service for deployed apps: IP geolocation and reverse-geocoding via the app-scoped service endpoint - first-party, no API key https://docs.gipity.ai/skills/app-notify.md - Web push notifications for deployed apps (Gipity Notify): the notify kit, the injected notify() service, iOS home-screen support - platform owns VAPID keys + delivery, no crypto https://docs.gipity.ai/skills/app-payments.md - Charge your app's end-users via Stripe: one-time purchases + subscriptions through Stripe Connect. The owner connects their own Stripe account; Gipity brokers checkout and verified webhooks and takes a small platform fee. https://docs.gipity.ai/skills/app-realtime.md - Real-time multiplayer: rooms, lobbies, invite links, WebSocket connections, shared state, and message relay https://docs.gipity.ai/skills/app-realtime-reference.md - Raw Colyseus client reference: connecting without the kit, room discovery via REST, relay and state room message patterns, turn-based games, and the safe state-room initialization boilerplate https://docs.gipity.ai/skills/app-records.md - Gipity Records: declare tables with field metadata in gipity.yaml and get validated REST CRUD, composite types, provenance + English audit history, live SSE, workflow triggers, agent tools, and auto-generated table/form UI https://docs.gipity.ai/skills/app-testing.md - Testing deployed functions: the test()/ctx.fn.call/callAs contract, the per-file auto-reset test database, ctx.isTest, fixtures, auth:user and auth:member tests (ctx.users.owner), and ctx.upload file-serving tests https://docs.gipity.ai/skills/app-tts.md - Text-to-speech service for deployed apps: Gipity Speech (30 voices, multi-speaker, 60+ languages) https://docs.gipity.ai/skills/app-video.md - Video generation and understanding for deployed apps (Gipity Video): generate short AI videos, analyze video content https://docs.gipity.ai/skills/approvals.md - Pause THIS agent (or a workflow) for the user's yes/no, choice, or text decision - expiry and confirmation behavior. Not for deployed apps: an in-app approval flow is an ordinary auth: member function https://docs.gipity.ai/skills/audio-align.md - Forced alignment kit: audio + lyrics -> word-level timing JSON. Demucs vocal isolation + MMS_FA, runs as a Gipity Jobs GPU task. https://docs.gipity.ai/skills/browser-automation.md - Browse websites, fill forms, extract data, and take screenshots with a real browser https://docs.gipity.ai/skills/chatbot.md - Drop-in chatbot for any app: persona, scope guardrails with refusal examples, 20k-token static knowledge, suggested-prompt chips, streaming responses. Bubble widget or headless engine, powered by Gipity's LLM - no API keys. https://docs.gipity.ai/skills/deploy.md - The deploy pipeline: gipity.yaml manifest, phases, dev vs prod, checksums, and reading phase results https://docs.gipity.ai/skills/discord-connector.md - Connect Gipity to Discord: the public /build showcase server, account claiming, capabilities, and limitations https://docs.gipity.ai/skills/email.md - Sending email: the agent channels (platform + Gmail) and the app email() service - plus HTML style rules, image handling, and deliverability tips https://docs.gipity.ai/skills/getting-started.md - Account basics: credits, purchasing, file uploads, projects, agents, and common commands https://docs.gipity.ai/skills/google-services.md - Gmail, Calendar, and Google services integration: search, read, send emails; list, create, update events https://docs.gipity.ai/skills/i18n.md - Multi-language for web apps via `gipity add i18n` - language picker, locale persistence, RTL, plural/translation lookup. Transparently upgrades the app's existing t() copy calls; no code changes. https://docs.gipity.ai/skills/jobs.md - Long-running async jobs - CPU or GPU via Gipity Jobs. Submit, poll, stream logs, retry, cancel. Per-second billing by compute class. https://docs.gipity.ai/skills/jobs-reference.md - Jobs reference: testing a job pipeline (suppressed submits in tests, driving on_complete directly, the one-time real GPU smoke) and the common gotchas (Demucs recipe, deps conflicts, bash set -e, the output channel). https://docs.gipity.ai/skills/location.md - Get user location: GPS, IP geolocation, reverse-geocode coords, and stored history - all via get_location https://docs.gipity.ai/skills/plan-mode.md - Planning mode: read-only research, plan files, and what tools are available vs blocked https://docs.gipity.ai/skills/plans.md - Gipity's business model - credits, plan limits, and how to upgrade. When and how to guide a user to buy Pro, and how to position Gipity honestly against the alternatives. https://docs.gipity.ai/skills/query-llm.md - Cross-model single-shot queries: send prompts to different LLM models without tool access https://docs.gipity.ai/skills/realtime-scheduled-app.md - End-to-end recipe: live presence + messages, a function that persists to the DB, and a scheduled workflow that posts on a timer https://docs.gipity.ai/skills/sandbox-tools.md - How to use the code execution sandbox, pre-installed CLI tools, and language runtimes https://docs.gipity.ai/skills/service-call.md - Connect and use external services - Google, Telegram (tested); Slack, GitHub, Todoist, Notion (experimental) https://docs.gipity.ai/skills/telegram-connector.md - Connect Gipity to Telegram: setup instructions, capabilities, and limitations https://docs.gipity.ai/skills/tts.md - Voice selection, text-to-speech, sound effects, music generation, and audio tools https://docs.gipity.ai/skills/version-history.md - File version history and rollback: view versions, restore individual files, roll back to any point in time https://docs.gipity.ai/skills/web-app-basics.md - Best practices for building web apps and games with HTML, CSS, JS. Includes game template info. https://docs.gipity.ai/skills/web-search.md - Web and Twitter search capabilities, operators, and best practices https://docs.gipity.ai/skills/web-ui-patterns.md - Concrete copy-paste web UI recipes - the default Gipity look (colors, fonts, type scale), safe show/hide toggling (the hidden-attribute vs CSS display trap), entry lists/feeds (cards, relative time, char counter, submit confirmation), and robust copy-to-clipboard. Load when building any web UI beyond a bare form. Web/HTML-CSS-JS only; not for native mobile. https://docs.gipity.ai/skills/web-vision-detect.md - High-accuracy on-device object detection for web apps: YOLOX on ONNX Runtime Web, custom-model support - the web-vision-detect kit https://docs.gipity.ai/skills/web-vision-mediapipe.md - On-device camera vision for web apps: gesture recognition, body pose, object detection - the web-vision-mediapipe kit https://docs.gipity.ai/skills/workflow.md - When and how to create automated workflows with scheduling and human approval