AI agents and Nix: parametrable skills/instructions and tools, packaged together in a reproducible and modular fashion
find ~/YPares/ -name "*.skill"
Offloading tasks with a well-defined scope to sub-agents, for instance to use a sub-agent to implement a set of...
Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and...
Structured TODO commit workflow using JJ (Jujutsu). Use to plan tasks as empty commits with [task:*] flags, track...
Expert guidance for agents to manage local Nix profiles for installing tools and dependencies. Covers flakes,...
Guide for creating Nushell plugins in Rust using nu_plugin and nu_protocol crates. Use when users want to build...
Essential patterns, idioms, and gotchas for writing Nushell code. Use when writing Nushell scripts, functions, or...
Package npm/TypeScript/Bun CLI tools for Nix. Use when creating Nix derivations for JavaScript/TypeScript tools from...
Straightforward text extraction from document files (text-based PDF only for now, no OCR or docx). Use when you just...
Enhanced web and package repository search using local SearXNG instance
Build Text User Interface (TUI) applications using the Textual Python framework (v0.86.0+). Use when creating...
Write correct and idiomatic Typst code for document typesetting. Use when creating or editing Typst (.typ) files,...
Expert guidance for using JJ (Jujutsu) version control system. Use when working with JJ, whatever the subject....