myagent-skill-authoring

Validate SKILL.md frontmatter and Markdown structure for MyAgent skills.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill myagent-skill-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myagent-skill-authoring
Source: https://github.com/ashiqcodeleaf/long-Run-Agents/tree/main/skills/software-development/myagent-agent-skill-authoring
Command: npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill myagent-skill-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating a proper SKILL.md file for MyAgent, ensuring the frontmatter is correctly formatted and the structure is validated, which is crucial for skill authoring.

Core Features & Use Cases

  • Frontmatter Validation: Ensures the mandatory YAML frontmatter contains 'name' and 'description' fields, and adheres to character limits.
  • Markdown Structure: Validates the overall Markdown structure of the SKILL.md file, ensuring it follows the prescribed format.
  • Use Case: When you are developing a new skill for MyAgent, this Skill helps you create the SKILL.md file with the correct format and content, ensuring compatibility and ease of use.

Quick Start

Write the SKILL.md file for your new MyAgent skill using the structure outlined in the SKILL.md for this skill unit.

Frequently Asked Questions about myagent-skill-authoring

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

FAQPage Schema
How do I validate the frontmatter in a SKILL.md file for MyAgent?

To validate SKILL.md frontmatter for MyAgent, ensure the YAML includes mandatory 'name' and 'description' fields. This skill checks for these required fields and enforces strict character limits to guarantee your file is correctly formatted.

What fields are required when authoring a MyAgent skill?

When authoring a MyAgent skill, the required fields are 'name' and 'description' in the YAML frontmatter. This validation process ensures both fields are present and adhere to the specified character limits before deployment.

How do I structure a SKILL.md file for a new skill?

To structure a SKILL.md file correctly, you must include valid YAML frontmatter followed by properly formatted Markdown content. This skill validates the overall Markdown structure to ensure it follows the prescribed MyAgent format.

Why does my MyAgent skill validation fail on the description field?

MyAgent skill validation fails on the description field when it exceeds strict character limits or is missing entirely from the YAML frontmatter. The validation process enforces these constraints to ensure compatibility and proper formatting.

Can I use standard Markdown syntax when creating a SKILL.md file?

Yes, you can use standard Markdown syntax when creating a SKILL.md file, provided the overall structure follows the prescribed MyAgent format. The validation process checks both the Markdown structure and the YAML frontmatter integrity.