From 797d638bb57649da0be4d5742023b93fc60d92f9 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 21 Aug 2026 09:15:46 -0400 Subject: [PATCH] pstack: fix poteto-mode skill name to satisfy identifier constraint Cursor's Agent Skills spec requires the frontmatter name field to be lowercase letters, numbers, and hyphens only, and to match the parent folder name. poteto-mode declared name: Poteto Mode, which breaks on other spec-conformant harnesses (skill fails to register silently) and fails the reference conformance validator, even though it loads fine in Cursor. Fixes #237. --- 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