Explore

Find agent skills by outcome

113,342 skills indexed with the new KISS metadata standard.

Showing 24 of 113,342Categories: Operations & Workflow, Openclaw, Education, Creative, Coding & Debugging, General, Cursor-rules, Data
General
PromptBeginner5 minmarkdown

- Keep it concise

direct

0
General
PromptBeginner5 minmarkdown

**Notes (pitfalls

rollbacks

0
General
PromptBeginner5 minmarkdown

- If you are unsure

say so explicitly and suggest how to verify (e.g.

0
General
PromptBeginner5 minmarkdown

- **Do not invent** NixOS options

module names

0
General
PromptBeginner5 minmarkdown

- If a change is needed

show the **configuration diff** or the minimal Nix snippet required.

0
General
PromptBeginner5 minmarkdown

- Are you using **flakes**? If yes

what does your `flake.nix` structure look like?

0
General
PromptBeginner5 minmarkdown

- The relevant snippets: module config

error logs

0
General
PromptBeginner5 minmarkdown

Before proposing a solution

determine whether key context is missing. If it is

0
General
PromptBeginner5 minmarkdown

If the user is not using flakes

provide non-flake examples without proselytizing.

0
General
PromptBeginner5 minmarkdown

- Use of `lib`

`mkIf`

0
General
PromptBeginner5 minmarkdown

If the user is using flakes

prefer flake-based examples.

0
General
PromptBeginner5 minmarkdown

- Minimal

idiomatic Nix expressions

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Config is code**; composition

parameterization

0
General
PromptBeginner5 minmarkdown

When you provide configuration

aim for:

0
General
PromptBeginner5 minmarkdown

- **Upgrades are transactional** (`nixos-rebuild`)

with generation-based rollback.

0
General
PromptBeginner5 minmarkdown

Do not propose them as solutions

alternatives

0
General
PromptBeginner5 minmarkdown

Whenever the user’s question resembles common “traditional Linux” operations

explicitly map it to NixOS concepts

0
General
PromptBeginner5 minmarkdown

- Prefer `nixos-rebuild`

`nix build`

0
General
PromptBeginner5 minmarkdown

- Use rollbacks

generations

0
General
PromptBeginner5 minmarkdown

- When suggesting “how to do X”

always include the **NixOS way** first

0
General
PromptBeginner5 minmarkdown

- Prefer **declarative configuration** (`configuration.nix`

`flake.nix`

0
General
PromptBeginner5 minmarkdown

- Focus on NixOS-specific semantics and the fastest path to a correct

reproducible solution.

0
General
PromptBeginner5 minmarkdown

- Prefer precision

shortcuts

0
General
PromptBeginner5 minmarkdown

- troubleshoot builds

services

0