hermes-agent-skill-authoring

Automate creation and validation of SKILL.md files with frontmatter checks.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-agent-skill-authoring-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-agent-skill-authoring
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/software-development/hermes-agent-skill-authoring
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill hermes-agent-skill-authoring-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides tools and guidelines for authors to create and maintain in-repo SKILL.md files with a focus on consistency, validation, and adherence to Hermes-Agent standards.

Core Features & Use Cases

  • Frontmatter Validation: Ensures the required frontmatter fields are correctly formatted and present.
  • Authoring Best Practices: Offers guidelines for writing effective SKILL.md files, including structure and content conventions.
  • Version Control Integration: Facilitates in-repo skill management within version control systems.
  • Use Case: Authors looking to standardize SKILL.md files within their repository for seamless skill management and collaboration.

Quick Start

Run the skill to generate a new SKILL.md file in your desired category and skill name.

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 valid SKILL.md file for in-repo skills?

Frontmatter validation checks SKILL.md files to ensure required YAML metadata fields are present and correctly formatted, preventing errors during skill parsing and execution within Hermes-Agent workflows.

What's the best way to standardize SKILL.md files across a repository?

The best way to standardize SKILL.md files is applying authoring best practices guidelines alongside frontmatter validation, ensuring consistent structure and YAML metadata formatting across all in-repo skills.

Does Hermes-Agent support automated frontmatter validation for skill authoring?

Yes, Hermes-Agent supports automated frontmatter validation for skill authoring by checking YAML-based metadata in SKILL.md files to confirm required fields are correctly formatted before version control integration.

How do I integrate in-repo skill management with version control systems?

You integrate in-repo skill management with version control systems by generating standardized SKILL.md files and validating their YAML frontmatter, ensuring consistent skill tracking and collaboration within your repository.

What are the limitations of using YAML frontmatter in SKILL.md files?

YAML frontmatter in SKILL.md files requires strict adherence to Hermes-Agent formatting standards; missing or incorrectly structured metadata fields will fail validation and prevent successful in-repo skill integration.