Back to the catalog

agent-integration

veris-ai/veris-skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por veris-ai/veris-skills no skills.sh. Instale com: npx skills add veris-ai/veris-skills@agent-integration

Details

Kind
Agent skills
Topic
No topic detected
Publisher
veris-ai
Origin
skillssh
Category
ferramentas
Stars
3
Open pull requests
2
Last push
2026-09-03T19:11:12Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 15:22:33
Updated
2026-09-08 15:05:55
Origin id
veris-ai/veris-skills/agent-integration

README

# veris-skills

Skills for coding agents that use the [Veris AI](https://veris.ai) simulation platform.

## Skills

| Skill | What it does |
| --- | --- |
| [`agent-integration`](skills/agent-integration) | Integrate a raw customer agent repo with Veris end-to-end: `.veris/veris.yaml`, `Dockerfile.sandbox`, env vars, and `veris env push`. |
| `integration-testing` | Retired. Testing against a Veris environment is the `veris-sim` plugin in [veris-ai/plugins](https://github.com/veris-ai/plugins): `setting-up-veris`, `discovering-vendor-behavior`, `integration-testing`. |

More coming soon (scenario creation, running simulations, …).

## Install

Works across Claude Code, OpenAI Codex CLI, Cursor, and 40+ other coding agents via the [`skills`](https://github.com/vercel-labs/skills) CLI. It autodetects which agents you have installed and places files in the right location for each.

Browse and install skills from this repo:

```bash
npx skills add veris-ai/veris-skills
```

Install a specific skill directly:

```bash
npx skills add veris-ai/veris-skills/skills/agent-integration
```

## Use

From inside any agent repo:

```
/agent-integration
```

Or point at a different repo:

```
/agent-integration path/to/agent/repo
```

## License

Apache 2.0

More