Skip to content

Commit 0e41f62

Browse files
matthallett1claude
andcommitted
[skills] Fix claudeception SKILL.md multi-line description causing silent failure
YAML block scalar (|) in the description field causes Claude to report zero available skills with no error. Collapsed to a single-line string. Fixes #136 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f934a8b commit 0e41f62

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

skills/claudeception/SKILL.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
22
name: claudeception
3-
description: |
4-
Continuous learning system that extracts reusable knowledge from work sessions.
5-
Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill"
6-
or "extract a skill from this", (3) "what did we learn?", (4) After any task involving
7-
non-obvious debugging, workarounds, or trial-and-error discovery. Creates new skills
8-
when valuable, reusable knowledge is identified. Integrates with Open Brain to prevent
9-
duplicates and share knowledge across sessions.
3+
description: "Continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command, (2) 'save this as a skill' or 'extract a skill from this', (3) 'what did we learn?', (4) after non-obvious debugging or trial-and-error discovery. Creates new skills when valuable reusable knowledge is identified. Integrates with Open Brain to prevent duplicates."
104
author: Jared Irish
115
version: 2.0.0
126
---

0 commit comments

Comments
 (0)