hermes-agent-skill-authoring

Create and validate SKILL.md files for the Hermes Agent repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidelines for creating and structuring SKILL.md files within the Hermes Agent repository, ensuring consistency and best practices.

Core Features & Use Cases

  • Guidelines for SKILL.md Creation: Defines the required frontmatter structure and content guidelines.
  • Validator Integration: Validates the SKILL.md file based on predefined rules.
  • Structure Standards: Outlines the peer-matched structure expected for in-repo skills.
  • Directory Placement: Standardizes the placement of SKILL.md files within the repository.
  • Cross-Referencing Skills: Provides information on referencing other skills within the repository.

Quick Start

Create a new SKILL.md file using the provided template in the 'skills/<category>/<name>/' directory.

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 a SKILL.md file for the Hermes Agent repository?

To create a SKILL.md file, you must follow the required frontmatter structure and place it in the 'skills/<category>/<name>/' directory. The Hermes Agent skill authoring guidelines ensure peer-matched structure and consistency.

What frontmatter is required when authoring in-repo skills?

Required frontmatter for in-repo skills includes specific YAML metadata fields to define the skill's properties. Adhering to this YAML frontmatter structure ensures proper validator integration and cross-referencing within the Hermes Agent repository.

Do I need to know YAML and Markdown to write a SKILL.md file?

Yes, you need knowledge of YAML and Markdown to write a SKILL.md file. These languages are required to format the frontmatter correctly and structure the content guidelines for reusable workflows in the Hermes Agent.

How are SKILL.md files validated in the Hermes Agent?

SKILL.md files are validated through predefined validator integration based on specific rules. This validation checks for adherence to the required frontmatter structure, directory placement, and peer-matched structure expected for in-repo skills.

What is the best way to structure reusable workflows in a SKILL.md file?

The best way to structure reusable workflows in a SKILL.md file is to follow the provided content guidelines and peer-matched structure. This standardizes directory placement and ensures your in-repo skills integrate correctly with other Hermes Agent skills.

Can I reference other skills within my SKILL.md file?

Yes, you can reference other skills within your SKILL.md file. The Hermes Agent skill authoring process provides specific information and guidelines on cross-referencing skills to maintain proper integration across the repository.