update readme to use opencode

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 13:44:23 +00:00
parent 4258c3fc39
commit a0ba2bc5b8

View File

@ -1,16 +1,16 @@
# Co-op Cloud Recipe Toolkit
Claude skills and tooling for working with [Co-op Cloud](https://coopcloud.tech) recipes — creating new recipes, updating existing ones, and testing deployments.
Agent skills and tooling for working with [Co-op Cloud](https://coopcloud.tech) recipes — creating new recipes, updating existing ones, and testing deployments.
## Quickstart
```
git clone ssh://git@git.autonomic.zone:2222/notplants/recipe-maintainer.git
cd recipe-maintainer
claude
opencode
```
Then inside Claude, run:
Then, inside the agent, run:
```
/intro
@ -20,7 +20,7 @@ This will walk you through the project and how to get started.
## Skills
These Claude Code slash commands automate common recipe maintenance tasks.
These agent slash commands automate common recipe maintenance tasks.
### Recipe lifecycle
@ -143,4 +143,4 @@ Run this project in a container with `~/.abra` bind-mounted from the host or a d
- **`test-ssh/`** — SSH config and keys for the test server
- **`docs.coopcloud.tech/`** — Local copy of the [Co-op Cloud documentation](https://docs.coopcloud.tech); reference for recipes, deployment patterns, and platform conventions
- **`.claude/commands/`** — Skill definitions for the slash commands above
- **`.opencode/`** — Thin wrapper mapping Claude skills to [OpenCode](https://opencode.ai) commands
- **`.opencode/`** — Thin wrapper mapping the agent skills to [OpenCode](https://opencode.ai) commands