nadiee12312-lgtm/-awesome-github-gems
GitHub: nadiee12312-lgtm/-awesome-github-gems
一份按用途分类的精选 GitHub 开源项目合集,涵盖安全、AI、自托管、学习等多个领域,帮助开发者快速发现高价值工具与资源。
Stars: 0 | Forks: 0
# 💎 精选 GitHub 宝藏
**一份精心整理的最实用开源代码库合集 —— 专为极客、开发者和自学程序员打造。**
网络安全 · OSINT · AI · 自托管 · 学习 —— 按照它们的实际用途进行分类。



## 🧭 这是什么?
这是一份精心挑选的 GitHub 代码库列表,每一个都绝对值得你花时间了解 —— 绝无凑数。每个项目都按**用途**进行了分类,并附有一句话描述,让你在点击之前就能知道它是否有用。
## 📚 目录
- [🔐 网络安全与渗透测试](#-cybersecurity--pentesting)
- [🕵️ OSINT 与网页抓取](#-osint--web-scraping)
- [🤖 AI Agent 与编程助手](#-ai-agents--coding-assistants)
- [🧠 AI 与机器学习](#-ai--machine-learning)
- [🎬 内容创作](#-content-creation)
- [🏠 自托管与隐私](#-self-hosted--privacy)
- [🧩 代码理解](#-code-understanding)
- [📖 学习与参考](#-learning--references)
- [🎮 游戏开发](#-game-development)
- [🛡️ 离线与生存](#-offline--survival)
- [📦 数据结构库](#-data-structure-libraries)
## 🔐 网络安全与渗透测试
- **[PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)** — 传奇般的 Web 渗透测试 payload 与绕过参考手册(SQLi、XSS、SSRF、XXE 等),并附带相应的方法论。Web 黑客的圣经。
- **[BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)** — 包含 80 多个第三方 Burp Suite 扩展、渗透测试 PDF 和技巧。⚠️ 第三方扩展 —— 加载前请先审查。
- **[Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills)** — 数百个专为 AI Agent 设计的网络安全工作流,已映射至 MITRE ATT&CK / NIST。⚠️ 非 Anthropic 官方发布 —— 安装前请进行审计。
## 🕵️ OSINT 与网页抓取
- **[Scrapling](https://github.com/D4Vinci/Scrapling)** — 具备反检测机制的自适应 Python 抓取框架:隐蔽抓取器、Cloudflare 绕过、指纹伪装、代理轮换。非常适合用于 OSINT pipeline。
## 🤖 AI Agent 与编程助手
- **[anthropics/skills](https://github.com/anthropics/skills)** — Anthropic 官方为 Claude 提供的技能。值得信赖的基准。
- **[multica](https://github.com/multica-ai/multica)** — 将编程 Agent 变成真正的团队成员:在看板上分配任务,Agent 自动执行。支持 Claude Code、Copilot、Pi 等。
- **[andrej-karpathy-skills](https://github.com/multica-ai/andrej-karpathy-skills)** — 一份(受 Karpathy 启发的)CLAUDE.md 原则,让 AI 写出更好的代码:编码前先思考、保持简单、精准修改、目标可验证。安全(仅包含文本)。
- **[superpowers](https://github.com/obra/superpowers)** — 适用于 AI 编程 Agent 的可组合软件开发方法论(规格细化、规划、TDD、代码审查)。⚠️ 会运行 hook。
- **[ECC](https://github.com/affaan-m/ECC)** — 针对 Claude Code 的 Agent 优化系统:专业化 Agent、可重用技能、内存与上下文管理。⚠️ 会运行 hook。
- **[taste-skill](https://github.com/Leonxlnx/taste-skill)** — 提升 AI 构建的 UI 的技能(更好的布局、排版、动画效果)。不依赖于特定框架。
- **[academic-research-skills](https://github.com/Imbad0202/academic-research-skills)** — 用于完整学术研究 pipeline 的 Claude Code 技能:文献检索、写作、同行评审。
- **[pi](https://github.com/earendil-works/pi)** — Agent 运行框架:交互式编程 Agent、工具调用 runtime,以及统一的多提供商 LLM API。
- **[hermes-agent](https://github.com/NousResearch/hermes-agent)** — 自主 AI Agent,能够创建自己的技能,保持持久记忆,并跨 CLI/Telegram/Discord/WhatsApp 运行。
- **[500-AI-Agents-Projects](https://github.com/ashishpatel26/500-AI-Agents-Projects)** — 包含代码的 500 多个 AI Agent 项目(LangGraph、CrewAI、AutoGen),按行业分类。
## 🧠 AI 与机器学习
- **[ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners)** — 微软提供的为期 12 周、共 26 节课的经典机器学习课程(基于 scikit-learn)。无需深度学习,也不需要 GPU —— 完美的入门之选。
- **[whisper](https://github.com/openai/whisper)** — OpenAI 的开源语音转文本工具。支持多语言,可在 CPU 上运行小型模型。
- **[DeepTutor](https://github.com/HKUDS/DeepTutor)** — 原生 Agent 学习工作区:辅导、测验、RAG 知识库、交互式书籍。
## 🎬 内容创作
- **[MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)** — 只需一个主题,利用 AI 生成高清短视频:包含脚本、字幕、配音和音乐。并可发布至 TikTok/IG/YouTube Shorts。
- **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** — 最棒的视频/音频下载器(支持 YouTube 及上千个网站)。
## 🏠 自托管与隐私
- **[vaultwarden](https://github.com/dani-garcia/vaultwarden)** — 使用 Rust 编写的轻量级 Bitwarden 服务器。可以在任何设备(甚至是 Raspberry Pi)上运行你自己的加密密码管理器。
- **[bitwarden/server](https://github.com/bitwarden/server)** — 官方的 Bitwarden 服务器(较重;vaultwarden 更轻量)。
- **[n8n](https://github.com/n8n-io/n8n)** — 自托管的工作流自动化工具(低代码)。类似于 Zapier,但完全属于你。
- **[plausible](https://github.com/plausible/docs)** — 注重隐私的 Web 分析工具(Google Analytics 的替代品)。
- **[cal.com](https://github.com/calcom/docker)** — 开源的日程安排工具(可自托管的 Calendly 替代品)。
- **[AppFlowy](https://github.com/AppFlowy-IO/AppFlowy)** — 开源的 Notion 替代品。
- **[penpot](https://github.com/penpot/penpot)** — 开源的设计与原型制作工具(Figma 的替代品)。
## 🧩 代码理解
- **[codegraph](https://github.com/colbymchenry/codegraph)** — 构建本地代码索引(基于 SQLite + tree-sitter),让 AI Agent 快速理解代码库。支持 20 多种语言。
- **[Understand-Anything](https://github.com/Egonex-AI/Understand-Anything)** — 将任何代码库转化为交互式知识图谱,并提供引导式学习路径。
## 📖 学习与参考
- **[awesome-python](https://github.com/vinta/awesome-python)** — 精心整理的年度最佳 Python 库与资源汇总列表。
- **[awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs)** — 精选的最佳 Node.js 资源列表。
- **[system-design-primer](https://github.com/donnemartin/system-design-primer)** — 学习如何设计大规模系统(因面试和实际构建而闻名)。
- **[the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)** — 掌握终端 —— 浓缩了多年的经验。
- **[engineering-blogs](https://github.com/kilimchoi/engineering-blogs)** — 海量的顶级公司(Netflix、Uber、Stripe 等)工程博客列表。
- **[how-they-load](https://github.com/aliesbelik/how-they-load)** — 60 多家公司如何进行负载测试并扩展其系统。
- **[backend-cheats](https://github.com/cheatsnake/backend-cheats)** — 核心后端主题(网络、操作系统、数据库、DevOps)的可视化备忘单。
- **[RefactoringGuruExample](https://github.com/hahalulu/RefactoringGuruExample)** — 设计模式代码示例(来自 Refactoring Guru)。
- **[angular-realworld-example-app](https://github.com/realworld-apps/angular-realworld-example-app)** — 结构良好的“RealWorld”参考应用,帮助你正确学习 Angular。
## 🎮 游戏开发
- **[open-source-games](https://github.com/bobeff/open-source-games)** — 涵盖约 18 个分类的海量开源游戏(附源码)列表。通过阅读真实代码(Godot、Bevy)来学习游戏开发。
## 🛡️ 离线与生存
- **[project-nomad](https://github.com/Crosstalk-Solutions/project-nomad)** — 100% 离线的“生存”知识服务器:语义 AI、离线 Wikipedia (Kiwix)、教育、地图、加密。基于 Docker,遵循 Apache 2.0 协议。
## 📦 数据结构库
- **[doctrine/collections](https://github.com/doctrine/collections)** (PHP) · **[montagejs/collections](https://github.com/montagejs/collections)** (JavaScript) · **[eclipse-collections](https://github.com/eclipse-collections/eclipse-collections)** (Java) · **[apple/swift-collections](https://github.com/apple/swift-collections)** (Swift) · **[Java-Projects-Collections](https://github.com/kishanrajput23/Java-Projects-Collections)** (Java 练习项目) · **[ordinals-collections](https://github.com/ordinals-wallet/ordinals-collections)** (Bitcoin Ordinals/NFTs)
## 🔥 对网络安全感兴趣?
**如果你对网络安全感兴趣,请查看我的个人主页 —— 并尝试一下我开发的免费本地 OSINT 框架 [OBSIDIAN](https://github.com/nadiee12312-lgtm/Obsidian-framework)。**
它 100% 在你的机器上本地运行:域名/IP/邮箱/用户名侦察、关系图谱、时间线、移动端 UI —— 无需云端,没有追踪。
⭐ **如果这份列表对你有帮助,请点个 Star** · 🤝 欢迎提交 PR —— 分享你发现的宝藏项目
标签:DNS解析, 开发者资源, 开源项目, 技术导航, 精选列表, 综合学习, 防御加固