بنقرة واحدة
nix
Use Nix Flakes and flake-parts for software package management.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use Nix Flakes and flake-parts for software package management.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guidelines for Michael Vorburger's personal Git commit style.
Guidelines for Michael Vorburger's preferred Git workflow.
Java coding, testing, and logging conventions.
Guidelines for determining how to test a project based on its contents.
Enforces TypeScript and project-specific coding standards, including Bun usage and the zero-warning policy. Use this skill when creating or modifying any TypeScript or configuration files.
Update Nix flake inputs.
| name | nix |
| description | Use Nix Flakes and flake-parts for software package management. |
Always use Nix Flakes for any software packages required by the project. This ensures reproducible development environments and standardized tool versions across different systems.
Specifically, use flake-parts to structure the flake.nix file. It provides a modular way to define the flake's output and helps in keeping the configuration clean and maintainable.
Do not use OS-specific package managers like DNF, APT, or others to install project dependencies. Instead, add them to the devShells.default and checks sections of the flake.