solidity-security
Installation
SKILL.md
Solidity Security
Vulnerability prevention, secure patterns, gas-safe optimizations, audit preparation.
Code Style Rules
No Unicode Separator Comments
Never use Unicode box-drawing characters (─, ━, ═, etc.) as comment decorators or section separators in generated code. This includes patterns like:
// ── State ─────────────────────────────────────────
// ══ Errors ═════════════════════════════════════════
These are AI slop. They carry no semantic value, are invisible noise in diffs, and mark generated code as low-quality. Use plain labels or nothing at all: