From 78594eb53d7c8737acc49dce4b97765a15640d48 Mon Sep 17 00:00:00 2001 From: Jason Mak Date: Fri, 21 Aug 2026 11:57:04 +0800 Subject: [PATCH] fix(pstack): make poteto-mode SKILL.md name schema-conformant "name: Poteto Mode" has capitals and a space, violating the documented identifier constraint (lowercase letters, numbers, hyphens only; must match the parent folder) and the agentskills.io spec's identical rule. It is the only one of pstack's 44 skills that does not conform, and it fails to register on other spec-compliant harnesses (verified on Kiro). Sets "name: poteto-mode" to match the folder and the documented pattern, and moves the capitalized label into "metadata.cursor-display-name", the field the frontmatter spec designates for client-specific display extras, so the slash-menu label PR #149 introduced is preserved. Fixes #237 Signed-off-by: Jason Mak --- pstack/skills/poteto-mode/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pstack/skills/poteto-mode/SKILL.md b/pstack/skills/poteto-mode/SKILL.md index a74065cd..614cb1e7 100644 --- a/pstack/skills/poteto-mode/SKILL.md +++ b/pstack/skills/poteto-mode/SKILL.md @@ -1,11 +1,13 @@ --- -name: Poteto Mode +name: poteto-mode description: poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for poteto, /poteto-mode, or requests to work in this style. disable-model-invocation: true mode: true icon: crown color: yellow reminder: New task? Playbook match or rigor needed -> apply /poteto-mode. Casual turn or user opts out -> don't. +metadata: + cursor-display-name: Poteto Mode --- # Poteto mode