frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Keep Our Servers Running: Your Recurring Donation Goes 3X This September

https://blog.archive.org/2026/09/01/keep-our-servers-running-your-recurring-donation-goes-3x-this...
46•sonicrocketman•39m ago•10 comments

Making a Python interpreter in 1024 bytes

https://austinhenley.com/blog/python1024.html
140•azhenley•4h ago•54 comments

The NX bit is not just about security

https://purplesyringa.moe/blog/guest/the-nx-bit-is-not-just-about-security/
36•torutofu•2d ago•24 comments

Ask HN: Why don't we bring back old school OkCupid?

29•firefax•1d ago•35 comments

It took a year to ship WebAssembly in Anubis

https://anubis.techaro.lol/blog/2026/anubis-wasm/
177•xena•7h ago•99 comments

Your intellectual fly is open when you use an LLM to author a post (2025)

https://bcantrill.dtrace.org/2025/12/05/your-intellectual-fly-is-open/
586•cyb0rg0•16h ago•389 comments

Ask HN: Fable hacked my piano, can I release the results?

24•jmpman•1d ago•12 comments

Nitter and XCancel resume service after legal advice

https://github.com/zedeus/nitter/commit/1428b4c2b4246f92a7e5b2673438e5fb39fcc4a3
544•zImPatrick•10h ago•276 comments

Show HN: Mador – Make any DOM reactive with a tiny 80-line Proxy state tuple

https://github.com/marsbos/mador
76•bosmarcel•7h ago•22 comments

Babylonian Lamb Stew with Beets (1750–1730 BCE)

https://babylonian-collection.yale.edu/about/babylonian-cooking
119•yubblegum•3d ago•59 comments

Ask HN: How do you manage skills files?

24•imadtaieber•8h ago•14 comments

Harnessing the Universal Geometry of Embeddings

https://arxiv.org/abs/2505.12540
58•ur-whale•7h ago•19 comments

I'm a seeing-eye dog for a computer

https://claytonwramsey.com/blog/seeing-eye/
4•claytonwramsey•3d ago•0 comments

Show HN: GET Together – A social network where you don't need POST to Post

https://gettogether.dev
13•nchudleigh•2h ago•5 comments

MathKernel: An evidence-aware multi-engine mathematics kernel and MCP server

https://github.com/Staatsgeheim/MathKernel
19•staatsgeheim•3h ago•3 comments

An Alien Mind

https://openai.com/index/an-alien-mind/
355•tosh•11h ago•311 comments

Research acceleration: The view inside OpenAI

https://openai.com/index/research-acceleration-view-inside-openai
130•iamsyr•13h ago•85 comments

Black Hole of Los Alamos: Seller of surplus nuclear research materials (2011)

https://www.atlasobscura.com/places/black-hole-of-los-alamos
47•Bluestein•4d ago•13 comments

Asahi Linux on M3

https://asahilinux.org/2026/09/m2-episode-1/
379•mdp2021•13h ago•225 comments

NetBSD 9.5 released and EOL for NetBSD-9

https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and
120•jaypatelani•12h ago•10 comments

YouTube had a bug – I used ChatGPT to investigate

https://blog.thezilber.com/3-youtube-had-a-bug-chatgpt-helped-me-to-investigate
9•theZilber•11h ago•7 comments

Every Novel Is Boring–Until It Isn't

https://www.publicbooks.org/every-novel-is-boring-until-it-isnt/
23•samclemens•3d ago•16 comments

Reverse engineering the storage format for an undocumented database

https://blog.glazer.ee/posts/converting-cronos/
34•pintprint•2d ago•2 comments

GrapheneOS Overhauled Default Apps and Secure Clipboard

https://grapheneos.social/@GrapheneOS/117225539756835649
222•Cider9986•7h ago•167 comments

A/I shuts down

https://keepitfree.ai/announcements/a/i-shuts-down-stay-human/
544•captainmuon•13h ago•432 comments

Research carried out using NetBSD

https://www.netbsd.org/gallery/research.html
84•Bluestein•11h ago•20 comments

Opalite Health (YC W26) Is Hiring – Founding GTM

https://www.ycombinator.com/companies/opalite-health/jobs/bNedVAD-founding-gtm
1•ckuo9•11h ago

Vidact – a compiler that turns React into direct DOM operations

https://www.vidact.dev/
56•mohebifar•4d ago•28 comments

Hackers have withdrawn ~4k BTC (~$320M) from the Liquid Federation wallet

https://twitter.com/Liquid_BTC/status/2096696272447218108
90•felipelalli•5h ago•54 comments

Mother convicted of: her 5 yo walks short way to pond alone in Virginia

https://www.washingtonpost.com/dc-md-va/2026/09/06/5-year-old-walked-alone-gated-community-his-mo...
7•doctorpangloss•1h ago•1 comments
Open in hackernews

Ask HN: How do you manage skills files?

24•imadtaieber•8h ago
How do you find skills, keep them organized, and make sure they actually work? Do you keep improving them over time?

I believe skills will eventually be eating by model capabilities, but until then I'm just looking for a better way to manage things.

Comments

serf•8h ago
>I believe skills will eventually be eating by model capabilities

a model capability is never going to fill in an unknowable blank that a custom skill (or whatever equivalent your paradigm supports) can.

a model might have the cleverness to whoami and look through the .ssh folder for keys and evidence of past connections when asked to connect to bob, but a skills file can just easily say "We connect to bob using key Z and user X." so that the operation gets done without all this nonsense needless inference as far into the future as the information is valid for.

a concise information dense skill is going to always dominate on tokens-burnt for any given task that requires insider knowledge. it simply gets rid of the entire investigative phase of work.

TomEleff•8h ago
Agree here. My philosophy is the "general-purpose" coding agent will keep getting better and better, making skills less and less useful. And it will probably get better at a pace far greater than the customization folks can build around them via skills.

This of course is from my own experience writing code, where agents are already good at software engineering conventions. This probably doesn't hold as well for other tasks, say writing marketing copy with a unique voice

For now, I keep skills pretty minimal - single sentence prompts I send all the time, like "Remove all the slam poetry from the docs in this repo."

I also tend to share often. All skills go into a repo my team can access. No pressure, use them, riff on them, add your own - sharing and engaging on how we do the work is more important than making everyone do the work the same way to me.

imadtaieber•6h ago
What I meant by skills getting eating by models are the "general use" skills, like design critique, code review...ect

But, for custom use skills, ofc no model will be able to replace them and it's not efficient to try to do that as well. For this type of skills I create and maintain them by myself, my question was about "general use" skills, they are everywhere on the internet, how do you manage them?

SyneRyder•5h ago
Do you find any of the general use skills useful? I'm not sure I've ever used any of them, and when I've looked at them it's been some YouTuber trying to make money. That, and their Substack.

I know everyone's down on MCP, but custom-built client side MCP tools are what I find useful instead. But that's me.

moomoo11•8h ago
i have a docs/

it has all the skills/docs my particular application needs

i treat it as ADRs as it helps the AI understand the parts of the system it is working on

osr00•5h ago
> How do you find skills

I try to keep my collection of community skills short, usually a few established names (mattpocock, mcollina, trailsofbit). And then I check new releases (or when mattpocock published a youtube video for instance :D)

> keep them organized

For skills I wrote myself, I have my own private github repo. I use skills like /commands most of the time, so I can tell if they work straight away.

For community skills, a package manager really helps. vercel-labs/skills and withastro/rosie are good options. I also built one myself: https://github.com/osrim/ski. It has some cool features like an update command and a security scan.

jameshiew•4h ago
I manage them as part of my dotfiles using chezmoi. A `.agents/skills/` directory + a symlink to there from `.claude/skills/`.

> Do you keep improving them over time?

In my global AGENTS.md I have a note to agents to explain any frustrations they had doing a task, and to suggest any skill/tool/AGENTS.md improvements. I am trying to keep AGENTS.md files small but still finding the balance.

joshuanapoli•4h ago
We have some company-managed skills, that help coding agents find the relationships between our repos, and our conventions, architecture, and other high-level decisions. These are supposed to be portable between agents, and so distributing them is currently awkward.

We have a bootstrap script to deploy company-managed skills to each developer's "personal" skills. Hooks for codex and claude code try to refresh the skills on each startup.

vkvkakal•2h ago
I recently completely overhauled repo’s skill setup.

I tried to control the execution of tasks performed by each project using claude.md within the project, but claude.md is only read at the beginning of each session, so it felt like the instructions weren’t being properly reflected.

So I revised the strategy to manage frequently used features in skill units. In doing so, instead of organizing skills by project, it was structured to be integrated into the general skills of the individual repo.

When skills are spread out across multiple projects and the number increases, it becomes impossible to keep track of which skills are available, so they end up not being used.

I also think that eventually, once Claude(model) advances, it will be able to replace most of the skills, so I believe registering and managing countless skills actually degrades performance.

RALaBarge•23m ago
Any skills, I just add into the tool itself. I then have the py tools in their PWD, don’t bother with mcp.
WatchDog•18m ago
I don't use any skills, what kinds of skills are people finding most useful?

For general tasks, the model seems perfectly capable of figuring out things itself, for project or environment specific tasks, I just put that information in the readme or agents.md file.

nvch•4m ago
For starters, if you repeat a specific prompt multiple times per day, you may save it as a skill.
ssivark•8m ago
[delayed]
adastra22•6m ago
Skills are no longer useful.
prettyblocks•5m ago
I find them very useful.