crlf-skill

Verify CRLF line endings in SKILL.md and Markdown parsing across platforms.

2|1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/AINative-Studio/AINativeStudio-IDE --skill crlf-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crlf-skill
Source: https://github.com/AINative-Studio/AINativeStudio-IDE/tree/main/ainative-studio/out/vs/workbench/contrib/ainative/test/common/fixtures/skills/crlf-skill
Command: npx skills add https://github.com/AINative-Studio/AINativeStudio-IDE --skill crlf-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a simple fixture to verify how the skill parser handles Windows-style CRLF line endings in SKILL.md and the Markdown body, ensuring cross-platform consistency.

Core Features & Use Cases

  • CRLF line endings validation: ensures tooling and parsing content remains intact when CRLF endings are encountered.
  • Environment compatibility check: verifies consistent behavior across Windows, macOS, and Linux.
  • Testing utilities: serves as a lightweight fixture for parser and CI pipeline tests.

Quick Start

Run the crlf-skill fixture to exercise parsing of CRLF-laden Markdown in your workflow.

Frequently Asked Questions about crlf-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test if my Markdown parser preserves Windows CRLF line endings?

To test Windows CRLF line endings, you can use a fixture skill that verifies how parsers handle CRLF endings in SKILL.md and Markdown bodies, ensuring content remains intact across environments.

Why does my YAML frontmatter parsing break on Windows line endings?

YAML frontmatter parsing can break on Windows line endings when tooling does not properly preserve CRLF characters, making a parsing fixture necessary to validate cross-platform consistency.

Can I use a CRLF fixture for CI workflow testing on macOS and Linux?

Yes, a CRLF fixture can be used for CI workflow testing on macOS and Linux to verify consistent parsing behavior across Windows, macOS, and Linux environments.

What is the best way to validate cross-platform Markdown parsing consistency?

The best way to validate cross-platform Markdown parsing consistency is to run a lightweight fixture that exercises parsing of CRLF-laden Markdown in your workflow.

Do I need a specific YAML structure to test CRLF parsing?

You need a YAML frontmatter with name and description fields alongside a plain Markdown body to function as intended when testing CRLF parsing.