sharp-edges

Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies design

Content Preview
---
name: sharp-edges
description: sharp-edges
risk: unknown
source: community
---

---
name: sharp-edges
description: "Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by...
---

# Sharp Edges Analysis

Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies design
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sharp-edges.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/sharp-edges/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/sharp-edges/SKILL.md

Related Skills