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:
admin
2026-01-23 19:41:50 +00:00
Unverified
parent 0a9110dea1
commit 39c11e8f3b
4 changed files with 5 additions and 4 deletions

View File

@@ -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