The hilarious part about people writing "skills" or prompts is that no matter how much they write… they're still interfacing with nondeterministic models

"You **must never** `rm -rf /folder` ever!"

1. There's no guarantee this won't happen (only a decreased likelihood)
2. This has now added something it shouldn't do as part of its context… potentially increasing the likelihood of it happening

This is fine

@b3ll In my fairly limited experience it seems that trying to rein in these LLMs generally just makes them more unreliable.

The only rule I could reliably get it to follow was to not run any build commands and it would brag about not running build commands every time it did anything. 😂