From 4258c3fc392edcaffd127bca711b494669caa790 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 22 Jun 2026 13:44:23 +0000 Subject: [PATCH] mirror missing opencode skills and commands Co-Authored-By: Claude Opus 4.8 --- .opencode/commands/recipe-upgrade-cron-all.md | 4 ++++ .opencode/commands/recipe-upgrade-full.md | 4 ++++ .opencode/commands/t1cc-start.md | 4 ++++ .opencode/commands/t1cc-stop.md | 4 ++++ .opencode/skills/recipe-upgrade-cron-all/SKILL.md | 5 +++++ .opencode/skills/recipe-upgrade-full/SKILL.md | 6 ++++++ .opencode/skills/setup-sandbox/SKILL.md | 5 +++++ 7 files changed, 32 insertions(+) create mode 100644 .opencode/commands/recipe-upgrade-cron-all.md create mode 100644 .opencode/commands/recipe-upgrade-full.md create mode 100644 .opencode/commands/t1cc-start.md create mode 100644 .opencode/commands/t1cc-stop.md create mode 100644 .opencode/skills/recipe-upgrade-cron-all/SKILL.md create mode 100644 .opencode/skills/recipe-upgrade-full/SKILL.md create mode 100644 .opencode/skills/setup-sandbox/SKILL.md diff --git a/.opencode/commands/recipe-upgrade-cron-all.md b/.opencode/commands/recipe-upgrade-cron-all.md new file mode 100644 index 0000000..ae2c1f6 --- /dev/null +++ b/.opencode/commands/recipe-upgrade-cron-all.md @@ -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. diff --git a/.opencode/commands/recipe-upgrade-full.md b/.opencode/commands/recipe-upgrade-full.md new file mode 100644 index 0000000..5b70c68 --- /dev/null +++ b/.opencode/commands/recipe-upgrade-full.md @@ -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. diff --git a/.opencode/commands/t1cc-start.md b/.opencode/commands/t1cc-start.md new file mode 100644 index 0000000..2411b89 --- /dev/null +++ b/.opencode/commands/t1cc-start.md @@ -0,0 +1,4 @@ +--- +description: Provision the t1cc DigitalOcean test server and deploy Traefik +--- +Load the `t1cc-start` skill and execute it for $ARGUMENTS. diff --git a/.opencode/commands/t1cc-stop.md b/.opencode/commands/t1cc-stop.md new file mode 100644 index 0000000..4d20e4b --- /dev/null +++ b/.opencode/commands/t1cc-stop.md @@ -0,0 +1,4 @@ +--- +description: Destroy the t1cc DigitalOcean test server via terraform +--- +Load the `t1cc-stop` skill and execute it for $ARGUMENTS. diff --git a/.opencode/skills/recipe-upgrade-cron-all/SKILL.md b/.opencode/skills/recipe-upgrade-cron-all/SKILL.md new file mode 100644 index 0000000..935ed03 --- /dev/null +++ b/.opencode/skills/recipe-upgrade-cron-all/SKILL.md @@ -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`. diff --git a/.opencode/skills/recipe-upgrade-full/SKILL.md b/.opencode/skills/recipe-upgrade-full/SKILL.md new file mode 100644 index 0000000..a5dbf0f --- /dev/null +++ b/.opencode/skills/recipe-upgrade-full/SKILL.md @@ -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. diff --git a/.opencode/skills/setup-sandbox/SKILL.md b/.opencode/skills/setup-sandbox/SKILL.md new file mode 100644 index 0000000..cad880f --- /dev/null +++ b/.opencode/skills/setup-sandbox/SKILL.md @@ -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`.