docs(AGENTS): add required skills section for nix, nix-flakes, karpathy-guidelines
Some checks failed
CI / check (push) Has been cancelled

This commit is contained in:
2026-05-17 15:55:36 +03:00
parent bb3c53b40b
commit e3adb2e906
2 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,13 @@ This is a **Nix flake overlay** repository that provides additional packages for
3. Touch only what you must. Clean up only your own mess.
4. Define success criteria. Loop until verified.
### Required Skills
Always use these skills when working with this repository:
- **nix** - For nixpkgs package lookups, option searches, and NixOS/Home Manager queries
- **nix-flakes** - For reproducible builds, flake management, and devShell operations
- **karpathy-guidelines** - For high-quality task execution best practices
### Blueprint Framework
This project uses `numtide/blueprint` which: