frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
28•tsiry•3h ago•10 comments

Show HN: Hermes-agentmemory, pull-model episodic memory with real deletes

https://github.com/MukundaKatta/hermes-agentmemory
4•mukundakatta•2h ago•0 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
183•c1b•2d ago•43 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
755•HenryNdubuaku•4d ago•210 comments

Show HN: Strava for AI coding – analytics on your Copilot/Claude/Codex usage

https://github.com/microsoft/AI-Engineering-Coach
6•aymenfurter•5h ago•1 comments

Show HN: Infinite Swap – Trade a bottle cap up to a house

https://infiniteswap.app/
5•dansquizsoft•5h ago•0 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
82•jolaflow•20h ago•44 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
112•dtnewman•1d ago•25 comments

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

https://github.com/sleuth-io/sx
45•detkin•1d ago•25 comments

Show HN: Browser based sythesizer, drum machine and squencer

https://github.com/madmonk13/modal-16
17•madmonk•1d ago•3 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
122•rdme•2d ago•41 comments

Show HN: Swpui, a TUI for case-aware search and replace

https://github.com/beeb/swpui
3•beeb•11h ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

60•namanyayg•4d ago•27 comments

Show HN: GridTravel – A community based travel app for users to share routes

https://www.gridtravel.app
57•knuaym9•1d ago•37 comments

Show HN: Nibble

https://github.com/glouw/nibble
99•glouwbug•2d ago•24 comments

Show HN: MIT OSS LinkedIn DMs for Agents (CLI and Example TUI)

https://allman.sh
5•toobulkeh•23h ago•0 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
194•ciwrl•5d ago•77 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
96•sai18•4d ago•50 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
124•azurewraith•4d ago•54 comments

Show HN: Claude64, a Commodore 64 client for Claude

https://github.com/theletterf/claude64
6•theletterf•23h ago•1 comments

Show HN: A Dark Cave – Minimalistic Graphics in the Age of AI Slop

https://a-dark-cave.com/
10•julez_•11h ago•4 comments

Show HN: LightningTrack – Issue tracker built for AI-assisted development

https://lightningtrack.io/login
2•garyeterry•18h ago•0 comments

Show HN: Race to the Bottom

https://race-to-the-bottom.onrender.com
59•maxwellito•2d ago•49 comments

Show HN: WolfSPDM a embedded focused requester SPDM 1.2 Stack built on WolfSSL

https://github.com/aidangarske/wolfSPDM
3•aidangarske•21h ago•0 comments

Show HN: ShaderKit – A browser GLSL editor I built for my own art

https://shaderkit.com/app
4•scrygl•21h ago•0 comments

Show HN: VisiSign – $0.10 per envelope e-signatures with no monthly fee

https://visisign.app/
6•rdoneill•22h ago•1 comments

Show HN: JDS – a Copilot skill suite for structuring AI coding behavior

https://github.com/josipmusa/jds
8•anaq42•2d ago•0 comments

Show HN: SwarmWright, structured multi-agent AI defined in markdowns

https://www.swarmwright.com/
4•ralphbarendse•23h ago•0 comments

Show HN: TinySearch - Give small LLMs fast web access without context bloat

https://github.com/MarcellM01/TinySearch
3•MarcellM01•1d ago•0 comments

Show HN: Profine – optimize your PyTorch training script before the run

https://github.com/ProfineAI/profine-cli
2•aisinghal•1d ago•0 comments
Open in hackernews

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

https://github.com/sleuth-io/sx
45•detkin•1d ago

Comments

detkin•1d ago
Hi HN — I'm one of the maintainers.

The short version: sx treats skills, MCP server configs, slash commands, agents, hooks, and rule files as versioned packages. You define them once, push them to a vault (a local folder, a git repo, or our hosted backend), and install them where they belong. There's a lockfile so installs are reproducible, scope levels for org / team / repo / individual, and the CLI translates the same asset into the format each AI client expects.

Supported clients today: Claude Code, Cursor, GitHub Copilot, Cline, Codex, Gemini (CLI / VS Code / JetBrains / Android Studio), Kiro, claude.ai, chatgpt.com. The last two are what let non-engineering teams (marketing, legal, ops) use the same primitive instead of being locked out of the AI-assets ecosystem.

The thing I'd most like feedback on is whether the scope model is the right shape. Org → team → repo → path → individual is what's emerged from talking to ~60 teams over the last six months, but I expect bigger orgs will surface scopes we haven't modeled (sub-team, environment, etc.).

Why this and not just plugins / vendor marketplaces? Claude Code plugins are real and a good step up over raw git-checked-in CLAUDE.md files. The limitations show up at scale: each plugin is scoped to its publishing repo, so teams duplicate skills across plugins, and you're still locked to a single vendor's client. Full writeup with the technical details: https://www.sleuth.io/post/there-s-an-npm-shaped-hole-in-the...

giancarlostoro•1d ago
Will there be support for importing other tools that have their own CLIs?
detkin•1d ago
Say more, what kind of tools are you thinking about?

The tool support is certainly one of the key pillars of the project so we're open to any tool additions that will help people get value from the project.

giancarlostoro•1d ago
I have a tool that I built in Go[0], so it has its own binary, would this help to facilitate helping people install those? I have seen tools coded in Rust and Go distributed by npm install and it always bothers me, especially with npm repeatedly being a hotbed of hacked accounts.

Tools that come to mind:

RTK (Rust Token Killer since googling the acronym yields terrible results, asking an LLM without spelling it out too)

Beads (what GuardRails was inspired by)

... and an endless list of tools people have made in place of making an MCP.

I too thought about having a "AI Package manager" just found the message I sent a friend several months back.

[0]: https://github.com/Giancarlos/guardrails

guilhermecgs•1d ago
not sure if this premise is valid. In most cases, skills (and other assets) are not independent of each other. Take gstack por example; it would be weird to install skill A without installing skill B. They work together.

So, it is true that some skills are independent, but not all. IN my company, we ship assets by domain and workflows (development, discovery, data science, etc)

detkin•1d ago
We added the idea of dependencies for exactly that reason. However, honestly, I've not see any usage of it in the wild. Seems like most folks are ok with either bundling them and calling it a day or not really worrying about it.

Very interesting about the domain and workflows. Do you think domain could map to a team or is it different?

At your company how are you shipping your assets? How do you do the domain and workflow grouping?

guilhermecgs•23h ago
we are shipping as plugins.

we have a internal cli that creates the plugin on the fly after you select the domains you want to work with. This cli is a standalone cli + wizard that does it all. Generally speaking, we have skills that are code related and mostly independent (ex: a skill to teach python how to log in our tech stack). Another type are skills related to our workflow (a skill to plan that outputs a file that is used in the next step "implement", together with a dev agent and so on)

detkin•23h ago
Thank you for sharing, this is exactly the kind of thing I'm interested in learning.

Is this just for engineering or is it being used for other functions, like Marketing and HR as well?

guilhermecgs•22h ago
engineering, product managers, business people.

the problem we have right now is the repository (where to store the documents).

lets say i'm a business expert and want to use a skill to create a md file with all the info about some area. It is ok to learn claude/cursor, but to upload this generated material to git is another level of problem...

mrdonbrown•22h ago
Makes sense. Would a tool that let non-tech people easily share and distribute skills without needing git be worth adoption? Would the info being shared just be skills or something else?
guilhermecgs•21h ago
We are already distributing the skills without Git. We package everything (skills, assets, CLI, wizard) into a single file and distribute it.

The problem is collaboration without Git.

For example: I am a business person, someone sends me the skills/plugins, and I install them effortlessly. I use Claude Cowork to generate some financial information related to my area, and I need to share this information with the development team.

Right now, since I am not familiar with Git, I would probably upload it to Google Drive. The developers would then download it and push it to the repository in order to use it for coding.

mrdonbrown•21h ago
Gotcha. What would the ideal look like? Someone could create a financial doc they want to share then tell their agent to "Share foo.md with my team", and it would via mcp? On the backend, that mcp server takes the file and packages it into the plugin, which hopefully auto-updates?
maxdo•1d ago
why this do not belong to git, and does not go with release cycle.

With bigger autonomy, I'd like my skill be tight to my release in prod/commit sha for dev, to figure out what version caused harm/bug. What is the motivation to decouple and make it a separate thing?

maxdo•1d ago
with git, you even have git blame and everything else that makes it nice, once you merge it everyone else got access to it, with exception to local branch, which is a gray area, you can argue you want to lock the skill version to your code.
detkin•1d ago
The sx vault also stores things in git, I agree that it's a pretty good medium for storage.

My main argument is that just using vanilla git where you store it in the directory that the AI coding agent expects means that you can't share across teams or orgs.

Also, not every kind of team is comfortable with git. How would you distribute these assets to a Marketing team?

maxdo•23h ago
we are in the world where everyone is doing things differently now, but here is my 5 cents.

I almost 100% sure everything that you described is part of nested harness of your company, not some external registry.

what would you like to share? there a few generic skills, that are optional , e.g. tdd, etc. sure. Maybe environment related items, like going to db , how to use secrets etc, the surface of that is very very thin.

you place them in git, and vibe code a tiny script on how to pull it in. done?

the rest are debugging scripts, very specific skills, that are very coupled to the root repo. I tried a few similar "external" systems. Anything beyond ralph loop/use tdd skills, feels hostile in your internal system.

big-chungus4•1d ago
seven
garettmd•1d ago
How does one pronounce this tool
detkin•1d ago
lol, just s ... x, the two letters.

We wanted something short and easy to remember

gchamonlive•1d ago
It's like in "essex" but I fear those more adventurous will short it out at the first "e".
waffleman21•23h ago
I've been working on something very similar: https://github.com/shrug-labs/aipack/tree/main/

I therefore love the idea. Thanks for sharing

detkin•23h ago
Very cool! What would you say is the biggest learning you've had about how people are using it?
waffleman21•5h ago
That all my users have different mental models for what goes into making/customization an agent, so the first step was establishing a shared vocabulary. Packs are like plugins, but more inclusive
eqvinox•17h ago
One more package manager will fix it. One more!

I don't disagree there's probably a need and niche, but why not extend and adapt an existing package manager?

SidVikJay•14h ago
Congrats on the launch! Really clean approach to solving a fragmented workflow. Looking forward to diving into the repo.