ChatGH
Ask me anything about your GitHub repositories
Or start instantly with a popular repositories below
Collections
Curated lists of repositories.
Artificial Intelligence
Collection of AI-related projects, including machine learning, deep learning, and AI tooling.
AI Agents
Autonomous AI agents and frameworks capable of planning, executing tasks, and using tools to achieve goals.
Robotics
Frameworks and libraries for robotics, autonomous driving, and embodied AI.
DevOps
Collection of tools for Developer Operations including automation, containerization, orchestration, and monitoring infrastructure.
Game Development
Collection of game engines, libraries, and tools for building video games, covering both 2D and 3D development.
Learning Resources
Comprehensive collection of learning resources for software developers, including tutorials, roadmaps, books, and project-based learning materials.
Web Development
Collection of web development projects covering frontend, backend, APIs, and performance optimization.
Web Scraping
Frameworks and tools for crawling websites, headless browsing, and data extraction.
Trending Repositories
Trending repositories on GitHub today
A fully local long-term memory system for AI agents with a 4-tier progressive pipeline (L0→L3). Combines symbolic short-term memory via Mermaid graphs to slash token usage by up to 61%, and layered long-term memory to distill conversations into structured personas and scenes — zero external API dependencies, white-box debuggable, plug-and-play for OpenClaw and Hermes.
A cybersecurity skill router pack that gives AI coding agents (Claude Code, Cursor, etc.) the ability to handle reverse engineering, penetration testing, and security research tasks. It auto-routes 38+ scenarios — from APK/ELF analysis to CTF capture — boots the right toolchain on demand, and evolves through a built-in field journal.
A fast Rust library for PDF classification and text extraction. Intelligently detects scanned vs. text-based PDFs in ~10-50ms and extracts clean Markdown with tables, headings, and reading-order awareness — enabling smart OCR routing without external services or ML models.
ADR secures enterprise AI agents through observability, security benchmarking, and threat detection. Deployed at Uber.
An agentic skills framework and development methodology for AI coding agents. Provides 14 composable skills that auto-trigger across the full dev lifecycle—brainstorming, planning, TDD, subagent-driven execution, code review, and branch management. Works with Claude Code, Codex, Gemini CLI, Cursor, OpenCode, GitHub Copilot, and more.
A comprehensive 21-lesson course by Microsoft Cloud Advocates teaching you to build Generative AI applications from scratch. Covers LLMs, prompt engineering, text/image/chat/search apps, RAG with vector databases, AI agents, fine-tuning, and open-source models — with hands-on Python & TypeScript code samples for Azure OpenAI, Microsoft Foundry Models, and local deployment.
A next-generation front-end testing framework that runs in the browser, supporting E2E and component testing for React, Vue, Angular, and Svelte, with built-in network interception, time-travel debugging, and auto-wait capabilities.
AirLLM enables running 70B+ LLMs on a single 4GB GPU via layer-wise inference—loading one layer at a time without quantization or pruning. Supports Llama, QWen, Mistral, ChatGLM, Baichuan and more, with optional 4/8-bit compression for 3x speedup, KV cache, and macOS/Apple Silicon support.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Top Repositories
The most popular repositories on GitHub.
A curated collection of step-by-step guides to rebuild your favorite technologies from scratch — databases, operating systems, compilers, neural networks, game engines, Docker, Git, blockchain, and more. Master programming through hands-on creation across 30+ domains with tutorials in C, Python, Rust, Go, JavaScript, and many other languages.
sindresorhus / awesome
A curated list of awesome lists covering all kinds of interesting topics. This meta-list serves as the central directory for discovering high-quality resources on programming languages, frameworks, tools, and various technology domains.
The world's largest free coding education platform. Offers a self-paced full-stack web development and machine learning curriculum with interactive coding challenges, certifications across responsive web design, JavaScript, Python, databases, and APIs, plus developer language certifications. Built on React, Fastify, and Gatsby, with a vibrant open-source community that has helped over 100,000 people land their first developer job.
openclaw / openclaw
OpenClaw is a self-hosted personal AI assistant that connects to WhatsApp, Telegram, Discord, iMessage and 20+ channels. Features voice wake, live canvas, browser automation, and runs on any OS with local-first privacy.
A comprehensive multi-month self-study plan for software engineering interviews at top tech companies. Covers data structures, algorithms, Big-O, graphs, dynamic programming, system design, and more, with curated video courses, book recommendations, coding practice platforms, and flashcard strategies.
vinta / awesome-python
A curated list of awesome Python frameworks, libraries, software and resources. Covers web frameworks, data analysis, machine learning, testing, and more.