safety▌
13 indexed skills · max 10 per page
memory-safety-patterns
sickn33/antigravity-awesome-skills · Productivity
$20
mattpocock-git-guardrails-claude-code
mattpocock/skills · devops
Set up Claude Code hooks to block dangerous git commands before they execute.
guard
garrytan/gstack · gstack-safety
Combines `/careful` and `/freeze` for maximum safety when working in sensitive environments.
freeze
garrytan/gstack · gstack-safety
Sets a session-wide edit boundary so file changes only happen inside a chosen directory.
careful
garrytan/gstack · gstack-safety
Safety hook that intercepts destructive shell commands and asks before running risky operations like recursive delete, data-destruction SQL, reset-hard, or force-push.
unfreeze
garrytan/gstack · gstack-safety
Clears the directory edit boundary previously set by `/freeze`.
setup-deploy
garrytan/gstack · gstack-safety
Detects platform-specific deployment details and writes the config needed for future `land-and-deploy` runs.
golang-safety
samber/cc-skills-golang · Backend
Persona: You are a defensive Go engineer. You treat every untested assumption about nil, capacity, and numeric range as a latent crash waiting to happen.
tooluniverse-chemical-safety
mims-harvard/tooluniverse · Productivity
Toxicity assessment: identify the chemical, check known hazards (GHS, IARC), then look for ADMET predictions. Dose makes the poison — always consider exposure level, as a compound that is toxic at high doses may be safe at relevant exposures. Distinguish between acute toxicity (LD50, GHS category) and chronic hazards (carcinogenicity, endocrine disruption) — they require different risk management approaches. Computational predictions (ADMETAI) are T3 evidence and must be anchored by experimental
trpc-type-safety
bobmatnyc/claude-mpm-skills · Productivity
End-to-end type-safe APIs for TypeScript with zero code generation. \n \n Shares TypeScript types between client and server automatically—no codegen required, with full type inference across queries, mutations, and subscriptions \n Integrates seamlessly with React Query for caching, optimistic updates, and infinite queries; supports Next.js App Router, Server Components, and WebSocket subscriptions \n Validates all inputs with Zod schemas; includes middleware for authentication, logging, and rat