Installing Skills Safely
A skill install is not a settings toggle. It is closer to installing software with permissions, and that means one bad choice can create real damage.
We learned this the easy way, but it could have been worse: two skills had nearly identical names, one from a trusted source and one from an unknown author. A rushed install picked the wrong one because the name looked right. Nothing catastrophic happened, but it burned time, trust, and focus. That is enough to treat installs seriously forever.
The durable habit is simple. Start from a filtered source instead of random discovery. Ask your agent to inspect what the skill actually does, what permissions it requests, and whether those permissions match the job. Then run a dedicated vetting step before anything is installed.
Notice the sequence: discover, inspect, vet, install. Not discover, install, hope.
Most teams fail here because they use the wrong language under time pressure. "Just install this" invites shortcuts. "Vet and install this" forces the right behavior. That one wording change is small, but it reliably prevents sloppy approval decisions.
You do not need to read source code yourself to be safe. You do need to insist that source, permissions, and behavior are checked every time. Your agent can do that review quickly and consistently when asked to.
Yes, this is slower than one-click installs. Good. The extra minute is cheaper than incident response, cleanup, or silent risk in a production workspace.
Treat skills like capability with blast radius, because that is exactly what they are.