fix: add missing YAML frontmatter closure in cognitive skills
Fixed YAML parsing errors in 4 skill files that were missing the closing '---' delimiter in their frontmatter, causing skill loading failures. Fixed files: - skills/auto-superpowers/SKILL.md - skills/cognitive-context/SKILL.md - skills/cognitive-planner/SKILL.md - skills/cognitive-safety/SKILL.md Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: cognitive-context
|
||||
description: "Enhanced context awareness for Claude Code. Detects language, adapts to user expertise level, understands project context, and provides personalized responses."
|
||||
|
||||
version: "1.0.0"
|
||||
author: "Adapted from HighMark-31/Cognitive-User-Simulation"
|
||||
---
|
||||
|
||||
# COGNITIVE CONTEXT SKILL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user