Postingan

Show HN: Brew doctor` for Skills and MCP loadouts https://ift.tt/tfsqQGM

Show HN: Brew doctor` for Skills and MCP loadouts Recently, I've had agents reach for the wrong skill or tool. This tends to happen in the middle of longer reasoning chains, which frustratingly means lots of chatter polluting the context before a correction can be issued. To chase these issues down, I built `drskill`: a CLI tool that checks for conflicts and security issues among your agent's Skill and MCP loadout. In addition to spotting conflicts that might trip up your agents, security alerts were added as well. Did an MCP provider silently add a tool due to a supply chain attack? Running `drskill` on bootup or during CI will flag those changes. `drskill` works without access to an LLM, though connecting it to one will yield better conflict reports and allows for suggesting alternate, non-clashing descriptors. A ledger is maintained globally and locally, tracking acknowledgements and preferences. This is the type of tool that heavily benefits from contributions (your loadout...

Show HN: Adversarial code review setup with herdr, Claude and GPT-5.6-sol https://ift.tt/rXpGzy5

Show HN: Adversarial code review setup with herdr, Claude and GPT-5.6-sol https://ift.tt/ZcafhPB July 21, 2026 at 10:51PM

Show HN: Cross-Harness self hosted registry and analytics for AI Agents https://ift.tt/GL4DJiR

Show HN: Cross-Harness self hosted registry and analytics for AI Agents https://ift.tt/Hkuf9gQ July 21, 2026 at 11:57PM

Show HN: LectureToBook – Turn Videos into a PDF/ePub https://ift.tt/SNe5fTC

Show HN: LectureToBook – Turn Videos into a PDF/ePub Lecturetobook takes a video presentation and turns it into an editable document, with photos, diagrams, etc. extracted from your slides. I came up with this idea because I was enrolled in an online course and it was all videos. I spend all day long on the computer for work, so the last thing I want to do after work is spend more time staring at a screen. I wanted something that could take those videos and turn them into a readable format. The most difficult part was detecting what frames in the video are slides, and extracting from those what is useful content to add to the document. I didn't want to just stick a screengrab of the slides in the text, I wanted it to read like an actual book, so it uses an AI model to take from the slides what is useful and ignores what is just repeated in the transcript. Here is an output sample from an NIH video: https://ift.tt/tTamYrX Feedback welcome! This is my first side-project that has ma...

Show HN: Bribes.fyi – Built something to report bribes https://ift.tt/QNl4jpE

Show HN: Bribes.fyi – Built something to report bribes https://bribes.fyi/ July 19, 2026 at 10:31PM

Show HN: PostgreSQL course with database running in your browser https://ift.tt/MdFvL1N

Show HN: PostgreSQL course with database running in your browser I wanted to brush up my SQL skills and was looking for an online course that included a live DB. Most PostgreSQL courses require you to create an account or pay. This is probably because they have to bear the costs of running a full server-side database. So I created learnpg.xyz, a collection of PostgreSQL SQL exercises that run client side. Sharing here because it might be of use to people! https://learnpg.xyz July 19, 2026 at 08:58PM

Show HN: Peek-CLI: Let Claude Code iterate on front end designs https://ift.tt/iWvTreO

Show HN: Peek-CLI: Let Claude Code iterate on front end designs https://ift.tt/X094MHp July 19, 2026 at 02:02AM