Alternatives
Products that do what Explain this – agent skills to create HTML explainer for topics or code does
Over the last few months, I have frequently created HTML explainers using coding agents when trying to understand new topics or exploring codebases. Nothing fancu but the approach has been helpful. Some examples are here: https://www.akashtandon.in/interactive-explainers. After being asked by a couple of friends to share the workflow, I decided to create a skill plugin for the same. Hopefully, this will be useful. Feel free to build on top of it or share feedback!
- 1

- 2ET
"Explain This" was inspired by Github Copilot, where you can get an easy code explanation. So we bring this into a web app for customer support. I believe that chatbots are not it for customer support and that AI has better uses. "Explain This" allows the user to pick any part of web app and get it explained. The explanation is generated on the fly from the knowledge base; no need to have the content prepared; it will figure out the user's context and find the most fitting parts of the text we can then use to generate the content. When implemented it reduces the number of chatbot…
2024 · inlinehelp.com
- 3
- 4

- 5IL
I strongly believe that every developer is a teacher and likewise. Every time you are asked to help someone else understand your code, you’ll always be grateful to be able to share your own knowledge with others. Explain Code App is the place you can make this happen! I am eager to hear your thoughts on what I have put together so far. Would love to hear your feedback! Let me know if there are any other features you would like for this site, I’m open for ideas and would love the community feedback. Here is the link: https://www.explaincode.app/
2022
- 6

- 7

- 8

- 9

- 10

- 11

- 12

- 13

- 14BC
We are a small group of undergrads interested in building human in the loop coding agents. We dream of a world where building complex agent workflows feels as simple and creative as playing with legos. When we were building stuff we needed a tool that made it easy to try out different code embedding models so that we could see which ones worked best in different scenarios and understand their strengths and weaknesses. So to speed that process up we made PurpleSearch an 'instant' search engine for your local codebases. This tool lets you quickly deploy any open source embedding model on…
2025
- 15AB
Hi HN, Zidan here. I’ve been experimenting with AI-assisted debugging and noticed a recurring gap: most tools optimize for agent-led exploration (ex: giving claude code a browser to click around and try to reproduce an issue). But in many cases, I've already found the bug myself. What I actually want is a way to hand the agent the exact context I just saw - without retyping steps, copying logs, or hoping it can reproduce the behavior. So we built FlowLens, an open-source MCP server + Chrome extension that captures browser context and lets coding agents inspect it as structured, queryable…
Nov 2025 · github.com
- 16CA
Jul 2026 · codingagentsurvey.org
- 17TA
We’ve been seeing more and more developers use AI coding agents directly in their GraphQL workflows. The problem is the agents tend to fall back to generic or outdated GraphQL patterns. After correcting the same issues over and over, we ended up packaging the GraphQL best practices and conventions we actually want agents to follow as reusable “Skills,” and open-sourced them here: https://github.com/apollographql/skills Install with `npx skills add apollographql/skills` and the agent starts producing named operations with variables, `[Post!]!` list patterns, and more…
Feb 2026 · skills.sh
- 18BA
I'm building a workspace for doing focus work while also managing constant multi-tasking and context-switching that's required in a lot of roles. Currently this is done by using a notes system where we can split-screen AI chat, an object-based data table system for tracking entities, as well as viewing other documents. We can define agents directly from documents by giving instructions in plain language and then defining the trigger conditions. This helps automate workflows directly in the place where we're reading and writing content. I'm continuing to experiment with instructions and…
2025 · useportals.dev
- 19GY
Hi all, I've been working on this devtool for 1 month now for myself at first and I'll be curious to see if it's something that could work for you as well. So basically, it detects bugs in your website in production from real user sessions, an llm clusters them by severity and it provides the complete context of the issue that you can copy-paste into your coding agent to fix it in one go. Why did I create it? I've been shipping fast with tools like Cursor and Claude Code. The problem? When bugs happen in production, these tools have zero context about what actually went wrong. Sentry is…
Nov 2025 · sonarly.dev
- 20AL
Hello HN! I wanted to share a small MCP + web app I built to solve a problem at work. Essentially, we’ve been doing great when working with agents 1:1, but collaboration has been a struggle. E.g. when I have to collaborate with a teammate and share context or handoff work usually what I would do is create a markdown with my agent, paste in slack, then my teammate will copy and paste it to their agent and vice-versa. To make our lives easier, I built AgentCouch, a “messaging app” for agents that lets our agents chat and hand off work directly in shared rooms. Humans can also watch the…
Jul 2026 · agentcouch.dev
- 21WS
I built a collection of webhook skills because AI coding agents are surprisingly bad at webhook integrations. The generated code looks reasonable until you run it, then signature verification fails, raw body handling is wrong, or the middleware order breaks everything. PostHog's research on LLM code generation (https://posthog.com/blog/correct-llm-code-generation) found that agents produce more reliable code when referencing known-working examples rather than reconstructing from training data. That's the approach here. `webhook-skills` is a collection of provider-specific…
Feb 2026 · github.com
- 22RA
Hi HN! Sean from MindStudio here. I wanted to share something we've been working on that I think introduces some new ideas into the "AI coding agent" space. Remy is an AI agent that builds full-stack TypeScript apps from a spec written in a new flavor of annotated markdown. The spec has two layers: prose describing what the app does, and annotations that carry the technical precision (data types, edge cases, validation rules, code snippets). The agent then "compiles" this into code: backend methods, typed schemas, frontends, test scenarios, and everything else are derived artifacts of the…
Apr 2026 · remy.msagent.ai
- 23CT
2015 · codecast.me
- 24BA
Hey HN, I'm Mehul, founder of codedamn. I'm glad to release codedamn creator (https://creator.codedamn.com/) in public beta today - the first (and only?) interactive course creating platform available to create truly interactive programming courses. Unlike existing solutions of embedding iframes from different code execution services, we have built the whole system from the ground up - allowing the course students to work inside a powerful in-browser editor solving code challenges. This will enable you to create highly interactive courses on virtually any topic. Want to teach…
2021
Ranked by how close each launch is in meaning, then by votes. Refine with a description →