safety▌
13 indexed skills · max 10 per page
memory-safety-patterns
wshobson/agents · Productivity
Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C. \n \n Covers six core memory bug categories (use-after-free, double-free, leaks, buffer overflow, dangling pointers, data races) with language-specific prevention strategies \n Provides RAII patterns in C++ with destructors, lock guards, and transactions; smart pointer guidance (unique_ptr, shared_ptr, weak_ptr) with custom deleters \n Implements Rust ownership, borrowing, lifet
memory-safety-patterns
sickn33/antigravity-awesome-skills · Productivity
$20
ai-prompt-engineering-safety-review
github/awesome-copilot · AI/ML
Comprehensive safety analysis and improvement framework for AI prompts with detailed assessment methodologies. \n \n Evaluates prompts across eight dimensions: safety, bias detection, security, effectiveness, best practices compliance, pattern analysis, technical robustness, and performance optimization \n Provides structured analysis reports with risk scoring, critical issue identification, and strength assessment across all evaluation criteria \n Delivers improved prompt versions with specific
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.