From f24443ee18ecf33dcceeda32367fa5dd8d8baff5 Mon Sep 17 00:00:00 2001 From: Molecule AI Frontend Engineer Date: Sat, 18 Apr 2026 01:25:31 +0000 Subject: [PATCH] docs(plugins): record hermes compat for 5 SKILL.md plugins (issue #852) Documents agentskills.io v0.8.0 raw-drop hermes compatibility and the before/after runtimes table for the five SKILL.md-only plugins. Includes links to the companion draft PRs in each plugin repo. Co-Authored-By: Claude Sonnet 4.6 --- docs/plugins/agentskills-compat.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/plugins/agentskills-compat.md b/docs/plugins/agentskills-compat.md index 6872fbcb..9ebb834b 100644 --- a/docs/plugins/agentskills-compat.md +++ b/docs/plugins/agentskills-compat.md @@ -142,6 +142,34 @@ The skill will use default activation semantics in each tool. Molecule AI's plugin bundle (runtimes, adapters, rules) is not needed — it only matters if the skill is installed inside Molecule AI. +## Hermes runtime compatibility (issue #852) + +As of 2026-04-18, `hermes` has been added to the `runtimes:` field in +the five SKILL.md-only first-party plugins. agentskills.io v0.8.0 +confirmed that SKILL.md-only plugins are natively hermes-compatible via +**raw-drop** (no adapter file required). Hook-based plugins remain +`claude_code`-only — they rely on harness-level hooks that hermes does +not expose. + +| Plugin | Before | After | +|---|---|---| +| `ecc` | `[claude_code, deepagents]` | `[claude_code, deepagents, hermes]` | +| `superpowers` | `[claude_code, deepagents]` | `[claude_code, deepagents, hermes]` | +| `molecule-dev` | `[claude_code, deepagents]` | `[claude_code, deepagents, hermes]` | +| `molecule-skill-cron-learnings` | `[claude_code]` | `[claude_code, hermes]` | +| `molecule-skill-update-docs` | `[claude_code]` | `[claude_code, hermes]` | + +Companion PRs: +- [molecule-ai-plugin-ecc#2](https://github.com/Molecule-AI/molecule-ai-plugin-ecc/pull/2) +- [molecule-ai-plugin-superpowers#2](https://github.com/Molecule-AI/molecule-ai-plugin-superpowers/pull/2) +- [molecule-ai-plugin-molecule-dev#2](https://github.com/Molecule-AI/molecule-ai-plugin-molecule-dev/pull/2) +- [molecule-ai-plugin-molecule-skill-cron-learnings#2](https://github.com/Molecule-AI/molecule-ai-plugin-molecule-skill-cron-learnings/pull/2) +- [molecule-ai-plugin-molecule-skill-update-docs#2](https://github.com/Molecule-AI/molecule-ai-plugin-molecule-skill-update-docs/pull/2) + +Security note: Security Auditor was offline at time of change. Self-assessed +as non-security-impacting — adding `hermes` to a string list in `plugin.yaml` +creates no new tool surface or execution path. + ## Why this matters strategically - **Zero-cost distribution.** Every skill we ship to Molecule AI users is