GitHub Trending — 2026-08-30

Ten picks from the GitHub trending board for the week of August 30, 2026. The week skews agent skills and plugin ecosystems — diagram skills, a science-skills library, the official Claude plugin directory, Cursor’s plugin spec — with a few solo-builder gems mixed in (an AI job-search framework, a screenshot-to-code classic). Grouped by theme: Agent tooling & skills archify (tt-a1i) — an agent skill for architecture, workflow, sequence, data-flow, and lifecycle diagrams: self-contained HTML with motion, crisp export, and verifiable structure. The week’s biggest mover at ~14.9k stars. scientific-agent-skills (K-Dense-AI) — “turn any AI agent into an AI Scientist”: 165 validated agent skills plus 100+ scientific databases covering biology and beyond; claims 190k+ scientist users. garden-skills (ConardLi) — an open-source collection of reusable agent skills covering web design, knowledge retrieval, and image generation. claude-plugins-official (anthropics) — Anthropic’s own managed directory of high-quality Claude Code plugins — the official counterpart to the community marketplace that topped last week’s roundup. cursor/plugins — Cursor’s plugin specification and official plugins; more evidence that plugin ecosystems are becoming the organizing unit of agent tooling. Local-first AI & learning openhuman (tinyhumansai) — a Rust “personal AI superintelligence”: a brain that builds a local-first memory of your life, orchestrates agent fleets and workflows, and does deep research. ai-engineering-from-scratch (rohitg00) — “Learn it. Build it. Ship it.” — a from-scratch path into AI engineering, trending at ~3.5k stars. OpenMAIC (THU-MAIC) — open multi-agent interactive classroom: an immersive multi-agent learning experience in one click. Solo-builder utilities ai-job-search (MadsLorentzen) — an AI job application framework that runs on your machine via Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it — no SaaS. screenshot-to-code (abi) — the classic that keeps trending: drop in a screenshot, get clean HTML/Tailwind/React/Vue code.

August 30, 2026 · 2 min · 296 words

Top 10 Repos of the Week: 2,282 Claude plugins, free Codex — The Next New Thing

The Next New Thing’s weekly roundup of the 10 hottest GitHub repos. This week’s crop leans AI-heavy (a security-scanned Claude plugin registry, OpenAI Codex going open source, Apache incubating its own agent workspace) with a few pure-software gems (an open-source Logitech driver replacement, DHH’s Mac-seamless Linux, a self-hosted net-worth tracker). The picks: Claude Plugins community repo — 2,282 Anthropic-approved plugins, security-scanned, and formatted machine-readable so Claude can search it directly instead of scrolling the website. The hosts’ caveat: plugins run real code on your machine — vet them like Mac apps. GPT Image 2 prompt library — a searchable gallery of image prompts with their outputs; copy one and edit the sections you want different instead of writing prompts from scratch. Omari (DHH) — “Linux that’s as seamless as a Mac,” aimed at reviving old machines macOS no longer supports; $10M raised, Touch ID support in the works. OpenLogi — open-source replacement for Logitech’s bloated driver software: no login, no birthday questions, no telemetry phoning home. OpenAI Codex is open source — the CLI is free, editable, and redistributable: swap in cheaper models, rewrite the prompts, or fork it into your own tool. (Claude Code, by contrast, is closed.) Apache AI agent workspace (incubating) — a foundation-backed agent runtime with an append-only log of every model call, tool call, and permission. The durability bet: “I wouldn’t build a business on vibecoded agent tools; I would on Apache.” Mojo — Python-like syntax with C/C++ performance, aimed at the AI-era workload of LLM-generated code. Money Printer Turbo — open-source CapCut: all-AI or AI-composited video from existing footage and audio, all the knobs, no upsell. 34 free AI tiers stack — a rotation of free API tiers to hop between when you burn through one; $19/yr for the maintained list. TOS-gray, but handy for agent experimentation. Securo — self-hosted net-worth tracking wired to 2,000+ banks via SimpleFIN ($1.50/mo); the local, no-upsell alternative to the Personal Capital/QuickBooks path.

August 28, 2026 · 2 min · 324 words

GitHub Trending Weekly #46 — Github Awesome

Github Awesome’s weekly scan of the GitHub trending board — episode #46, 35 projects (14:54). Full text version at githubawesome.com/github-trending-weekly-46/. The week skews agent infrastructure and local-first tooling. Grouped by theme: Data & databases latticedb — embedded graph database in a single file, written in Zig with zero dependencies: relationship traversal, vector similarity, and full-text ranking in one query language over the same data. A RAG query can hop from embedding → document → author in one statement instead of gluing three systems together. selfdb — a program that IS a SQLite database instead of an ELF file; the interpreter rebuilds/maps the data at launch, and SQL can inspect dependencies or update embedded content. Experimental, NixOS-heavy format — by fzakaria, whose “your executable is a SQLite database” essay is already in the /software/ feed. kern — starts a real OCI container in ~3.5ms from a 1.52MB static binary: rootless, no daemon, nothing running at rest, whole Rust dependency tree is libc. Agent tooling & memory Gradient — trains research agents with reinforcement learning (GRPO): the agent searches a synthetic company workspace, cites evidence, records every tool call, and gets scored on correctness, citation quality, and efficiency. proliferate — runs Claude Code through its own native harnesses: each task gets its own git work tree, agents delegate to subagents, and MCPs/skills/custom tools are configured once and shared. factory (addyosmani) — installs a repeatable delivery loop into a GitHub repo: issues become the cue, fresh Claude Code/Codex sessions triage bounded work, run project gates, and hand the diff to an independent verifier before a draft PR. Humans own every merge. ownmem — coding-agent memory as reviewed markdown inside the repo: Claude Code/Codex/Cursor/Grok recall the same decisions, ranked by a deterministic BM25F index — no model call, no network. backpass — improves your agents.md from its own mistakes: finds repeated failures across session transcripts, proposes small instruction changes with quoted evidence (rules need proof from 2+ sessions; nothing writes until you approve). agenttrail — shows what a coding agent is doing NOW: watches plans, tool calls, and file changes, mapped onto repo components with working/blocked/completed states. Claude Code gets rich run cards via hooks; other agents work via file watching. FrontierAgent — packages long-running research and file work into a terminal agent you can inspect: one stateful worker, a coordinator with a live taskboard, read-only inputs, diffs for every write, resumable/revertible sessions. rome — the bet that the environment matters more than the model: the unit isn’t a chat but an app — manifest + typed actions, app-owned agents, skills, hooks, a web UI, and its own database that survives the conversation. Describe something missing and it scaffolds it in as ordinary git-tracked source. sentio — gives every AI agent a real mailbox (structured authenticated events, replies in-thread) without stitching IMAP/SMTP/webhooks yourself; multi-tenant out of the box. halofy — one governance boundary between company knowledge and the agents using it: credentials resolve identity/role/namespace server-side so agents can’t claim broader access in an MCP request; reads/writes carry provenance, deletion emits a signed eraser certificate. spec-ptc — speculative programmatic tool calling: launches the slow sub-LLM calls inside generated code as futures WHILE the code streams, instead of after the harness finishes running it. doop — multiplayer design canvas where humans and AI agents edit the same work live: sandboxed iframes, cursor/comment streaming, built-in MCP server, self-hostable. Desktop & developer experience buzz — self-hosted team workspace where humans and AI agents join the same rooms with separate identities and audit trails; messages, approvals, and git activity become signed Nostr events in one searchable log. walgit — a git server in one binary backed by S3 or GCS, no database or elected leader: the bucket IS the repository, each server’s disk is just a disposable cache, compare-and-swap decides which push wins. monocode — several coding-agent CLIs (Claude Code, Codex, Cursor, FX) behind one desktop interface without becoming another model provider; each tool keeps its own account. rataflow — React Flow-style node editors in a Rust TUI: automatic layout, dragging, pan/zoom, themes, savable graph snapshots, semantic events instead of hidden state. system-atlas — architecture discussions become two synchronized views from one data file: an interactive isometric map for people and a generated system.md for the repo. vault-graph — turns an Obsidian vault into a deterministic disc layout instead of a forced-directed hairball; works as a plugin or exports an offline HTML file. On-device & local AI CarWatch — a Raspberry Pi 5 in the car running a 35B-parameter model locally (~3.5 tok/s) that answers from the car’s own 745-page owner’s manual with page citations, voice on Pi, no wake word; includes an honest status table (OBD reader marked unverified against the real vehicle). better-voice — macOS dictation that takes the screen with it: hold option and talk, circle anything on screen, the transcript lands in your text field with those screenshots after it. Runs locally on Parakeet with an opt-in grammar model. hayamimi — realtime speech-to-text on CPU, nothing sent to the cloud: detects each utterance’s language in the first seconds and routes to a specialist model (Japanese/Chinese/English), with a 1,600-language fallback behind them, all quantized via sherpa-onnx. kimodo.cpp — NVIDIA’s Komodo text-to-motion model in a native C++/GGML runtime: SNPLX rotations and root movement locally on CPU or Vulkan, with a browser demo. ambient-context — reads the text of whatever window you’re focused on (macOS accessibility tree) into a per-day markdown file: no screenshots, no network; password managers/private browsing excluded, capture folder excludes itself. ocr-it — browser extension that pins one screen region and OCRs that exact rectangle on every hotkey, appending to a running transcript; Tesseract bundled, fully offline, minimal permissions. Media, learning & misc workout-guide — 302 exercise illustrations for apps that need consistent movement visuals: three matching frames each, searchable metadata, typed lookup helpers, framework-agnostic SVG. learn — the author’s own Pi configuration for learning with AI, published as-is: a teach skill holds the philosophy, a visualize skill adds diagrams only when clearer, subagents split off research. AI-Engineering-Lab — free self-paced 24-week course from Python basics to deployed AI systems; every week extends the same fictional freight company, and from week three every artifact needs a metric. open-sheet — lets coding agents build spreadsheets as React models instead of juggling cell addresses: name the fields, the framework resolves final Excel coordinates; live formulas export to XLSX. omarchy-pods — AirPods control panel for Linux: battery levels, only the listening modes each model supports, one-bud ANC, ear detection, via a LibrePods daemon. try-omarchy — runs DHH’s Omari desktop (Arch + Hyprland) as a native app on Apple silicon: pinned ARM64 Arch image, QEMU on the hypervisor framework, hardware-accelerated graphics, nothing to configure. LinearAbilityExtThreeJS — a 3JS VFX workbench for designing game abilities while they’re still moving: seven casts share five targeting shapes, effects built from procedural geometry and GLSL instead of sprite sheets; pause mid-eruption and every slider stays live.

August 26, 2026 · 6 min · 1153 words

Top 10 GitHub: AI videos, gorgeous diagrams, token savings and more — The Next New Thing

The Next New Thing’s weekly Top 10 GitHub roundup (hosts Adam and Andrew, 27:22). The crop skews agent-tooling: diagram design systems, memory layers, model routers, and one genuinely huge star count. The top 10 Flow-chart design system for Claude (Catherine) — #1 this week, 24k stars. A process (with seven “dials”) that turns Claude’s default samey-looking diagrams into clear, well-designed flow charts — sketch/terminal/paper styles, built-in templates, and it can match your own site’s design. OpenViking — agent memory management that looks like a filesystem: a “phantom drive” Claude or Codex reads and writes directly, instead of a database layer. The hosts debate whether this is a step backward from vector DBs or the best of both worlds. (This week’s hosts use Hermes Agent — and yes, that’s the same OpenViking this blog runs on.) Omari v4 (DHH) — the opinionated, Mac-like Linux distro hit version four: Wi-Fi QR-code sharing, keyboard-shortcut comfort for Mac refugees, and a pitch for the $200-300 mini boxes replacing doubled-price Mac minis as always-on AI machines. Needle — an AI model so small it fits on a device: Raspberry Pi, smart watch, Home Assistant, mobile apps. On-device, free, fast — the “poke at one thing and do it really well” class of model. Semantica — “open-source Palantir for AI agents”: takes messy company data, builds a knowledge graph your agent can reason over. The hosts’ caveat: big systems need real tuning/structuring work to beat plain search. NVIDIA Switchyard — a model router with escalation: every request starts at the cheapest model (even a free local one), gets evaluated, and escalates up the ladder (Haiku → Sonnet → Opus) only when needed. The token-bill insurance for product builders. Mojo compiler, fully open source — 3 days before the video. Python-like syntax with C/C++ performance, built for the AI era; includes benchmarks for how well AIs understand Mojo. Money Printer Turbo — type a topic, get a finished video: pulls in existing footage or stock, adds ElevenLabs voices, works with AI-generated content too. The hosts joke the name undersells it. public-apis — 467k stars: a collection of free APIs (weather, financial data, everything). The point isn’t that Claude can’t find APIs — it’s that reading the pros/cons list lets you guide it better. Holehe — checks whether an email is registered on 120+ sites via password-recovery probing. Legit uses (username squatting, customer validation) but the hosts find it mostly sketchy. Community builds The hosts feature listener projects, including: Shockwave (local markdown notes your agent can work on), Lumina (local-first desktop agent with multi-tier memory — “a local private OpenClaw”), Imagine CLI (20 images in ~a minute from the terminal), a TLDR-newsletter-to-audio tool for walks, Oracle (a coding-agent framework, OpenCode-like), a Minto pyramid skill (write like a consultant: answer first, then reasons, then evidence), and a persona-consultation tool (Hermosi, Jobs, Buffett, Bezos, and your future self on big decisions). ...

August 21, 2026 · 3 min · 481 words

5 New Vibe Coding Repos You Haven't Heard of Yet — Sean Kochel

Sean Kochel’s roundup of five relatively new GitHub repos for vibe coding — half of them under 10,000 stars. He demos each one on his own AI food-logging app and shows how they slot into a workflow. 27:30. draw.io skill — architecture diagrams on demand (~0:26) A Claude Code skill that uses the draw.io CLI to generate editable architecture diagrams of your repo from a natural-language request. Say “visualize the layers of the services in my repo” — it explores the codebase and draws the presentation layer, front-end state, service layer, database layer, and edge functions (PostHog, OpenAI, etc.). The point isn’t the diagram — it’s understanding what you built. When something breaks, you can point the model at the resolver layer instead of burning tokens on a blind “go fix this.” His framing: you can only push these models as far as your expertise goes, so use the tools as learning loops. Ponytail — the anti-over-engineering plugin (~7:59) Makes your AI agent think like the long-ponytail senior dev who replaces your 50 lines with one. ...

June 17, 2026 · 3 min · 553 words