Home /Claude Skills /agent-skills
Highly Recommended

Agent Skills

Say goodbye to production accidents caused by clumsy fingers
Code Safety Shield
Core Principle:
This toolkit armors your coding assistant with a safety shield and expert advisor. It blocks 200+ dangerous commands in real-time, from accidental database drops to cloud resource destruction. Plus, the Oracle skill summons GPT-5.2-level technical consulting for architecture decisions and complex debugging.
KEY FEATURES
01Danger Block
Real-time Bash command scanning that intercepts hazardous operations like rm -rf
02Cloud Shield
Smart detection of AWS/GCP/Azure deletion commands to prevent cloud asset wipeouts
03Architecture Advisor
GPT-5.2 level analysis delivering technical solutions with effort estimates
04Sandbox Mode
Safely explore codebases without leaving actual modifications
github.com/andreasasprou/agent-skills
development·andreasasprou·2026-01-13·3·🔱 2
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/andreasasprou/agent-skills.git
SSH
git clone [email protected]:andreasasprou/agent-skills.git
GitHub CLI
gh repo clone andreasasprou/agent-skills
FAQ
Q: What are the installation steps for Agent Skills Agent Skills?
1.Install Plugin: Add protection marketplace with one command
2.Command Scan: Automatic security check before every Bash execution
3.Real-time Block: Dangerous commands are instantly terminated with warnings
4.Safe Passage: Harmless commands execute seamlessly
Q: What are the highlights of Agent Skills Agent Skills?
  • 200+ danger pattern recognition
  • Cloud operation semantic analysis
  • Tiered technical advisory responses
  • Zero-config instant protection
Q: What are the use cases for Agent Skills Agent Skills?
  • Final check before production deployment
  • Safety net for junior developers
  • Second opinion for critical architecture decisions
  • Preventing data disasters caused by mishaps
Q: What are the limitations of Agent Skills Agent Skills?
  • Cannot intercept non-Bash operations
  • New dangerous commands require rule updates