<title>Tinqs Studio Blog — Agent Harness for Game Dev</title>
<metaname="description"content="Engineering blog and AI agent skills from Tinqs Studio — a game development platform with git hosting, 3D preview, and creative AI pipelines.">
<metaproperty="og:title"content="Tinqs Studio Blog">
<metaproperty="og:description"content="Posts and AI agent skills from the team building Tinqs Studio — an agent harness for game dev.">
<divclass="logo">TINQS STUDIO <span>/ blog</span></div>
<navclass="nav-links">
<ahref="https://tinqs.com">Platform</a>
<ahref="#posts">Posts</a>
<ahref="#skills">Skills</a>
<ahref="https://tinqs.com/tinqs/blog">Source</a>
</nav>
</div>
</header>
<sectionclass="hero">
<h1>An <em>agent harness</em> for game development</h1>
<p>Tinqs Studio is a game development platform built on a Gitea fork. It gives AI agents identity, memory, skills, and tools — so a small team can build games at scale.</p>
<p>This repo contains our engineering blog and the AI agent skill files that power our creative pipeline. Everything is open, CC BY 4.0.</p>
</section>
<sectionclass="harness">
<divclass="harness-grid">
<divclass="harness-item">
<spanclass="icon">≡</span>
<divclass="label">Identity</div>
<divclass="desc">Soul files give agents persistent values and context</div>
</div>
<divclass="harness-item">
<spanclass="icon">◗</span>
<divclass="label">Memory</div>
<divclass="desc">Cross-session knowledge in markdown, versioned in git</div>
</div>
<divclass="harness-item">
<spanclass="icon">⚙</span>
<divclass="label">Skills</div>
<divclass="desc">Teachable playbooks for art, video, 3D, and more</div>
</div>
<divclass="harness-item">
<spanclass="icon">〉</span>
<divclass="label">CLI Tools</div>
<divclass="desc">Screenshots, vision, health checks, identity loading</div>
</div>
<divclass="harness-item">
<spanclass="icon">◫</span>
<divclass="label">Git + 3D</div>
<divclass="desc">LFS-first hosting with in-browser 3D asset preview</div>
</div>
<divclass="harness-item">
<spanclass="icon">◆</span>
<divclass="label">Guardrails</div>
<divclass="desc">Human-in-the-loop approval for merges and deploys</div>
</div>
</div>
</section>
<sectionclass="section"id="posts">
<divclass="section-title">Posts</div>
<divclass="post-list">
<aclass="post-card"href="posts/agent-harness.md">
<divclass="post-date">2026-05-25</div>
<divclass="post-title">Tinqs Studio Is an Agent Harness for Game Dev</div>
<divclass="post-excerpt">An agent harness gives AI agents identity, memory, tools, and guardrails. Tinqs Studio is one built for game development.</div>
<divclass="post-title">AI Art at Scale: Using fal.ai Flux for Game Asset Generation</div>
<divclass="post-excerpt">We generate concept art, trailer frames, and UI icons with fal.ai Flux at $0.01 per image. The 4-layer prompt pattern that makes it work.</div>
<divclass="post-title">Streaming a 12km Archipelago in Godot 4</div>
<divclass="post-excerpt">Four streaming layers, async resource loading, memory-safe caches, and zero leaks. A 12km open world in Godot 4 with C#.</div>
</a>
<aclass="post-card"href="posts/forking-gitea.md">
<divclass="post-date">2026-05-20</div>
<divclass="post-title">Why We Forked Gitea and Built Tinqs Studio</div>
<divclass="post-excerpt">GitHub doesn't understand game dev. We forked Gitea for 3D asset preview, LFS-first workflows, and project management for game teams.</div>
</a>
<aclass="post-card"href="posts/studio-cli.md">
<divclass="post-date">2026-05-18</div>
<divclass="post-title">One Binary to Rule Them All: Building a Studio CLI</div>
<divclass="post-excerpt">A single Go binary that gives AI agents context about who you are, what machine you're on, and what services are reachable.</div>
<divclass="post-title">From Local to Cloud: Agents That Run While You Sleep</div>
<divclass="post-excerpt">A Go orchestrator inside Tinqs Studio spawns coding agents in RPC mode, manages worker pools, and delivers PRs overnight.</div>
<divclass="post-title">Running AI Agents from Your Browser</div>
<divclass="post-excerpt">A local dashboard at localhost:33634 turns agent sessions into trackable jobs with handoffs, code generation, testing, and PR delivery.</div>
<divclass="skill-desc">Text-to-3D and image-to-3D model generation via Tripo Studio. Export, retopo, rigging tips.</div>
</a>
<aclass="skill-card"href="skills/blog.md">
<divclass="skill-name">blog</div>
<divclass="skill-desc">Write markdown blog posts with YAML frontmatter. Format, structure, and SEO checklist.</div>
</a>
</div>
<divclass="callout">
<h3>What are skills?</h3>
<p>Skills are markdown playbooks that teach AI agents specific workflows. Drop them into your <code>.cursor/skills/</code> directory and your agent can follow them. Think of them as runbooks where the reader is an LLM, not a human.</p>