Clone Cornelius
Clone the Cornelius agent repository and get set up in one step. Asks where to clone, clones the repository, and instructs you how to open Claude Code inside it.
Installation
One-liner (if you already have the abilityai marketplace):
claude plugin install clone-cornelius@abilityai
First time with the abilityai marketplace:
claude plugin add abilityai/abilities && claude plugin install clone-cornelius@abilityai
Or from inside a Claude Code session:
/plugin marketplace add abilityai/abilities /plugin install clone-cornelius@abilityai
Usage
/clone-cornelius /clone-cornelius ~/my-agents/cornelius
What It Does
1.Asks where to clone Cornelius (default:
~/cornelius)2.Clones
https://github.com/Abilityai/cornelius3.Instructs you how to open Claude Code inside the cloned repository
Related Plugins
| Plugin | Purpose |
|---|---|
| install-cornelius | Install the Cornelius agent |
| agent-builder | Scaffold a new agent from scratch |
| trinity-onboard | Deploy agents to Trinity |