hermes-agent-skill-authoring

Create and validate in-repo SKILL.md files with YAML frontmatter for Hermes Agent.

Updated May 24, 2026
One-click install
npx skills add https://github.com/anxiety135790/hermes-skills --skill hermes-agent-skill-authoring-anxiety135790
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-agent-skill-authoring
Source: https://github.com/anxiety135790/hermes-skills/tree/main/software-development/hermes-agent-skill-authoring
Command: npx skills add https://github.com/anxiety135790/hermes-skills --skill hermes-agent-skill-authoring-anxiety135790

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you author, place, and validate in-repo SKILL.md files correctly so reusable workflows can be committed to the Hermes Agent repository without breaking loader expectations or validation rules.

Core Features & Use Cases

  • In-repo skill creation guidance: Explains where committed skills live, how they differ from user-local skills, and when to use each workflow.
  • Frontmatter validation: Documents the required YAML frontmatter fields, formatting constraints, and size limits that must pass the skill validator.
  • Repository-conformant structure: Recommends peer-matched sections, placement under the correct category, and use of supporting scripts, references, or assets when needed.
  • Common pitfall prevention: Helps avoid leading whitespace, missing metadata, invalid paths, and cross-referencing skills that will not resolve for other users.

Quick Start

Ask the assistant to help you draft or revise an in-repo SKILL.md for a Hermes skill, then validate the frontmatter and repository path before committing it.

Frequently Asked Questions about hermes-agent-skill-authoring

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

FAQPage Schema
How do I create an in-repo SKILL.md file for Hermes Agent?

To create an in-repo SKILL.md file for Hermes Agent, draft the markdown with correct YAML frontmatter, place it under the appropriate category in the committed skills tree, and validate it against loader constraints before committing.

What YAML frontmatter is required for Hermes Agent skill authoring?

Hermes Agent skill authoring requires specific YAML frontmatter fields and formatting constraints to pass the skill validator. Correct metadata ensures the loader recognizes the committed SKILL.md file without breaking repository expectations.

Why does my Hermes Agent skill fail validation when committing?

Hermes Agent skill validation fails due to common pitfalls like leading whitespace, missing metadata fields, invalid repository paths, or exceeding size limits. Correct the YAML frontmatter and structure to pass the loader checks.

How do in-repo committed skills differ from user-local skills in Hermes?

In-repo committed skills live under the repository skills tree for shared workflows, while user-local skills remain private. Repository-conformant structure and frontmatter validation are required for committed skills to resolve correctly for other users.

What are the size limits and structural constraints for a Hermes SKILL.md file?

A Hermes SKILL.md file must adhere to loader and size constraints, using peer-matched sections and repository-aligned paths. Supporting scripts or assets must be referenced correctly to ensure the skill validates and resolves for all users.