mirror missing opencode skills and commands

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 13:44:23 +00:00
parent f283a371bb
commit 4258c3fc39
7 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
description: Autonomous weekly upgrade run — overview all recipes, upgrade each end-to-end (sequentially by default, parallel with --parallel), open PRs
---
Load the `recipe-upgrade-cron-all` skill and execute it for $ARGUMENTS.

View File

@ -0,0 +1,4 @@
---
description: Plan and apply a recipe upgrade end-to-end, no human review in the middle
---
Load the `recipe-upgrade-full` skill and execute it for $ARGUMENTS.

View File

@ -0,0 +1,4 @@
---
description: Provision the t1cc DigitalOcean test server and deploy Traefik
---
Load the `t1cc-start` skill and execute it for $ARGUMENTS.

View File

@ -0,0 +1,4 @@
---
description: Destroy the t1cc DigitalOcean test server via terraform
---
Load the `t1cc-stop` skill and execute it for $ARGUMENTS.

View File

@ -0,0 +1,5 @@
---
name: recipe-upgrade-cron-all
description: Autonomous weekly upgrade run — overview all recipes, upgrade each end-to-end (sequentially by default, parallel with --parallel), open PRs
---
Read and follow the full instructions in `.claude/commands/recipe-upgrade-cron-all.md`.

View File

@ -0,0 +1,6 @@
---
name: recipe-upgrade-full
description: Plan and apply a recipe upgrade end-to-end, no human review in the middle
---
Read and follow the full instructions in `.claude/commands/recipe-upgrade-full.md`.
The recipe name will be provided by the user or calling agent.

View File

@ -0,0 +1,5 @@
---
name: setup-sandbox
description: Guide for setting up a sandboxed environment to run the agent with recipe-maintainer
---
Read and follow the full instructions in `.claude/commands/setup-sandbox.md`.