You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scipts/generate-skills.sh
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,17 @@
95
95
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
96
96
// See the License for the specific language governing permissions and
97
97
// limitations under the License." --additional-notes="Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence."
98
+
99
+
./toolbox2 --prebuilt cloud-sql-postgres skills-generate --name "cloud-sql-postgres-vectorassist" --description "Use these skills to set up and optimize production-ready vector workloads by simply expressing your intent and performance requirements" --toolset=vectorassist --license-header "// Copyright 2026 Google LLC
100
+
//
101
+
// Licensed under the Apache License, Version 2.0 (the \"License\");
102
+
// you may not use this file except in compliance with the License.
103
+
// You may obtain a copy of the License at
104
+
//
105
+
// http://www.apache.org/licenses/LICENSE-2.0
106
+
//
107
+
// Unless required by applicable law or agreed to in writing, software
108
+
// distributed under the License is distributed on an \"AS IS\" BASIS,
109
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
110
+
// See the License for the specific language governing permissions and
111
+
// limitations under the License." --additional-notes="Note: The scripts automatically load the environment variables from various .env files. Do not ask the user to set vars unless skill executions fails due to env var absence."
0 commit comments