Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
仓库/Skill 库
183 个 · 库
将任何代码库及其文档、SQL schema、配置文件和 PDF 转化为可查询的知识图谱。适用于 Claude Code、Cursor、Codex 和 Gemini CLI 的 /graphify skill:本地确定性 AST 解析,每条边都有解释,无需向量存储。Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
AI 编程助手 Skill(兼容 Claude Code、Codex、OpenCode、Cursor、Gemini CLI 等),可将任意代码、SQL schema、R 脚本、shell 脚本、文档、论文、图片或视频文件夹转换为可查询的知识图谱,应用代码、数据库 schema 与基础设施统一于一张图谱中。AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
在 tool 输出、日志、文件与 RAG chunks 进入 LLM 之前进行压缩,token 减少 60-95%,答案保持不变。可作为库、proxy 或 MCP server 使用。Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
Python SDK、代理服务器(AI Gateway),以 OpenAI(或原生)格式调用 100+ LLM API,支持成本追踪、guardrails、负载均衡和日志记录。[Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
OpenAI Whisper 模型的 C/C++ 移植版本。Port of OpenAI's Whisper model in C/C++
Milvus 是一款高性能、云原生的向量数据库,专为可扩展的向量 ANN 搜索而构建。Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
DeepSpeed 是一个深度学习优化库,使分布式训练和推理变得简单、高效且有效。DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码
高性能代码智能 MCP server。将代码库索引为持久化知识图谱,平均仓库仅需毫秒级。支持 158 种语言,亚毫秒级查询,token 用量减少 99%。单一静态二进制,零依赖。High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
一个 Python 库,使用 LLM 从非结构化文本中提取结构化信息,并提供精确的源溯源与交互式可视化。A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.
将任意 AI Agent 打造为 AI Scientist。全球 160,000+ 科学家信赖的 #1 Agent Skills 库,内置 140 个开箱即用技能,集成 100+ 科学数据库,覆盖生物、化学、医学与药物发现领域。兼容 Cursor、Claude Code、Codex、Pi、Antigravity 及开放 Agent Skills 标准。Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 170,000+ scientists worldwide. 158 ready-to-use skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.
OpenClaw 的轻量级替代方案,在容器中运行以保障安全。可连接 WhatsApp、Telegram、Slack、Discord、Gmail 等消息应用,具备 memory、定时任务能力,直接基于 Anthropic Agents SDK 运行。A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
开箱即用的 OCR,支持 80+ 种语言及所有主流书写系统,包括拉丁文、中文、阿拉伯文、天城文、西里尔文等。Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
该仓库展示了多种面向 Retrieval-Augmented Generation (RAG) 系统的高级技术,每个技术均配有详细的 notebook 教程。This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. Each technique has a detailed notebook tutorial.
用于快速文本表示与分类的库。Library for fast text representation and classification.
OpenViking 是专为 AI Agent(如 openclaw)设计的开源上下文数据库,以文件系统范式统一管理 Agent 所需的上下文(memory、资源与 Skill),支持分层上下文交付与自我演进。OpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving.
TypeScript 的 AI 工具包。由 Next.js 创作者打造,AI SDK 是一个免费开源库,用于构建 AI 驱动的应用和 Agent。The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
🎨 TypeScript 的穷尽式 Pattern Matching 库,具备智能类型推断。🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference.
OpenWiki 是一个 CLI,用于为你的代码库编写和维护 agent 文档。OpenWiki is a CLI that writes and maintains agent documentation for your codebase.
NVIDIA® TensorRT™ 是在 NVIDIA GPU 上进行高性能深度学习推理的 SDK。本仓库包含 TensorRT 的开源组件。NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
面向 CAD、CAE 和 CAM 的 Agent Skill 库。A library of agent skills for CAD, CAE and CAM
用于本地运行 AI 的生产就绪工具包。Production ready toolkit to run AI locally
Humanizer 满足你在 .NET 中操作和显示字符串、枚举、日期、时间、时间跨度、数字及数量的全部需求Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
面向科学绘图的 Matplotlib 样式集Matplotlib styles for scientific plotting
用于构建 Astrid OS capsules 的 JavaScript / TypeScript SDK,配套于 unicity-astrid/sdk-rust。JavaScript / TypeScript SDK for building Astrid OS capsules. Companion to unicity-astrid/sdk-rust. Part of Unicity Astrid OS.
用于构建 Astrid capsules 的 JavaScript 和 TypeScript SDK。JavaScript and TypeScript SDK for building Astrid capsules.
为配合 Stitch MCP server 设计的 Agent Skill 库,每个 Skill 遵循 Agent Skills 开放标准,兼容 Antigravity、Gemini CLI、Claude Code、Cursor 等 coding agent。A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.
Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端
基于 OpenTelemetry,为你的 GenAI 或 LLM 应用提供开源可观测性。Open-source observability for your GenAI or LLM application, based on OpenTelemetry
DeepSpec:用于训练与评估推测解码(speculative decoding)算法的全栈代码库DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms