obra/superpowers
An agentic skills framework & software development methodology that works.
Superpowers 是一个基于可组合技能的软件开发框架,通过代理驱动的工作流优化编码过程。它强调TDD、YAGNI和DRY原则,自动触发技能并分阶段完成需求分析、设计验证和代码实现,支持子代理协作开发。
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
通过分步教程重构热门技术,涵盖3D渲染、AI模型、区块链等20+领域,以实践方式深化编程理解。
abhigyanpatwari/GitNexus
GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration
GitNexus 是一个浏览器端代码知识图谱工具,通过本地解析GitHub仓库或ZIP文件生成交互式代码关系图谱,并集成Graph RAG代理实现深度代码分析。支持CLI与Web UI双模式,提供依赖关系、调用链等结构化数据,增强AI代码代理的准确性与可靠性。
langchain-ai/deepagents
Agent harness built with LangChain and LangGraph. Equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - well-equipped to handle complex agentic tasks.
基于LangChain和LangGraph的AI代理框架,提供任务规划、文件系统操作、子代理生成和上下文管理功能,支持快速构建复杂代理任务系统。
jarrodwatts/claude-hud
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
Claude HUD是用于Claude Code的实时状态监控插件,展示上下文使用、工具活动、代理状态及待办进度,提升开发过程可见性。支持项目路径、上下文健康度、文件操作追踪等功能,通过终端直接显示无需额外窗口。
cloudflare/workerd
The JavaScript / Wasm runtime that powers Cloudflare Workers
workerd是Cloudflare Workers的JavaScript/Wasm运行时,支持自托管应用、本地开发和HTTP代理。基于Web标准,采用纳米服务架构实现高效解耦部署,具备向后兼容性,但需注意安全性配置。