From 94abfc9868a891b095688249adc428e9f0e08c79 Mon Sep 17 00:00:00 2001 From: Mathew Joseph Date: Tue, 1 Sep 2026 19:46:31 +0530 Subject: [PATCH] Lowercase the skill name in skill.md frontmatter The Agent Skills spec requires a lowercase name, and the upstream copy in CerebriumAI/cerebrium-skills already reads 'cerebrium'. This brings the docs-hosted copy back in line with it. --- skill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill.md b/skill.md index ff7dfdab..3eb82231 100644 --- a/skill.md +++ b/skill.md @@ -1,5 +1,5 @@ --- -name: Cerebrium +name: cerebrium description: >- Use for any Cerebrium task: deploying Python code to serverless GPU or CPU, writing or fixing cerebrium.toml, choosing hardware and regions, calling deployed endpoints (REST, streaming,