EN DE
← ← Zurück zur Übersicht

hermes-agent-skill-authoring

software-development › hermes-agent-skill-authoring v1.1.0
skills authoring hermes-agent conventions skill-md

Beschreibung

Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.

Relevanz für unsere Projekte

Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.

SKILL.md Preview

# Authoring Hermes-Agent Skills (in-repo)

## Overview

There are two places a SKILL.md can live:

1. **User-local:** `~/.hermes/skills/<maybe-category>/<name>/SKILL.md` — personal, not shared. Created via `skill_manage(action='create')`.
2. **In-repo (this skill is about this case):** `/home/bb/hermes-agent/skills/<category>/<name>/SKILL.md` — committed, shipped with the package. Use `write_file` + `git add`. `skill_manage(action='create')` does NOT target this tree.

## When to Use

- User ask

← ← Zurück zur Übersicht