Github Awesome
654 posts

Github Awesome
@GithubAwesome
💡 The latest trending repositories on GitHub—fresh, daily, and packed with inspiration. 💌 [email protected]
Katılım Ocak 2024
7 Takip Edilen372 Takipçiler

Want a thirty-five hundred dollar retro airport display for free? Someone tried charging two hundred bucks for a web version, so a developer got mad and built FlipOff out of pure open-source spite! It runs entirely in your browser with zero dependencies. Just hit fullscreen to turn any monitor into a stunning mechanical flip-board, complete with authentic clacking sounds!
English

Most AI coding tools write the code and stop. Optio keeps going until the PR merges. Link it to a GitHub Issue or Linear ticket and it spins up an isolated Kubernetes pod, runs Claude Code or Codex, and opens a pull request. When the CI pipeline breaks, it feeds the error logs back to the agent to fix. When a human reviewer requests changes, it reads the comments and pushes a new commit.
English

Sahil Lavingia open-sourced the entire methodology from The Minimalist Entrepreneur as executable Claude Code skills. Nine skills you install directly into your terminal. Validate Idea, Scope MVP, First Customers, Pricing, and more. Invoke one and your AI applies Sahil's exact framework to your specific situation interactively, rather than you trying to extract advice from a book and apply it yourself.
English

Scrubbing through hours of dashcam footage to find one specific moment is exactly as tedious as it sounds. SentrySearch is a Python CLI that lets you search raw MP4 files in plain English. Powered by Google's Gemini Embedding model, it scans the video directly without needing transcripts. Type "red truck cuts me off" or "deer runs across the road" and it finds the exact moment and auto-trims the clip with ffmpeg.
English

If you've been vibe coding your way through a project and have no real idea how it actually works, codebase-to-course fixes that. It's a Claude Code skill that takes your entire codebase and generates a single-page interactive HTML crash course from it. Plain-English translations, metaphors, visualizations, and quizzes, all rendered directly in the browser using Claude's HTML artifacts. by @zarazhangrui
English

Two Claude Code sessions running simultaneously have no idea the other exists. Claude-peers-mcp fixes that. It's a local MCP server that acts as a broker between multiple Claude Code instances, using a lightweight SQLite database to route messages between them in real time. Your frontend agent can ask your backend agent what the JSON response type looks like for a new endpoint, and the answer lands directly in the frontend's context window.
English

Running a 400-billion parameter model locally usually means a server rack. Someone just did it on a MacBook Pro with 48GB of RAM. The engine is called flash-moe. Instead of loading a 209GB model into memory, it streams weights from SSD to GPU on demand, pulling around five tokens per second on consumer hardware. the whole engine was built in 24 hours, with Claude Code autonomously running experiments based on an Apple research paper.
English

Packaging terminal interfaces as native desktop apps is usually a nightmare. But the team behind the Ghostty terminal just dropped Ghostling, and I’m genuinely impressed. It basically rips out Ghostty’s ultra-fast core engine so you can embed a real command line into anything. The whole demo is just one C file using Raylib for graphics. Developers are already using it to bypass Electron entirely. It's wild.
English

AI coding agents building frontend UIs always default to the same generic look. purple gradients, default Inter fonts, nested cards everywhere. Impeccable fixes that. It's an installable design skill for Claude Code that acts as an expert creative director. Twenty steering commands and curated anti-patterns that explicitly force the AI to avoid cliché UI tropes. Turn your LLM into a master of modern frontend design.
English

Stop letting your AI agents dump messy HTML into your context window! It burns thousands of API tokens instantly. You need OpenCLI. It magically converts literally any website into a clean command-line interface! It uses your actual signed-in Chrome session, so there is zero login hassle. You get exactly the data you need while cutting token usage by ninety-three percent! It even controls desktop apps now.
English
