Takes a raw agent repo and wires it up for Veris end to end. Installs the CLI, logs you in, analyzes dependencies, generates the full `.veris/` directory (yaml, Dockerfile, dockerignore), maps services to Veris mocks, and can push the environment when you're ready. The core principle is strong: the agent runs exactly as it does in production, no wrappers or shims allowed. Veris is the test harness, not a fork of your code. Useful when you're onboarding a new agent or refreshing stale config. It will ask before doing anything irreversible, or you can say "go all the way" and it runs the full flow with inline explanations.
npx skills add https://github.com/veris-ai/veris-skills --skill agent-integration