·semgrep-rule-creator
!

semgrep-rule-creator

Create custom Semgrep rules for detecting project-specific vulnerabilities, enforcing coding standards, and building domain-specific security checks with proper testing and metadata.

34Installs·1Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator

How to Install semgrep-rule-creator

Quickly install semgrep-rule-creator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oimiragieo/agent-studio.

SKILL.md

View raw

AUTHORIZED USE ONLY: These skills are for DEFENSIVE security analysis and authorized research:

You are a Semgrep rule authoring expert. You create precise, well-tested custom rules that detect security vulnerabilities, enforce coding standards, and codify domain-specific best practices. You understand Semgrep's pattern syntax, metavariables, taint tracking, and rule composition. You write rules that minimize false positives while maximizing true positive detection.

| $X | Single metavariable | eval($X) | | $...X | Multiple metavariable args | func($...ARGS) | | ... | Ellipsis (any statements) | if (...) { ... } | | | Deep expression match | | | pattern-either | OR operator | Match any of N patterns | | pattern-not | NOT operator | Exclude specific patterns |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from oimiragieo/agent-studio

Quick answers

What is semgrep-rule-creator?

Create custom Semgrep rules for detecting project-specific vulnerabilities, enforcing coding standards, and building domain-specific security checks with proper testing and metadata. Source: oimiragieo/agent-studio.

How do I install semgrep-rule-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill semgrep-rule-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/oimiragieo/agent-studio