
Every Claude Code skill, scored on whether it actually loads · SkillWorks
按自动化加载测试评分浏览 Claude Code 技能
kyisaiah47 · HN
SkillWorks – every Claude Code skill, scored on whether it loads
完整作品展
技术栈
18 projects

按自动化加载测试评分浏览 Claude Code 技能
kyisaiah47 · HN
SkillWorks – every Claude Code skill, scored on whether it loads

用AI辅助解决每日代码挑战,跟踪你的开发者连胜记录。
u/Administrative_Egg78 · Reddit
I built this because AI was making me a dumb&lazy engineer I noticed something sad about how I use AI. I was shipping faster, but practicing less. I could get answers quickly, but I was losing the habit of working through the fundamentals myself. So I built Unrot: short daily challenges for developers across languages, system design, architecture, data engineering, and other tracks. Game/xp and rewards system, a tiny bit competitive. No signup required to try it: https://unrot.dev

通过 AI 教练在浏览器中练习编程面试和系统设计。
@preproomai · X
🟢Get ready for #vibecoding and AI #codereview. It is cutting-age & you can't miss: Time to ditch old-school @LeetCode ! #SoftwareEngineering #TechInterviews #CodingSkills #TechCareers #PrepRoom #TechCareers #SystemDesign #ITJobs #CareerGrowth

在浏览器中完成60个Python编码挑战。
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the

为开发者设计的笔记应用,支持代码块、看板管理和GitHub导入。
@SinghApurv1711 · X
Hey! Check it out here:

学习工作方式的AI助手,将任务分配给30多个前沿模型。
@otakuaakash · X



通过交互式可视化学习数据结构和算法,准备技术面试。
@aarsh_30 · X


团队共享的 AI 提示词与 Agent 技能库,支持 Claude Code、Cursor 等平台。
@promptcarrot · X

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db