> For the complete documentation index, see [llms.txt](https://docs.gomboc.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gomboc.ai/orl/agent-skills.md).

# Agent Skills

Connect Gomboc to your preferred coding agent and use ORL-powered workflows directly from your development environment — scan code for security and compliance issues, apply fixes, author ORL rules, and publish them to the Gomboc Rules Service.

Gomboc provides agent skills in two editions:

| Edition        | Guide                                                                     | Best for                                                                           |
| -------------- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **Community**  | [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md)   | Public, self-serve usage with Claude Code                                          |
| **Enterprise** | [Gomboc Enterprise Skills](/orl/agent-skills/gomboc-enterprise-skills.md) | Gomboc Enterprise customers using Claude Code, Gemini CLI, OpenAI Codex, or Cursor |

There are also [examples](/orl/agent-skills/examples.md) for using these skills:

* [Inline comment rule](/orl/agent-skills/examples/inline-comment-rule.md)
* [Inline value with comment rule](/orl/agent-skills/examples/inline-value-with-comment-rule.md)
* [Multiple environment rule](/orl/agent-skills/examples/multiple-environment-rule.md)
* [Policy-as-Code](/orl/agent-skills/examples/policy-as-code-rule.md)
* [User variables rule](/orl/agent-skills/examples/user-variables-rule.md)

{% hint style="info" %}
**How the Enterprise plugin is distributed:** Gomboc Enterprise customers receive the plugin as a zip package shared via Google Drive (your Gomboc contact will invite you and share the link). Extract the zip once — the same folder works for all four supported agent runtimes.
{% endhint %}

## Access levels

### Community

The community plugin is public and designed for open self-serve usage. Install it from the public [Gomboc-AI/gomboc-community-skills](https://github.com/Gomboc-AI/gomboc-community-skills) repository. It is appropriate if you want to try Gomboc agent workflows without private enterprise access.

### Enterprise

The enterprise plugin is private and designed for Gomboc Enterprise customers. It includes enterprise-focused skills, token-based access to Gomboc services, and workflows for remediation, rule authoring, and rule publishing. The plugin package is shared privately via Google Drive.

{% hint style="info" %}
Interested in Enterprise access? Contact [Support](/support.md).
{% endhint %}

## Prerequisites

Before using Gomboc agent skills, make sure you have:

* **Access to the skills**
  * Community — install the public `Gomboc-AI/gomboc-community-skills` plugin (see [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md))
  * Enterprise — receive the plugin zip from your Gomboc contact via Google Drive (see [Gomboc Enterprise Skills](/orl/agent-skills/gomboc-enterprise-skills.md) and the per-agent install guides below)
* A valid **`GOMBOC_API_TOKEN`** — see [Generate A Personal Access Token](/getting-started/generate-a-personal-access-token.md)
* **Docker** installed and running locally (Docker Desktop or Docker Engine)
* Your **target agent** installed and configured: Claude Code, OpenAI Codex, Gemini CLI, or Cursor

The skills run [ORL](/orl.md) through the official Docker container (`gombocai/orl`) when needed. If a local `orl` executable is already on your `PATH`, the agent may use it, but the supported customer path is Docker-based.

## Available guides

### Community

* [Gomboc Community Skills](/orl/agent-skills/gomboc-community-skills.md) — install, commands, and usage for Claude Code

### Enterprise

* [Gomboc Enterprise Skills overview](/orl/agent-skills/gomboc-enterprise-skills.md) — commands, skills, and workflows
* [Claude (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/claude-enterprise.md)
* [Gemini (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/gemini-enterprise.md)
* [OpenAI Codex (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/codex-enterprise.md)
* [Cursor (Enterprise)](/orl/agent-skills/gomboc-enterprise-skills/cursor-enterprise.md)
* [Policy Enforcement Loop](/orl/agent-skills/gomboc-enterprise-skills/policy-enforcement-loop.md)
* [CSPM Triage Loop](/orl/agent-skills/gomboc-enterprise-skills/cspm-triage-loop.md)
