Claude-of-Duty leads with 627 stars/day as FPS built from single prompt
We don't tell you what's popular — popularity lags and is gameable. We tell you what's gaining speed right now, and whether it's worth your attention. 6 accelerating AI repos earned today's slot.
Top mover
This repo demonstrates generating a complete, playable first-person shooter game from a single prompt using Claude, showcasing the rapid prototyping capability of LLMs for complex interactive 3D applications. It's gaining traction because it lowers the barrier to creating game demos, but the code quality and maintainability are likely low, making it more of a proof-of-concept than production-ready.
🤖 Agents & automation
This repo provides a collection of agent skills that convert natural language into CAD models, robotics descriptions, and hardware designs using build123d and OpenCASCADE. It's gaining traction because it bridges LLMs with parametric CAD, enabling rapid prototyping from text. A caveat: the generated models may require manual refinement for complex assemblies.
Dashi PPT Skill is an AI-agent skill that generates presentations from multiple visual themes, exportable to HTML, PDF, and PPTX. It gains traction because it offers a practical, browser-editable output that avoids lock-in to proprietary formats, and its 4.3k stars indicate strong community interest. However, it relies on Claude Code and the Dashial framework, which may limit portability and require specific dependencies.
⚙️ Inference & serving
This repo enables running AI models directly on ESP32 microcontrollers, bringing edge AI to low-power IoT devices. It's gaining traction because it makes local inference feasible on cheap, ubiquitous hardware, reducing cloud dependency. However, model complexity is limited by the ESP32's memory and compute constraints.
Tooling & infra
This repo provides SDKs and a CLI for integrating Codex security features into development workflows, enabling automated vulnerability detection and code review. It matters now as AI-assisted coding grows, making security checks essential; gaining traction due to OpenAI's brand and the need for secure code generation. Caveat: It's tied to OpenAI's ecosystem, limiting flexibility for non-OpenAI users.
This is a lightweight, real-time statusline overlay for Claude Code CLI sessions, built in Rust for performance. It shows token usage, cost, and session stats directly in the terminal, addressing a common pain point for heavy Claude Code users who need visibility into their API consumption. The caveat is that it only works with Claude Code and requires the user to have the CLI tool installed.