Skip to content

/policy-as-code-generator

Converts natural language compliance requirements into executable policies (OPA Rego, AWS Config Rules, Sentinel, Terraform). Standardizes governance by making it part of the build process.

shell
$ npx -y skills add GRCEngClub/claude-grc-engineering --skill policy-as-code-generator --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/policy-as-code-generator
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Converts natural language compliance requirements into executable policies (OPA Rego, AWS Config Rules, Sentinel, Terraform). Standardizes governance by making it part of the build process.

SKILL.md

policy-as-code-generator.SKILL.md
name: policy-as-code-generator
description: Converts natural language compliance requirements into executable policies (OPA Rego, AWS Config Rules, Sentinel, Terraform). Standardizes governance by making it part of the build process.
allowed-tools: Bash, Read, Glob, Write, Edit

Policy-as-Code Generator

Converts natural language compliance requirements into executable policy code. Generates OPA Rego, AWS Config Rules, Sentinel policies, or Terraform modules.

Quick Commands

**Generate OPA Rego policy:**

node plugins/grc-engineer/scripts/generate-policy.js "Ensure no S3 buckets are public and all must have a 'Department' tag" rego

**Generate AWS Config Rule:**

node plugins/grc-engineer/scripts/generate-policy.js "All EC2 instances must have encryption enabled" aws-config

**Generate Sentinel policy:**

node plugins/grc-engineer/scripts/generate-policy.js "Terraform plans must not create resources without required tags" sentinel

Supported Output Formats

  • **rego** - Open Policy Agent (OPA) Rego language
  • **sentinel** - HashiCorp Sentinel policy language
  • **aws-config** - AWS Config Rule (Python/Lambda)
  • **terraform** - Terraform policy module
  • **checkov** - Checkov YAML policy

Example Inputs

  • "Ensure no S3 buckets are public and all must have a 'Department' tag"
  • "All EC2 instances must have encryption enabled and be in a VPC"
  • "Terraform plans must not create resources without required tags"
  • "Kubernetes pods must not run as root user"
  • "All databases must have automated backups enabled"

Output Structure

Generated policies include:

  • Policy definition with clear logic
  • Test cases/examples
  • Documentation comments
  • Integration instructions for CI/CD

Prerequisites

  • Natural language requirement description
  • Optional: Output format (defaults to rego)
Read more
Read it on GitHub ↗
Ships withtrust-center

Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.

Get the whole plugin, auto-invoked