semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

Content Preview
---
name: semgrep-rule-variant-creator
description: Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.
allowed-tools:
 ...
risk: unknown
source: community
---

# Semgrep Rule Variant Creator

Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation.

## When to 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/semgrep-rule-variant-creator.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/semgrep-rule-variant-creator/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/semgrep-rule-variant-creator/SKILL.md

Related Skills