
Every Claude Code skill, scored on whether it actually loads · SkillWorks
Browse Claude Code skills by automated load-testing scores to find which ones work reliably.
kyisaiah47 · HN
SkillWorks – every Claude Code skill, scored on whether it loads
The full gallery
Tech stack
19 projects

Browse Claude Code skills by automated load-testing scores to find which ones work reliably.
kyisaiah47 · HN
SkillWorks – every Claude Code skill, scored on whether it loads

Solve daily coding challenges with AI assistance and track your developer streak.
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

Practice coding interviews and system design with an AI coach in your browser.
@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

Learn Python by solving 60 coding challenges in a browser-based editor.
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

Notes with code blocks, Kanban bug tracker, and snippet library with GitHub import.
@SinghApurv1711 · X
Hey! Check it out here:

AI assistant that learns your workflow and routes coding tasks across 30+ frontier models.
@otakuaakash · X

Describe self-correcting coding workflows in plain English and run them until tests pass.
forgeapp

Convert code repositories and pull requests into interactive educational tours, quizzes, exams, and flashcards.
@vilfred_sikker · X
free signups!

Learn data structures and algorithms through interactive visualizations and interview prep tools.
@aarsh_30 · X

Track your learning progress and project development as a developer.
@Dev_code_04 · X

Team-shareable library of AI prompts and agent skills for Claude Code, Cursor, and other platforms.
@promptcarrot · X

AI-powered code review that runs code in microVMs to catch more bugs.
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