alt.hn

1/20/2026 at 3:19:22 PM

Dockerhub for Skill.md

https://skillregistry.io/

by tomaspiaggio12

1/20/2026 at 11:31:57 PM

This is nothing like Dockerhub and, I'm sorry, but it's seriously useless. In its current state its worse than basically anything else.

You have no versioning, no automated or simplified update, no way to verify the authors, etc. The "installation" is literally just a wget.

This is a really poor solution for the moment, and honestly I think for the forseable future. I don't see how anything beyond git is necessary for skills management.

Most of the skills currently hosted are also really bad. They are just a duplicate of the information that MCP would give the models.

by iLoveOncall

1/20/2026 at 11:55:46 PM

Couple of problems with git.

In the enterprise, RBAC is a royal pain. You give out a URL and it's hard to know if the consumer can fetch it.

URLs are absolute, there is no resolution by name. Compounded further if you want transient dependencies (maybe not needed in this instance though).

In your project, you end up hardcoding the https/ssh scheme.

by dissent

1/27/2026 at 1:59:58 PM

Homebrew has been using git in the backend to manage its database of package formulas since its inception. No reason it wouldn't work here as well

by vimda

1/27/2026 at 3:36:03 PM

Homebrew's built a package manager on top of git. I'm talking about platforms that generate built artifacts and have package managers with dependency resolution to fetch them.

by dissent

1/27/2026 at 2:59:10 PM

If you want to share skills using something that has versioning, automatic updates, and focused on teams vs the internet at large, consider sx - https://github.com/sleuth-io/sx

by mrdonbrown

1/21/2026 at 12:16:58 AM

mcp will probably be left behind in the future. it was a bad design from the start. anthropic themselves released skills to "fix" the mcp mess. skills are very new but the idea is great. we still are early days but i think it could allow models to use tools more effectively.

we're planning to add an installation step + auth step (which many of the skills require) so that that part get's handled in one single step instead of having to do everything manually

by tomaspiaggio12

1/21/2026 at 2:12:28 AM

I think calling it "official" might be giving users the wrong impression here.

EDIT: It doesn't help that the skills have a checkmark next to the company's name, even though these skills weren't created by the respective companies.

by gtirloni

1/21/2026 at 2:13:31 AM

Agreed, I had to retract my upvote for that reason.

by maxbond

1/20/2026 at 11:44:44 PM

I do like the idea of crowd-sourced collections of resources like skills.

It might be more useful if it was an index of skills managed in GitHub. Sort of like GitHub actions which can be browsed in the marketplace[1] but are ultimately just normal git repos.

[1] https://github.com/marketplace?type=actions

by tobyjsullivan

1/21/2026 at 12:12:58 AM

i thought of that but i didn't want to build a job to migrate that to the db. maybe we'll go that route.

by tomaspiaggio12

1/21/2026 at 3:49:49 AM

Have we finally tricked devs and companies into writing good documentation by making it into an AI thing?

This has got to be the dream scenario for technical writers and historians who have a hard time getting the business to invest into their work. Better writing and comprehensive documentation make all your devs using AI write better code as well as easier adoption by your customers.

by Spivak

1/27/2026 at 2:47:14 PM

All my skills are AI-written.

by vidarh

1/21/2026 at 1:03:34 AM

AI agent skills are very useful. Unlike MCP they do not waste context. Most of the time I am building skills that are very particular to my project. But occasionally I do use a skill that is more generic. Particularly when something is too new to have made it into the LLM training data set. Or not common enough.

by cheema33

1/20/2026 at 11:50:36 PM

I don't understand how "agent-browser" works.

Is it just the instructions? Where is the browsing executed? Locally with pupetter? Or it uses some service?

by XCSme

1/21/2026 at 12:13:39 AM

it's basically a cli for controlling a browser. the idea is that an agent like claude code would use it for validating something that it just did like changing something on the UI

by tomaspiaggio12

1/21/2026 at 12:16:16 AM

What browser? My question comes from security, adding that skills just provides a line of bash, with no further info. I checked the .md file but it just lists a list of commands with agent-browser.

by XCSme

1/21/2026 at 12:58:26 AM

agent-browser is built on top of Playwright. Playwright uses a version of Chromium.

by cheema33

1/21/2026 at 8:57:07 AM

I was looking at this earlier. Has anyone used it? Is it useful compared to the Playwright MCP or Claude's Chrome plugin?

by esperent

1/27/2026 at 2:07:25 PM

Agent browser is more lightweight than playwright mcp. Claude Chrome requires some manual setup, and works better in cases requires your actual browser not a headless one.

by jimmydoe

1/20/2026 at 11:06:02 PM

For the next model training version, would it make sense to incorporate all of these in the base model?

by miohtama

1/20/2026 at 11:41:57 PM

Not all. In fact a small model that has none of them but loads them on demand might be the most efficient thing

by Bolwin

1/21/2026 at 2:30:49 AM

Official according to who?

by localghost3000

1/21/2026 at 8:38:14 AM

Santa Claus

by TheTxT

1/27/2026 at 1:57:17 PM

the skill finder meta skill, if it works, seems like a fantastic way to get untrusted prompts blindly injected into your agent

by darvid

1/21/2026 at 2:40:51 AM

Honestly anything calling itself the “official” solution to Skills at this point is a scam at best.

by m-hodges