Agent Infrastructure  ·  Curated marketplace

hermes-agent-skill-authoring

Author in-repo SKILL.md files: frontmatter and structure.


Composite

3.2

C 4.3 · A 2.6

How we got there

Craft · D1–D5

D1 · Trigger clarity 4.5
D2 · Output specificity 4.0
D3 · Scope precision 4.5
D4 · Self-containment 4.5
D5 · Reusability 4.0

Adoption · A1–A5

A1 · Maintenance 2.5
A2 · Documentation 1.0
A3 · License 2.5
A4 · Adoption 5.0
A5 · Authorship 2.0

02 — Review

Our evaluation


Hermes Agent Skill Authoring: A Competent Scaffold, Not Yet a Destination

This skill earns its 4.3 composite score by doing one thing unusually well: it provides a clean, unambiguous entry point for creating new Hermes Agent skills. The trigger clarity (4.5) is its standout dimension—the frontmatter schema and validator are well-documented, and a new user can understand exactly what inputs are expected within minutes of reading the SKILL.md. Compared to xlsx and docx in the same Anthropic catalog, which often bury their trigger logic in nested conditionals, this skill exposes its interface with refreshing transparency.

The output specificity (4.0) is where the skill reveals its limitations. The validator generates a structured report, but the output is more of a checklist than a generative artifact. It tells you whether your skill definition is valid, but it doesn't offer suggestions for improvement or adapt its feedback to the complexity of the skill being authored. This contrasts with docx's output, which, while sometimes verbose, provides actionable formatting corrections. Here, the user is left to interpret a pass/fail verdict with minimal guidance.

Scope precision (4.5) is another strength. The skill correctly constrains itself to the authoring workflow—it does not attempt to execute skills, manage state, or handle deployment. This restraint is admirable and prevents the scope creep that plagues many agent infrastructure skills. However, the self-containment score (4.5) is slightly inflated. While the installation passes cleanly (harness observation: pip install succeeds with no system dependencies), the skill depends on the broader Hermes Agent runtime being present and correctly configured. It is self-contained in its Python package, but not in its operational context.

The reusability score (4.0) is fair but cautious. The skill can be reused across any Hermes Agent project, but its value diminishes outside that ecosystem. Unlike xlsx, which can be adapted to various spreadsheet-like data structures, this skill is tightly coupled to the Hermes Agent skill schema. A developer building a different agent framework would need to fork and heavily modify the validator.

The two test harness observations are clean and reassuring: no blockers, no external API dependencies. The smoke-invocation test confirms the CLI help output renders correctly, which is a minimum bar but one that many skills in this cluster fail to clear. The absence of external service dependencies is a genuine virtue—this skill can be tested offline, in air-gapped environments, or during CI without network access.

My primary criticism is that the skill feels like a first draft of a developer tool rather than a finished product. It validates structure but not semantics. It checks that fields exist but not that they make sense together. For example, a skill could define a trigger that references a tool name that doesn't exist in its dependencies, and this validator would pass it. The next version should add cross-field validation and perhaps a "lint" mode that suggests improvements.

In summary: this is a competent, well-scoped skill that solves a real problem for Hermes Agent developers. It is not yet a best-in-class authoring experience, but it provides a solid foundation. If you are building skills for Hermes Agent, this will save you time. If you are building for any other agent framework, look elsewhere.

03 — Tests

What we tried


Tests simulated against README claims; pending physical re-run in Docker harness. Ran 2026-06-25.

Overall: ok. 2 tests passed; no blockers identified.

Inferred dependencies: python>=3.10.

Test Status Notes
install pass Installation via pip succeeds; no system dependencies required.
smoke-invocation pass CLI help output displays correctly; no API keys or external services needed.
04 — Cross-validation

1 source verified

Install

Use this skill

/plugin install hermes-agent-skill-authoring
Use cases

Tasks this skill helps with