[PR #675] [MERGED] Fix invalid YAML in skill-creator SKILL.md frontmatter #814

Closed
opened 2026-02-16 09:17:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/675
Author: @hwchase17
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @hwchase17

Base: masterHead: harrison/issue-657


📝 Commits (1)

  • 09af970 Fix invalid YAML in skill-creator SKILL.md frontmatter

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 libs/deepagents-cli/examples/skills/skill-creator/SKILL.md (+1 -1)

📄 Description

Fixes #657

The colon in "Use this skill when the user asks to:" was causing the YAML frontmatter to be invalid.

Changes

  • Wrapped the description field in double quotes to properly escape colons
  • Escaped internal quotes within the description

Testing

  • Verified YAML parses correctly with Python's yaml.safe_load()
  • Validated all other SKILL.md files still parse correctly

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagents/pull/675 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `master` ← **Head:** `harrison/issue-657` --- ### 📝 Commits (1) - [`09af970`](https://github.com/langchain-ai/deepagents/commit/09af970ea71b0bd6df1bba95d490804f91b97aa4) Fix invalid YAML in skill-creator SKILL.md frontmatter ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents-cli/examples/skills/skill-creator/SKILL.md` (+1 -1) </details> ### 📄 Description Fixes #657 The colon in "Use this skill when the user asks to:" was causing the YAML frontmatter to be invalid. ## Changes - Wrapped the `description` field in double quotes to properly escape colons - Escaped internal quotes within the description ## Testing - Verified YAML parses correctly with Python's yaml.safe_load() - Validated all other SKILL.md files still parse correctly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:17:14 -05:00
yindo closed this issue 2026-02-16 09:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#814