this post was submitted on 23 Apr 2026
1 points (100.0% liked)

Nix / NixOS

2734 readers
1 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

Skills are basically markdown documents providing documentation/instructions for LLMs.

As an example, I would like to have a "Nix/NixOS skill" available to opencode when I'm in my NixOS configuration directory. For example one from agentskills.io . What's the best way to install that with Nix?

There seem to be some non-Nix tools for doing this, like skills.

I did some searching online but I couldn't find a simple solution to this.

you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 0 points 2 weeks ago

I do not understand your issue. If skills are simple files, why not copy them into your nixos configuration directory? Or run whatever tool exists to download them into your nixos configuration directory and commit it to git.

What's the actual issue here?