triple-dash-body

Preserve triple-dash lines in Markdown body content during parsing.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill triple-dash-body
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triple-dash-body
Source: https://github.com/sfmskywalker/agentskillsdotnet/tree/main/fixtures/skills/triple-dash-in-body
Command: npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill triple-dash-body

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures triple-dash lines in the Markdown body are preserved as content, not misinterpreted as delimiters.

Core Features & Use Cases

  • Content preservation: treats body content exactly as written, including lines with '---'.
  • Parsing stability: avoids accidental splitting of the body during parsing.
  • Use Case: loading long-form instructions that include visual separators without breaking parsing.

Quick Start

Inspect fixtures/skills/triple-dash-in-body/SKILL.md to verify the body contains a triple-dash line as part of the instructions.