Skip to content

fix(plugin-dev): make agent-creator frontmatter valid YAML#48341

Open
Rohan5commit wants to merge 1 commit intoanthropics:mainfrom
Rohan5commit:fix/plugin-dev-agent-creator-frontmatter-20260415
Open

fix(plugin-dev): make agent-creator frontmatter valid YAML#48341
Rohan5commit wants to merge 1 commit intoanthropics:mainfrom
Rohan5commit:fix/plugin-dev-agent-creator-frontmatter-20260415

Conversation

@Rohan5commit
Copy link
Copy Markdown

Summary

  • rewrite the agent-creator frontmatter description as a YAML block scalar
  • preserve the existing trigger examples while making the file parse cleanly

Related Issue

Guideline Alignment

  • one focused syntax fix in a single maintained plugin file
  • no behavioral or unrelated documentation changes

Validation

  • ruby -e 'require "yaml"; ...' to confirm the frontmatter parses and keeps the examples
  • git diff --check

Copilot AI review requested due to automatic review settings April 15, 2026 07:14
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes YAML frontmatter parsing for the agent-creator plugin agent by converting the long inline description: value into a valid YAML block scalar while preserving the existing trigger examples.

Changes:

  • Rewrites description: from a single-line scalar to a block scalar (description: |) so the frontmatter parses cleanly as YAML.
  • Keeps the existing <example> trigger content intact inside the block scalar.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants