hermes-agent-skill-authoring

Define in-repo Hermes-Agent skills with SKILL.md and YAML frontmatter.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill hermes-agent-skill-authoring-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-agent-skill-authoring
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/software-development/hermes-agent-skill-authoring
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill hermes-agent-skill-authoring-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This frontmatter-based skill authoring standardizes how in-repo Hermes-Agent skills are defined, enabling consistent discovery, validation, and ship-ready documentation.

Core Features & Use Cases

  • Valid frontmatter with name and description ensures discoverability and validation.
  • Structured body sections guide skill authors to provide overview, application contexts, and practical usage scenarios.
  • In-repo skills can be versioned and reviewed alongside code, promoting collaboration and quality control.

Quick Start

Create a new in-repo skill by adding SKILL.md under skills/<category>/<skill-name>/ with valid frontmatter and a non-empty body, then commit 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 author in-repo skills using a SKILL.md file?

To author in-repo skills, create a SKILL.md file under skills/<category>/<skill-name>/ with YAML frontmatter containing name and description, plus a non-empty Markdown body. This standardizes discovery and validation across repositories.

What frontmatter fields are required for Hermes-Agent skill validation?

Hermes-Agent skill validation requires YAML frontmatter containing name and description fields. Optional metadata and category alignment are also enforced by validators to ensure peer consistency and quality control.

Does the Hermes-Agent skill authoring format work for version control?

Yes, the Hermes-Agent skill authoring format works for version control because in-repo skills are defined as SKILL.md files. They can be versioned and reviewed alongside code, promoting collaboration and quality control.

What is the best way to structure in-repo skill documentation?

The best way to structure in-repo skill documentation is using a non-empty Markdown body with structured sections. Guide authors to provide overview, application contexts, and practical usage scenarios for ship-ready documentation.

Why does my in-repo skill fail frontmatter validation?

In-repo skill frontmatter validation fails when required fields like name and description are missing. Validators also enforce optional metadata and category alignment to support peer consistency and quality control.

Can I define Hermes-Agent skills without placing them in skills subdirectories?

No, Hermes-Agent skills must be defined using a SKILL.md file located specifically under skills/<category>/<skill-name>/. This directory structure enables standardized discovery and automated validation within the ecosystem.