mirror missing opencode skills and commands
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
4
.opencode/commands/recipe-upgrade-cron-all.md
Normal file
4
.opencode/commands/recipe-upgrade-cron-all.md
Normal 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.
|
||||
4
.opencode/commands/recipe-upgrade-full.md
Normal file
4
.opencode/commands/recipe-upgrade-full.md
Normal 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.
|
||||
4
.opencode/commands/t1cc-start.md
Normal file
4
.opencode/commands/t1cc-start.md
Normal 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.
|
||||
4
.opencode/commands/t1cc-stop.md
Normal file
4
.opencode/commands/t1cc-stop.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Destroy the t1cc DigitalOcean test server via terraform
|
||||
---
|
||||
Load the `t1cc-stop` skill and execute it for $ARGUMENTS.
|
||||
5
.opencode/skills/recipe-upgrade-cron-all/SKILL.md
Normal file
5
.opencode/skills/recipe-upgrade-cron-all/SKILL.md
Normal 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`.
|
||||
6
.opencode/skills/recipe-upgrade-full/SKILL.md
Normal file
6
.opencode/skills/recipe-upgrade-full/SKILL.md
Normal 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.
|
||||
5
.opencode/skills/setup-sandbox/SKILL.md
Normal file
5
.opencode/skills/setup-sandbox/SKILL.md
Normal 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`.
|
||||
Reference in New Issue
Block a user