February 5, 2026•6 min read••
Tags ▼
- Github
- Github Repositories
- Trending Github
- Trending
- Github Open Source Projects
- Github Trending
Monthly recap of 33 popular AI/development tools from January, highlighting memory-first workflows, agent tooling, and scalable coding.
A monthly recap of 33 developer tools—mostly AI agent workflows, coding assistants, terminal utilities, and a few creative/data apps—highlighting what the community obsessed over in January.
Everything Claude Code — “Battle-tested” config suite to make Claude Code behave like a senior engineer (TDD, lint/typecheck hooks). https://github.com/affaan-m/everything-claude-code
Planning with Files — Workflow to store AI “working memory” in markdown files on disk (notes, checkpoints, progress). https://github.com/OthmanAdi/planning-with-files
agent-browser — CLI browser for AI agents that strips pages down to essentials to save tokens while still enabling navigation. https://github.com/vercel-labs/agent-browser
DeepTutor — Study assistant that builds a knowledge graph from your materials; answers with citations and generates practice questions. https://github.com/HKUDS/DeepTutor
json-render — Constrains AI-generated UI: the model outputs only allowed JSON components you define (cards, metrics, buttons). https://github.com/vercel-labs/json-render
Ralph — Bash loop that runs AI coding sessions story-by-story using a PRD; commits only when tests/checks pass. https://github.com/snarktank/ralph
OpenWork — Desktop UI for the OpenCode autonomous agent; run locally or remotely; includes skill manager and workflows. https://github.com/different-ai/openwork
copilot-sdk — GitHub SDKs to embed Copilot into your app by managing a Copilot CLI process via JSON-RPC. https://github.com/github/copilot-sdk
Qwen3-TTS — Open-source TTS with fast voice cloning and “voice design” from prompts for real-time voice agents. https://github.com/QwenLM/Qwen3-TTS
1Code — GUI dashboard to run multiple Claude Code tasks in parallel in isolated git worktrees. https://github.com/21st-dev/1code
Antigravity Awesome Skills — Huge library of “skills” (instruction packs) for AI coding assistants across many dev domains. https://github.com/sickn33/antigravity-awesome-skills
Engram — DeepSeek architecture idea: separate “thinking” from “remembering” using a dedicated memory module. https://github.com/deepseek-ai/Engram
moltworker — Run an OpenClaw-style assistant inside Cloudflare Workers with R2 memory and Zero Trust security. https://github.com/cloudflare/moltworker
Awesome OpenClaw Skills — Community list of skills/plugins/tools for OpenClaw to expand agent capabilities quickly. https://github.com/VoltAgent/awesome-openclaw-skills
hive — Self-evolving agent framework: failures trigger an “evolution loop” that rewrites and redeploys agent logic. https://github.com/adenhq/hive
nanobot — Small, readable personal AI assistant in ~4k lines of Python (memory, web search, chat platforms). https://github.com/HKUDS/nanobot
Humanizer — Editor skill that rewrites stiff AI text to sound more natural by removing common AI patterns. https://github.com/blader/humanizer
Claude HUD — Plugin that shows what Claude Code is doing: context usage, active tools, progress, agent activity. https://github.com/jarrodwatts/claude-hud
skills (vercel-labs) — Modular “skill packages” for agents (React rules, deployment workflows, etc.), like npm for agent skills. https://github.com/vercel-labs/skills
dash (Agno) — Self-learning data analyst agent that grounds answers in multiple context layers and improves over time. https://github.com/agno-agi/dash
DeepSeek-OCR-2 — OCR model/repo aimed at better document reading, fast PDF handling, and messy-layout support. https://github.com/deepseek-ai/DeepSeek-OCR-2
LingBot-World — World model that generates minute-long videos with camera control and consistent environments. https://github.com/Robbyant/lingbot-world
Trellis — Saves and auto-injects your coding preferences/standards into future AI sessions via hooks/spec files. https://github.com/mindfold-ai/Trellis
kreuzberg — Local document tool handling many file formats (docs, spreadsheets, images, emails), OCR, table extraction, PDF support. https://github.com/kreuzberg-dev/kreuzberg
Map to Poster — Python script that makes print-ready city map posters from OpenStreetMap with multiple themes. https://github.com/originalankur/maptoposter
mapcn — Drop-in mapping for web apps (themes, markers, routes, tooltips) built on MapLibre. https://github.com/AnmolSaini16/mapcn
beautiful-mermaid — Prettier Mermaid diagram rendering with themes and Shiki/VS Code theme compatibility. https://github.com/lukilabs/beautiful-mermaid
Zen C — “Batteries included” C helper library: data structures, safer strings, networking, unified API. https://github.com/z-libs/Zen-C
ChartGPU — Web charting library using WebGPU to handle large datasets smoothly (zoom, tooltips, crosshairs). https://github.com/ChartGPU/ChartGPU
HeartMuLa — Open-source music foundation models and audio tools for generating songs locally/on your server. https://github.com/HeartMuLa/heartlib
PDFCraft — Open-source PDF toolkit (merge/split/compress/convert/OCR) meant as a self-hosted Acrobat alternative. https://github.com/PDFCraftTool/pdfcraft
If you tell me your setup (Claude Code vs Copilot vs “custom agents”), I’ll give you a tighter “top 5” with a suggested order.
Follow on your preferred channel for new articles, notes, and experiments.