From d65ec544d3b28160b1897993cc74bbe936238951 Mon Sep 17 00:00:00 2001 From: Yu Yi Date: Sat, 25 Apr 2026 22:35:00 -0400 Subject: [PATCH] docs: link Available Skills entries directly to SKILL.md After the repo restructure, each entry in the Available Skills section of the README pointed to a skill directory. None of those directories contain a README.md, so GitHub renders the file listing instead of the skill documentation, making every link appear broken. Append /SKILL.md to all 13 entries so the links resolve to the rendered skill docs. Fixes #30 --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8f1e6a43d1..0ff55c31bc 100644 --- a/README.md +++ b/README.md @@ -19,19 +19,19 @@ repo to install. ## Available Skills -- [**Gemini API in Agent Platform**](./skills/cloud/gemini-api) -- [**AlloyDB Basics**](./skills/cloud/alloydb-basics) -- [**BigQuery Basics**](./skills/cloud/bigquery-basics) -- [**Cloud Run Basics**](./skills/cloud/cloud-run-basics) -- [**Cloud SQL Basics**](./skills/cloud/cloud-sql-basics) -- [**Firebase Basics**](./skills/cloud/firebase-basics) -- [**Kubernetes Engine (GKE) Basics**](./skills/cloud/gke-basics) -- [**Recipe: Onboarding to Google Cloud**](./skills/cloud/google-cloud-recipe-onboarding) -- [**Recipe: Authenticating to Google Cloud**](./skills/cloud/google-cloud-recipe-auth) -- [**Recipe: Google Cloud Network Observability**](./skills/cloud/google-cloud-networking-observability) -- [**Google Cloud Well-Architected Framework: Security**](./skills/cloud/google-cloud-waf-security) -- [**Google Cloud Well-Architected Framework: Reliability**](./skills/cloud/google-cloud-waf-reliability) -- [**Google Cloud Well-Architected Framework: Cost Optimization**](./skills/cloud/google-cloud-waf-cost-optimization) +- [**Gemini API in Agent Platform**](./skills/cloud/gemini-api/SKILL.md) +- [**AlloyDB Basics**](./skills/cloud/alloydb-basics/SKILL.md) +- [**BigQuery Basics**](./skills/cloud/bigquery-basics/SKILL.md) +- [**Cloud Run Basics**](./skills/cloud/cloud-run-basics/SKILL.md) +- [**Cloud SQL Basics**](./skills/cloud/cloud-sql-basics/SKILL.md) +- [**Firebase Basics**](./skills/cloud/firebase-basics/SKILL.md) +- [**Kubernetes Engine (GKE) Basics**](./skills/cloud/gke-basics/SKILL.md) +- [**Recipe: Onboarding to Google Cloud**](./skills/cloud/google-cloud-recipe-onboarding/SKILL.md) +- [**Recipe: Authenticating to Google Cloud**](./skills/cloud/google-cloud-recipe-auth/SKILL.md) +- [**Recipe: Google Cloud Network Observability**](./skills/cloud/google-cloud-networking-observability/SKILL.md) +- [**Google Cloud Well-Architected Framework: Security**](./skills/cloud/google-cloud-waf-security/SKILL.md) +- [**Google Cloud Well-Architected Framework: Reliability**](./skills/cloud/google-cloud-waf-reliability/SKILL.md) +- [**Google Cloud Well-Architected Framework: Cost Optimization**](./skills/cloud/google-cloud-waf-cost-optimization/SKILL.md) ## Support