From c6beafc53e9ee50daff513c49dedd15e85895ec0 Mon Sep 17 00:00:00 2001 From: alexion Date: Wed, 29 Jul 2026 09:13:42 -0400 Subject: [PATCH] fix(consume): quote Pi skill description --- skills/consume/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/consume/SKILL.md b/skills/consume/SKILL.md index 0fbe78a..58d970d 100644 --- a/skills/consume/SKILL.md +++ b/skills/consume/SKILL.md @@ -1,6 +1,6 @@ --- name: consume -description: Consume a project (or, later, another source) into the agent's personal wiki — distil generalized, transferable knowledge from it into the Obsidian vault's agent-owned area, then clear the consumed scaffolding. Deliberate: run as /consume [target], never automatically. +description: "Consume a project (or, later, another source) into the agent's personal wiki — distil generalized, transferable knowledge from it into the Obsidian vault's agent-owned area, then clear the consumed scaffolding. Deliberate: run as /skill:consume [target], never automatically." disable-model-invocation: true ---