GitHub Trending 日报 - 2026/03/18
GitHub Trending 日报
📅 日期:2026/03/18
🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中…
📊 今日热门项目速览
1. superpowers
An agentic skills framework & software development methodology that works.
🐚 Shell | ⭐ +3078 今日 | 🏆 92,376 总计
仓库地址:obra/superpowers
2. build-your-own-x
Master programming by recreating your favorite technologies from scratch.
📦 Markdown | ⭐ +1998 今日 | 🏆 479,804 总计
仓库地址:codecrafters-io/build-your-own-x
3. 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
🔷 TypeScript | ⭐ +1116 今日 | 🏆 16,724 总计
仓库地址:abhigyanpatwari/GitNexus
4. 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.
🐍 Python | ⭐ +1415 今日 | 🏆 14,144 总计
仓库地址:langchain-ai/deepagents
5. claude-hud
A Claude Code plugin that shows what’s happening - context usage, active tools, running agents, and todo progress
🟨 JavaScript | ⭐ +466 今日 | 🏆 5,620 总计
仓库地址:jarrodwatts/claude-hud
6. workerd
The JavaScript / Wasm runtime that powers Cloudflare Workers
⚡ C++ | ⭐ +31 今日 | 🏆 7,831 总计
仓库地址:cloudflare/workerd
🔍 今日精选项目详解
superpowers
项目地址:https://github.com/obra/superpowers
作者:obra
📖 项目简介
An agentic skills framework & software development methodology that works.
📊 项目数据
| 指标 | 数值 |
|---|---|
| ⭐ Stars | 92,376 |
| 🍴 Forks | 7,307 |
| 👀 Watchers | 92,376 |
| 📝 Language | Shell |
| 📅 Created | 2025-10-09 |
| 🔄 Updated | 2026-03-18 |
| 📜 License | MIT |
💡 核心特点
📄 项目概览
Superpowers
Superpowers is a complete software development workflow for your coding agents, built on top of a set of composable “skills” and some initial instructions that make sure your agent uses them.
How it works
It starts from the moment you fire up your coding agent. As soon as it sees that you’re building something, it doesn’t just jump into trying to write code. Instead, it steps back and asks you what you’re really trying to do.
Once it’s teased a spec out of the conversation, it shows it to you in chunks short enough to actually read and digest.
After you’ve signed off on the design, your agent puts together an implementation plan that’s clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow. It emphasizes true red/green TDD, YAGNI (You Aren’t Gonna Need It), and DRY.
Next up, once you say “go”, it launches a subagent-driven-development process, having agents work through each engineering task, inspecting and reviewing their work, and continuing forward. It’s not uncommon for Claude to be able to work autonomously for a couple hours at a time without deviating from the plan you put together.
There’s a bunch more to it, but that’s the core of the system. And because the skills trigger automatically, you don’t need to do anything special. Your coding agent just has Superpowers.
Sponsorship
If Superpowers has helped you do stuff that makes money and you are so inclined, I’d gr
… (更多内容请访问GitHub查看)
🚀 快速开始
1 | # 克隆项目 |
💭 推荐理由
这个项目在今日GitHub Trending榜单中排名第一,值得关注的原因:
- 🤖 AI/ML领域:紧跟当前AI技术浪潮,具有前瞻性
- ⭐ 超高人气:92,376 Stars,经得起时间检验的明星项目
- 🚀 持续迭代:近一周内有更新,项目活跃度高
- 📖 文档完善:有详细的安装和使用指南,上手友好
📝 系列说明
GitHub Trending 日报是一个持续更新的系列,每日为你带来:
- 🔥 热门项目速览:快速了解当日最火的开源项目
- 🔍 精选项目详解:深入分析排名第一的项目
- 💡 技术趋势洞察:把握开源社区最新动态
往期日报
订阅方式
🤝 参与贡献
如果你发现有趣的开源项目,欢迎推荐!
- 💬 评论留言推荐
- 📧 邮件:leiqi@fudan.edu.cn
- 🔗 GitHub:@leiqichn
📡 数据更新:2026-03-18 09:03:07
🔗 数据来源:GitHub Trending
