frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
32•oahmadov•2h ago•11 comments

Show HN: Tilde.run – Agent Sandbox with a Transactional, Versioned Filesystem

https://tilde.run/
83•ozkatz•2h ago•69 comments

Show HN: Tuiql – A keyboard-driven SQL database client in the terminal

https://github.com/okira-e/tuiql
3•okira_e•57m ago•0 comments

Show HN: Upskill – skill to find skills for your AI agents

https://github.com/Autoloops/upskill
3•kushalpatil07•1h ago•6 comments

Show HN: DoodleMate: Animate Your Child's Hand Drawings Without Generative AI

https://doodlemate.com/
5•hjessmith•1h ago•2 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

135•mtricot•1d ago•39 comments

Show HN: Adam – An embeddable cross-platform AI agent library

https://github.com/sqliteai/adam
24•marcobambini•5h ago•8 comments

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
3•thereallex•3h ago•6 comments

Show HN: Prospero Is Superpowers for Writing

https://brianguthrie.com/p/prospero/
2•bguthrie•3h ago•1 comments

Show HN: NFC tags are good material for pranks on Android

https://mastodon.social/@maxwellito/116524250100439866
13•maxwellito•5h ago•1 comments

Show HN: Explore color palettes inspired by 3000 master painter artworks

https://paletteinspiration.com/
201•ouli•1d ago•73 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
6•bryhaw•5h ago•0 comments

Show HN: Guten – Android ereader for Project Gutenberg's 70k+ free books

https://play.google.com/store/apps/details?id=com.bhunt.guten&hl=en_US
4•bethanyhunt•4h ago•1 comments

Show HN: Hallucinopedia

http://halupedia.com/
51•bstrama•2h ago•51 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
2•meizy•8h ago•0 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
82•lsferreira42•4d ago•6 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
72•qrush•1d ago•41 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•3d ago•46 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
11•marvinkr•19h ago•0 comments

Show HN: Rdprrap – Rust Port of RDPWrap (Multi-Session RDP for Windows Desktop)

https://github.com/kernalix7/rdprrap
3•kernalix7•11h ago•0 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
24•aragoss•1d ago•4 comments

Show HN: New Benchmark from SWE-bench team is 0% solved

https://programbench.com/
21•lieret•1d ago•3 comments

Show HN: Codeberg (Forgejo) CLI, built with Xclif

https://codeberg.org/thatxliner/codeberg-cli
15•thatxliner•1d ago•1 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
118•bschoepke•3d ago•78 comments

Show HN: I Built a Museum Exhibit

https://knhash.in/built-an-exhibit/
38•kn81198•3d ago•3 comments

Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite

https://github.com/orch8-io/engine
23•_alphageek•1d ago•3 comments

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents

https://allbsides.com/
24•Parkado•1d ago•8 comments

Show HN: Pollen – distributed WASM runtime, no control plane, single binary

https://github.com/sambigeara/pollen
135•sambigeara•6d ago•63 comments

Show HN: AI-DLC-UML (AI-Driven Development Life Cycle with UML Modeling)

https://github.com/takaakit/ai-dlc-uml
4•takaakit•1d ago•0 comments

Show HN: DAC – open-source dashboard as code tool for agents and humans

https://github.com/bruin-data/dac
118•karakanb•1w ago•35 comments
Open in hackernews

Show HN: Upskill – skill to find skills for your AI agents

https://github.com/Autoloops/upskill
3•kushalpatil07•1h ago

Comments

snoren•1h ago
But why do agents need a skill to find skills? The security nightmare aside, don't they already have access or the ability to dig into what they need to do
kushalpatil07•1h ago
For the security nightmare I have taken precautions, and by default only skills from trusted repos are given.

They could potentially websearch and find new skills, but that is tough, and of course will not be able to reach niche skills, that would be perfect for your use case. I have created semantic search with a ranking algorithm to give the appropriate skill in an instant.

mc-serious•1h ago
How's this different from the built in skill finder? Anything specific?
kushalpatil07•1h ago
I have indexed skills from trusted repos and github. And giving semantic search for the agent, along with ranking based on stars, forks, installs etc. Trying to create a flywheel loop as well, where agents can rate skills and that gets incorporated in the ranking.
mc-serious•22m ago
hm i see so a bit like pagerank for md files - would be curious about the equivalent to backlinks, what do you think that is for skills? Skills that embed other skills?
kushalpatil07•6m ago
That is like a dependency thingy. Like browser harness by browser use is a skill. Using linkedin is a skill on top of that. Doing cold outreach on linkedin is probably a skill on top of that, and you can keep going.

I think if I install the cold outreach skill, I'll also have the browser harness skill as well, so the ranking algo will already rank it higher.