56 subscribers
7.25K videos
7.85K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ subinium/awesome-claude-code

Awesome Claude Code

One repository has become the single most important map for the entire ecosystem of AI coding tools, filtering out the noise to show only projects with over one thousand stars. It is called Awesome Claude Code, and it curates the best plugins, skills, and servers that make these AI assistants actually useful in real workflows. Instead of guessing which tools are worth your time, you get a vetted list that covers everything from security reviews to custom agent orchestration. It solves the problem of information overload by focusing strictly on high-quality, proven tools.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ solsynth/maidkit

MaidKit: The SSH Manager That Doesn't Touch Your Servers

MaidKit is the SSH toolkit that keeps your servers tidy without installing a single thing on them. It’s a cross-platform app that lets you manage terminals, files, and containers purely over the network, so your infrastructure stays clean and uncluttered. The coolest part? It handles everything from database backups to firewall rules, all while keeping your credentials locked in a secure, encrypted vault. It’s like having a digital assistant that handles the heavy lifting, letting you focus on your code instead of the plumbing. If you want server management that feels calm and capable, this is the tool to keep an eye on.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ steve245270533/three-stylized

Three Stylized: Instant 3D Meadows

Generate a fully animated, stylized 3D meadow in your browser using Three Stylized. This library handles everything from procedural terrain generation to instanced grass blades, all while keeping performance high. The coolest part is the wind system; it uses custom shaders to make thousands of individual blades sway naturally, creating a living landscape without heavy assets. You can even tweak wind strength, flower density, and lighting colors in real time. It is perfect for anyone wanting to add a lush, interactive nature scene to their web projects without the usual complexity. Just drop it into your scene, call the update loop, and watch the grass dance.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ earendil-works/pi-review

pi-review

pi-review is the coding agent extension that turns your AI assistant into a disciplined code reviewer. It plugs directly into the Pi coding tool, letting you inspect uncommitted changes, compare against a base branch, or pull in a GitHub pull request for immediate analysis. The standout feature is how it separates the technical feedback given to the AI from the human callouts, ensuring you get actionable follow-ups without the noise. This keeps your workflow focused on what actually matters. By clearly prioritizing findings and offering a definitive verdict, it helps you spot issues before they become problems.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ deepgrove-ai/mlx-lm-deepgrove

Maple: A 20B AI Model That Runs on Your Laptop

Maple is a twenty billion parameter AI model that fits entirely into about seven gigabytes of memory, which means it runs comfortably on the Apple silicon chip in your laptop. The trick is that it uses a technique called ternary compression, where the model's weights are simplified down to just three states instead of the usual two or four, drastically cutting down the space it needs. This project provides the tools to download and run this specific model on your Mac, letting you chat with a very capable AI locally without needing a powerful server.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ vistyy/nopus

Nopus Catches When AI Coding Agents Start Babbling

Nopus automatically intercepts coding agent responses that slip into dense, abstract academic language. Instead of letting you read through walls of jargon, this tool measures the readability of your code assistant's text and flags it if it gets too complicated. It then asks the AI to rewrite the answer in plain, direct English. You can adjust how sensitive this check is, ranging from catching only the worst offenders to demanding simple answers every time. The goal is to keep your coding sessions clear and actionable without you having to constantly rephrase your prompts.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mengto/sylva

The Moss World That Reacts to Your Mouse

Sylva lets you move through a living, moss-covered landscape that reacts to your cursor as if it were alive. This is a procedural 3D study built with Three.js, where a massive root system grows entirely from code rather than pre-made models. The most surprising part is that the moss parts around your mouse and releases a trail of pollen as you move, making the static scene feel organic and responsive. It renders up to a quarter million blades of moss in real-time, all generated deterministically so the landscape looks the same on every load.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ dob323/session-kit

Session Kit: Tame Your AI Coding Chaos

Keep your AI coding agents from crashing when your connection drops. Session Kit gives every Claude Code and Codex session a stable number, a unique color, and a clear status that tells you instantly if it is stuck or just churning. It runs on the host, so your work survives SSH disconnects, and it uses a strict safety check to ensure you never accidentally mess with the wrong session. The coolest part is that you can run multiple subscriptions side by side, giving each agent its own login. This tool is your control center, making sure you always know exactly which brain needs your attention next. Stop guessing, start managing.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ walkinglabs/learn-harness-engineering

Learn Harness Engineering: Stop Your AI Agents From Failing

AI coding agents are incredibly smart, yet they still fail constantly because they guess at your project's rules instead of knowing them. Learn Harness Engineering is a complete beginner tutorial that fixes this by turning your code folder into a strict instruction set for the AI. It walks you through fourteen lectures and hands-on projects to teach you how to stop your agent from losing track of what it is doing or finishing halfway. This is not about learning to code, but about learning how to manage an AI teammate so it actually gets the job done right.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ therepanic/openleetcode

Open LeetCode: Test Your Code Locally

LeetCode test cases are usually hidden behind a paywall, but a project called Open LeetCode changes that. It is a local tool written in Haskell that lets you run algorithm challenges right on your own computer. You simply drop in your solution file for any language, and it uses open, visible test suites to judge your code instantly. This removes the guesswork of debugging without knowing exactly which inputs failed. The whole system is transparent because every test and rule lives in the public repository, so you can see exactly how your solution is evaluated.

πŸ“° https://news.ycombinator.com/item?id=49347178

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ nvidia/tensorrt-model-connect

TensorRT Model Connect: The Two-Command AI Pipeline

TensorRT Model Connect is the bridge that turns any PyTorch model into a blazing-fast, production-ready inference engine in just two commands. It completely eliminates the manual headache of optimizing models for your hardware, handling the complex conversion to TensorRT for you, so you can go from a raw model file to a highly optimized, cross-platform runtime without writing a single line of glue code. The tool automatically handles precision tuning, kernel selection, and backend setup, ensuring your models run at their absolute peak performance on your specific GPU. This is the ultimate shortcut for developers who want maximum speed and minimum setup friction.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ vizart-vj/comfyui-minimax-h3-longmedia

ComfyUI MiniMax H3 LongMedia: Run Long Videos on Small GPUs

ComfyUI MiniMax H3 LongMedia allows you to generate continuous, long-form video and audio on hardware that would normally crash under the weight of a single long pass. The project’s most surprising capability is its geometry-aware memory guard, which prevents your graphics card from freezing by streaming attention layers and compressing data in real-time. This is a set of custom nodes for the ComfyUI platform designed specifically for the MiniMax H3 model. It solves the problem of running high-resolution, multi-clip video generations without needing a massive, expensive workstation.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ squall01337/mixamo-llm-mocap

Mixamo LLM Mocap: Turn Any Video Into Animation

You can turn any static video into a clean, playable animation for any character, without a single motion capture suit or manual keyframe. Mixamo LLM Mocap uses computer vision to read human movement from the footage, then automatically maps that motion onto your chosen digital rig inside Blender. It even handles two people fighting in the same scene, keeping their movements realistic and grounded. The most surprising part is that an AI agent can run this entire process end-to-end, meaning no human needs to touch the software at all.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ rizriyz/bohay

Bohay: The Mission Control for Your AI Agents

Bohay is a single three megabyte binary that turns your chaotic terminal tabs into a unified mission control for your AI coding agents. The biggest headache with AI coding is that you end up with ten different windows open, half of which are stuck waiting for permission while you forget about the others. Bohay solves this by tracking every agent in one place and showing you exactly which one is blocked, working, or done. You can jump straight to the agent needing your attention without digging through windows. It even remembers your entire setup, so if your terminal closes, your sessions and layout come back exactly as they were.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ msllrs/relay

Relay: Dictate Your LLM Prompts

Relay is the macOS menu bar app that finally lets you talk to your AI instead of typing. It solves the annoying problem of building complex prompts by letting you dictate while it automatically grabs anything you copy from your screen. You do not have to hunt for files or switch tabs. Just speak, and your notes, code snippets, and links assemble themselves into a perfect, ready-to-paste prompt. It even understands when you draw a circle on your screen to point out what you mean. The coolest part is that it turns your scattered thoughts into a clean, structured message with zero manual formatting.

πŸ“° https://news.ycombinator.com/item?id=47709858

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ shanliuling/dsh-image-gen

Make Your AI Agent Draw Images

DeepSeek Harness agents can now generate images directly inside the chat window, just like you would with a standard AI assistant. This open-source plugin, dsh-image-gen, bridges that gap by letting your agent automatically call image generation tools and render the results right in the conversation flow. It works with Google Gemini, OpenAI, and other providers, so you don't need to copy prompts to external sites anymore. You simply ask your agent to draw something, and the picture appears instantly. The images are even saved with the chat history, so you can revisit them later.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ tobi/audioprioritybar

Audio Priority Bar: The Mac Fix For Audio Chaos

Plug in your headphones, and your Mac immediately switches to them, ignoring the speakers you were using. Audio Priority Bar solves this annoying habit by letting you rank your audio gear so the right one always wins. It separates your speakers from your headphones into distinct priority lists, ensuring that if you drop the volume on your desk speakers, they don't fight with your earbuds for attention. The app quietly lives in your menu bar, watching for new connections and automatically selecting the highest-priority device for each category. You can even tweak the order by dragging items around or setting a manual override when you just want total control.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mikiarlo3/ai-copywriter

AI Copywriter

Generate marketing copy that actually sounds human. This project, called AI copywriter, fixes the robotic tone that usually makes AI writing feel cold and generic. It works by combining real marketing skills with a strict set of rules designed to strip away every sign of artificial text. Before writing, it interviews you about your reader's specific feelings and your product's story. The result is punchy headlines and clear descriptions that feel like a person wrote them, not a machine. It is a simple tool that helps you connect with your audience using genuine language and real facts.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ oniondas/awesome-hidden-ai-credits-free

10 Billion Free AI Tokens

One developer compiled a list that gives away ten billion free tokens every month, worth over one thousand six hundred dollars. This repository catalogs lesser-known platforms and APIs offering massive allowances, daily credits, and generous free tiers for text, images, and audio. It solves the problem of expensive compute costs by aggregating hidden resources into one place. You get access to top models through these free gates without paying for premium subscriptions. The maintainer updates the list weekly to ensure every link and limit remains accurate. It is a practical guide to building with advanced tools on a budget.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ omdsh-dev/dsh-at-file

dsh-at-file: Point AI to Files Without Reading Them

The DeepSeek Harness plugin dsh-at-file lets you point an AI agent directly at specific workspace files using simple at-sign mentions, without manually pasting massive blocks of code into your chat. You type an at-sign in the composer, search for a file by name, and select it. The plugin then securely verifies that the file actually exists in your project before the agent starts working. Instead of sending the file's entire content to the AI, it just tags the file path as a reference.

πŸ†” @hackernewsgithubprojects