npx claudepluginhub gomboc-ai/gomboc-community-skillsScan, fix, and create ORL rules for Terraform, HCL, CloudFormation, Bicep, Dockerfile, Kubernetes, and Python
A Claude Code plugin for remediating your code deterministically with Gomboc Open Remediation Language (ORL). Enables creating, testing, and publishing ORL (Open Remediation Language) rules for Infrastructure as Code. Supports Terraform, CloudFormation YAML, and Bicep. Provides skills for remediating code with available rules.
docker pull gombocai/orl (Docker Hub)All ORL commands run via the gombocai/orl Docker image. The current directory is mounted into the container at /workspace:
docker run -v "${PWD}:/workspace" gombocai/orl <command>
Examples:
docker run -v "${PWD}:/workspace" gombocai/orl test .
docker run -v "${PWD}:/workspace" gombocai/orl walk workspace --language terraform ./workspace
docker run -v "${PWD}:/workspace" gombocai/orl remediate -d --language terraform -r . ./workspace
To push rules, pass your token via the -e flag:
docker run -v "${PWD}:/workspace" -e RULE_SERVICE_TOKEN gombocai/orl rules push .
claude plugin marketplace add Gomboc-AI/gomboc-community-skills
claude plugin install gomboc-orl-community@gomboc-community-marketplace
claude plugin install /path/to/community-skills
| Skill | Description |
|---|---|
plan-rule | Analyze requirements, identify test cases, and create a plan for an ORL rule |
build-rule | Create workspace files, write the ORL rule, and test it |
add-metadata | Add basic metadata (name, description, classifications, provider) to a rule |
push-rule | Push a completed rule to the Gomboc Rules Service |
Use the /gomboc-orl-community:create-rule command to run the full workflow:
/gomboc-orl-community:create-rule Ensure all AWS S3 buckets have server-side encryption enabled using Terraform
Or invoke individual skills:
/gomboc-orl-community:plan-rule
/gomboc-orl-community:build-rule
/gomboc-orl-community:add-metadata
/gomboc-orl-community:push-rule
aResource, anAttribute, aMissingAttribute, etc.)To push rules to your Gomboc Community Edition account:
export RULE_SERVICE_TOKEN=your-pat-here/gomboc-orl-community:push-rule from your rule directoryEach rule is a self-contained directory:
my-rule/
├── my-rule.orl # Main rule file
├── test.orl # Test definition
├── workspace/ # IaC files with violations
└── workspace_expected/ # IaC files after remediation
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations