recipe-maintainer: public snapshot (secrets + deployment plans removed, single commit)
Sanitized single-commit public mirror of recipe-maintainer. - Removed test-ssh/.testenv (live creds); added test-ssh/.testenv.example placeholders. - Removed plans/ and planned-updates/ (deployment-planning docs) so no client/ deployment domains appear in the public repo. - All other secret stores were already gitignored. - docs.coopcloud.tech retained as a submodule (public upstream).
This commit is contained in:
4
.opencode/commands/init-instance.md
Normal file
4
.opencode/commands/init-instance.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Deploy all maintained recipes to the active test instance from scratch
|
||||
---
|
||||
Load the `init-instance` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/intro.md
Normal file
4
.opencode/commands/intro.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Explain what this project is and how to get started
|
||||
---
|
||||
Load the `intro` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/new-recipe-guide.md
Normal file
4
.opencode/commands/new-recipe-guide.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Guide for developing a new Co-op Cloud recipe from scratch
|
||||
---
|
||||
Load the `new-recipe-guide` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/opencode-sync.md
Normal file
4
.opencode/commands/opencode-sync.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Ensure every Claude skill has a corresponding OpenCode skill alias
|
||||
---
|
||||
Load the `opencode-sync` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-check.md
Normal file
4
.opencode/commands/recipe-check.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Fetch a Co-op Cloud recipe and check for available upgrades
|
||||
---
|
||||
Load the `recipe-check` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-create-pr.md
Normal file
4
.opencode/commands/recipe-create-pr.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Push local recipe commits to git.autonomic.zone and open a PR against an upstream-synced main branch
|
||||
---
|
||||
Load the `recipe-create-pr` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-deploy.md
Normal file
4
.opencode/commands/recipe-deploy.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Deploy the local recipe checkout to the test instance
|
||||
---
|
||||
Load the `recipe-deploy` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-init.md
Normal file
4
.opencode/commands/recipe-init.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Create a new test instance and recipe-info for a recipe
|
||||
---
|
||||
Load the `recipe-init` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-new-tag.md
Normal file
4
.opencode/commands/recipe-new-tag.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Bump the recipe version and create an annotated git tag
|
||||
---
|
||||
Load the `recipe-new-tag` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-overview.md
Normal file
4
.opencode/commands/recipe-overview.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Check all maintained recipes and recommend what to upgrade
|
||||
---
|
||||
Load the `recipe-overview` skill and execute it.
|
||||
4
.opencode/commands/recipe-review.md
Normal file
4
.opencode/commands/recipe-review.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Review a recipe for Co-op Cloud best practices
|
||||
---
|
||||
Load the `recipe-review` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-test-all.md
Normal file
4
.opencode/commands/recipe-test-all.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Run tests for all maintained recipes, deploying each one at a time
|
||||
---
|
||||
Load the `recipe-test-all` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-test-backup.md
Normal file
4
.opencode/commands/recipe-test-backup.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Test backing up and restoring a recipe's test instance
|
||||
---
|
||||
Load the `recipe-test-backup` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-test-new.md
Normal file
4
.opencode/commands/recipe-test-new.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Test a recipe's first-time initialization from scratch
|
||||
---
|
||||
Load the `recipe-test-new` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-test-update.md
Normal file
4
.opencode/commands/recipe-test-update.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Test upgrading a recipe's test instance using abra app deploy
|
||||
---
|
||||
Load the `recipe-test-update` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-test.md
Normal file
4
.opencode/commands/recipe-test.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Run all tests for a Co-op Cloud recipe
|
||||
---
|
||||
Load the `recipe-test` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-upgrade-apply.md
Normal file
4
.opencode/commands/recipe-upgrade-apply.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Execute a planned recipe upgrade — apply changes, deploy, test, commit/tag
|
||||
---
|
||||
Load the `recipe-upgrade-apply` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-upgrade-plan.md
Normal file
4
.opencode/commands/recipe-upgrade-plan.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Create a detailed upgrade plan for a recipe
|
||||
---
|
||||
Load the `recipe-upgrade-plan` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/recipe-upstream.md
Normal file
4
.opencode/commands/recipe-upstream.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: From a git.autonomic.zone review-PR URL, fetch the branch + tag locally and emit the commands to open the upstream PR on git.coopcloud.tech
|
||||
---
|
||||
Load the `recipe-upstream` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/setup-sandbox.md
Normal file
4
.opencode/commands/setup-sandbox.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Guide for setting up a sandboxed environment to run Claude Code with recipe-maintainer
|
||||
---
|
||||
Load the `setup-sandbox` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/switch-default-instance.md
Normal file
4
.opencode/commands/switch-default-instance.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Switch the default test instance (b1cc or t1cc) for all recipe operations
|
||||
---
|
||||
Load the `switch-default-instance` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/sync-secrets.md
Normal file
4
.opencode/commands/sync-secrets.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Sync Docker secrets from the test server into recipe-info/testsecrets/
|
||||
---
|
||||
Load the `sync-secrets` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/test-context-reset.md
Normal file
4
.opencode/commands/test-context-reset.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Undeploy all apps from the test server except traefik
|
||||
---
|
||||
Load the `test-context-reset` skill and execute it for $ARGUMENTS.
|
||||
4
.opencode/commands/test-setup.md
Normal file
4
.opencode/commands/test-setup.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
description: Verify the test environment is configured correctly
|
||||
---
|
||||
Load the `test-setup` skill and execute it for $ARGUMENTS.
|
||||
Reference in New Issue
Block a user