frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
302•starfallg•2h ago•67 comments

Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

https://www.orangecrumbs.com/hall/
116•oyster143•2h ago•26 comments

Show HN: DeepSQL – A self-hostable DBA agent for Postgres and MySQL

https://deepsql.ai/
10•venkat971•2d ago•7 comments

Show HN: Web swing through midtown NYC

https://www.swingnyc.com/
15•shahahmed•1h ago•6 comments

Show HN: Infinite Programmer ASMR

https://hackerman.specr.net/
2•vunderba•38m ago•0 comments

Show HN: Agent in 9 Lines Python

https://gist.github.com/tosh/6e91a9dbf08dd630c535e7345ac7f0b5
11•tosh•3h ago•5 comments

Show HN: blackbar-nano – local PII detection and redaction on CPU

https://github.com/safetype/blackbar-nano
2•My24HR•1h ago•0 comments

Show HN: Brew doctor` for Skills and MCP loadouts

https://github.com/dbreunig/drskill
2•dbreunig•1h ago•0 comments

Show HN: AI resume spam ruined hiring so I built a tool to keep the bots out

https://permanym.com
2•romanhn•1h ago•0 comments

Show HN: EcoTrace – Lightweight carbon footprint and energy tracker for Python

https://github.com/Zwony/ecotrace
2•Zwony•1h ago•0 comments

Show HN: MutexCam – Global Camera and Mic Control on Mac for Zoom, Teams, Meet

https://mutex.cam/
2•superquizonline•1h ago•0 comments

Show HN: The Email Game – AI agents compete over cryptographically signed emails

https://theemailgame.com/
2•RyanJensen•1h ago•1 comments

Show HN: I built 20,795 grad-advisor profiles from OpenAlex public data

https://labcompass.app
3•boazraz•1h ago•0 comments

Show HN: Veracium – agent memory keeping third-party claims from becoming facts

https://github.com/veracium-ai/Veracium
3•qspencer•2h ago•1 comments

Show HN: Yorishiro – a macOS terminal where AI agents live

https://github.com/sktkkoo/Yorishiro
2•hakumei•2h ago•0 comments

Show HN: PDF tools that run in the browser, no upload

https://pdfcdf.com
4•sofiurrr•2h ago•0 comments

Show HN: Made a App to Turn Any Podcast into a Website

https://audioenhancer.com/
2•wbemaker•2h ago•0 comments

Show HN: BBRv3 for gVisor's netstack, visualized in the browser using WASM

https://ccsim.apoxy.dev
3•dilyevsky•2h ago•0 comments

Show HN: Anakin – API for your AI agents to access the most difficult websites

https://anakin.io
4•mohitprateek•2h ago•0 comments

Show HN: Cleared – true profit calculator for eBay, Poshmark and Depop

https://clearedledger.xyz
2•petesarney•2h ago•0 comments

Show HN: LapDeck – Turn your phone into a remote deck for your Windows laptop

https://github.com/ronak-create/LapDeck
2•ronak_parmar•2h ago•0 comments

Show HN: Receive.link – anyone can send you files encrypted to your passkey

https://receive.link/
2•neutrinoq•2h ago•1 comments

Show HN: Langy, an automated AI engineer (we gave it a robot body) [video]

https://langwatch.ai/blog/introducing-langy-your-automated-ai-engineer
8•jangletown•2h ago•0 comments

Show HN: I walk-forward tested classic trading setups. Several have no real edge

https://edgestacker.com/tools/library/
2•thepromptgenius•2h ago•0 comments

Show HN: Fund an agent once – prepaid USDC key for HTTP 402 tools (Solana)

https://vibes-coded.com/start
3•b_radford•2h ago•0 comments

Show HN: Kernel optimization is obsolete. Just NPM install it

https://github.com/tensormux/kernel-skills
2•KRISH2832•2h ago•0 comments

Show HN: Trifle – Open-source analytics that stores answers, not events

https://trifle.io/
4•iluzone•3h ago•0 comments

Show HN: DataParade – generate dataflow diagrams from code for risk assessments

https://github.com/DataParade-io/dataparade-cli
4•dpdave•3h ago•0 comments

Show HN: Cosyra – run cloud coding agents from your phone

https://cosyra.com/
2•adamisnotroman•3h ago•1 comments

Show HN: Foomchat – an AI chat where the interface is whatever you want

https://foomchat.com
3•scrygl•3h ago•2 comments
Open in hackernews

Show HN: Brew doctor` for Skills and MCP loadouts

https://github.com/dbreunig/drskill
2•dbreunig•1h ago
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 is very different than mine!), so please file issues or submit PRs if you're interested.