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,8 +1,9 @@
--- ---
name: auto-superpowers name: auto-superpowers
description: "CRITICAL: This skill is ALWAYS active. Forces the agent to check for and use relevant Superpowers skills before ANY action." description: "CRITICAL: This skill is ALWAYS active. Forces the agent to check for and use relevant Superpowers skills before ANY action."
---
CRITICAL-MANDATE: # CRITICAL MANDATE
THIS SKILL IS ALWAYS ACTIVE AND CANNOT BE BYPASSED. THIS SKILL IS ALWAYS ACTIVE AND CANNOT BE BYPASSED.

View File

@@ -1,9 +1,9 @@
--- ---
name: cognitive-context name: cognitive-context
description: "Enhanced context awareness for Claude Code. Detects language, adapts to user expertise level, understands project context, and provides personalized responses." 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" version: "1.0.0"
author: "Adapted from HighMark-31/Cognitive-User-Simulation" author: "Adapted from HighMark-31/Cognitive-User-Simulation"
---
# COGNITIVE CONTEXT SKILL # COGNITIVE CONTEXT SKILL

View File

@@ -1,9 +1,9 @@
--- ---
name: cognitive-planner name: cognitive-planner
description: "Autonomous task planning and action selection for Claude Code. Analyzes context, breaks down complex tasks, selects optimal execution strategies, and coordinates with other skills like Superpowers." description: "Autonomous task planning and action selection for Claude Code. Analyzes context, breaks down complex tasks, selects optimal execution strategies, and coordinates with other skills like Superpowers."
version: "1.0.0" version: "1.0.0"
author: "Adapted from HighMark-31/Cognitive-User-Simulation" author: "Adapted from HighMark-31/Cognitive-User-Simulation"
---
# COGNITIVE PLANNER SKILL # COGNITIVE PLANNER SKILL

View File

@@ -1,9 +1,9 @@
--- ---
name: cognitive-safety 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." 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" version: "1.0.0"
author: "Adapted from HighMark-31/Cognitive-User-Simulation" author: "Adapted from HighMark-31/Cognitive-User-Simulation"
---
# COGNITIVE SAFETY SKILL # COGNITIVE SAFETY SKILL