๐ Awesome GitHub Gems
A hand-curated collection of the most useful open-source repositories โ for hackers, builders, and self-taught developers.
Cybersecurity ยท OSINT ยท AI ยท Self-hosting ยท Learning โ sorted by what they actually do.

๐งญ What is this?
A curated list of GitHub repositories that are genuinely worth your time โ no filler. Each one is sorted by what it's for, with a one-line description so you know if it's useful before you click.
โ ๏ธ Security note (read this): Some entries are AI "skills" / plugins that run code with your permissions when installed. Before installing any of them: review the code, distrust names that imitate official ones, and distrust suspiciously high star counts. Trusting = executing. These are marked with โ ๏ธ.
๐ Contents
๐ Cybersecurity & Pentesting
- PayloadsAllTheThings โ The legendary reference of web pentest payloads & bypasses (SQLi, XSS, SSRF, XXE...), with methodology for each. The web hacker's bible.
- BurpSuite-collections โ 80+ third-party Burp Suite extensions, pentest PDFs and tips. โ ๏ธ Third-party extensions โ review before loading.
- Anthropic-Cybersecurity-Skills โ Hundreds of cybersecurity workflows for AI agents, mapped to MITRE ATT&CK / NIST. โ ๏ธ Not official Anthropic โ audit before installing.
๐ต๏ธ OSINT & Web Scraping
- Scrapling โ Adaptive Python scraping framework with anti-detection: stealth fetcher, Cloudflare bypass, fingerprint spoofing, proxy rotation. Great for OSINT pipelines.
๐ค AI Agents & Coding Assistants
โ ๏ธ Many of these install into AI coding tools and run code with your permissions. Audit first.
- anthropics/skills โ Official Anthropic skills for Claude. The trusted baseline.
- multica โ Turn coding agents into real teammates: assign tasks on a board, agents execute autonomously. Supports Claude Code, Copilot, Pi & more.
- andrej-karpathy-skills โ A CLAUDE.md of principles (inspired by Karpathy) that make AI write better code: think before coding, simplicity, surgical changes, verifiable goals. Safe (text only).
- superpowers โ Composable software-development methodology for AI coding agents (spec refinement, planning, TDD, code review). โ ๏ธ Runs hooks.
- ECC โ Agent optimization system for Claude Code: specialized agents, reusable skills, memory & context management. โ ๏ธ Runs hooks.
- taste-skill โ Skills that upgrade AI-built UIs (better layout, typography, motion). Framework-agnostic.
- academic-research-skills โ Claude Code skills for the full academic research pipeline: literature search, writing, peer review.
- pi โ Agent harness: interactive coding agent, tool-calling runtime, and a unified multi-provider LLM API.
- hermes-agent โ Autonomous AI agent that creates its own skills, keeps persistent memory, and runs across CLI/Telegram/Discord/WhatsApp.
- 500-AI-Agents-Projects โ 500+ AI agent projects with code (LangGraph, CrewAI, AutoGen), organized by industry.
๐ง AI & Machine Learning
- ML-For-Beginners โ Microsoft's 12-week, 26-lesson classic ML course (scikit-learn). No deep learning, no GPU required โ perfect to start.
- whisper โ OpenAI's open-source speech-to-text. Multilingual, runs small models on CPU.
- DeepTutor โ Agent-native learning workspace: tutoring, quizzes, RAG knowledge bases, interactive books.
๐ฌ Content Creation
- MoneyPrinterTurbo โ Generate short HD videos with AI from a single topic: script, subtitles, voice & music. Posts to TikTok/IG/YouTube Shorts.
- yt-dlp โ The best video/audio downloader (YouTube + 1000s of sites).
๐ Self-Hosted & Privacy
- vaultwarden โ Lightweight Bitwarden server in Rust. Run your own encrypted password manager on anything (even a Raspberry Pi).
- bitwarden/server โ The official Bitwarden server (heavier; vaultwarden is lighter).
- n8n โ Self-hosted workflow automation (low-code). Like Zapier, but yours.
- plausible โ Privacy-friendly web analytics (a Google Analytics alternative).
- cal.com โ Open-source scheduling (a self-hosted Calendly).
- AppFlowy โ Open-source Notion alternative.
- penpot โ Open-source design & prototyping (a Figma alternative).
๐งฉ Code Understanding
- codegraph โ Builds a local code index (SQLite + tree-sitter) so AI agents understand a codebase fast. 20+ languages.
- Understand-Anything โ Turns any codebase into an interactive knowledge graph with guided learning tours.
๐ Learning & References
๐ฎ Game Development
- open-source-games โ Massive list of open-source games (with source) across ~18 categories. Learn game dev by reading real code (Godot, Bevy).
๐ก๏ธ Offline & Survival
- project-nomad โ A 100% offline "survival" knowledge server: semantic AI, offline Wikipedia (Kiwix), education, maps, encryption. Docker, Apache 2.0.
๐ฆ Data Structure Libraries
Useful only if you code in that language โ they're libraries, not resource lists.
๐ฅ Into cybersecurity?
If you're into cybersecurity, check out my profile โ and try OBSIDIAN, a free local OSINT framework I built.
It runs 100% on your machine: domain/IP/email/username recon, relationship graphs, timelines, mobile UI โ no cloud, no tracking.
โญ Star this list if it helped you ยท ๐ค PRs welcome โ share your own gems