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-safety
|
||||
description: "Code and content safety filtering for Claude Code. Prevents security vulnerabilities, blocks sensitive information leakage, enforces best practices, and adds multi-layer protection to all outputs."
|
||||
|
||||
version: "1.0.0"
|
||||
author: "Adapted from HighMark-31/Cognitive-User-Simulation"
|
||||
---
|
||||
|
||||
# COGNITIVE SAFETY SKILL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user