2 Commits

Author SHA1 Message Date
Leo Chow 45bc3eb10e fix: mark hermes-skill/scripts/install.sh as executable (100755)
Matches codex-skill/scripts/install.sh which is committed as 100755.
Without this, invoking the script directly returns Permission denied
even though the shebang is present.

Flagged by Codex review on PR #320.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 10:58:00 +10:00
Leo Chow 94394bd0b5 fix: address reviewer feedback — align hermes-skill with codex-skill structure
- Trim SKILL.md frontmatter to name+description only (drop version, author,
  license, metadata.hermes block) to match codex-skill convention
- Remove inline 7-phase SOP and GIMP example; defer to
  ../cli-anything-plugin/HARNESS.md as single source of truth
- Replace unverified hermes_tools import snippets with a docs link
- Replace stale hardcoded harness table with pointer to registry.json
- Add agents/hermes.yaml (mirrors codex-skill/agents/openai.yaml)
- Add scripts/install.sh and scripts/install.ps1 to place skill into
  ~/.hermes/skills/cli-anything-hermes (matches codex-skill installer pattern)
- Register hermes-skill in public_registry.json for CLI-Hub discoverability
- Allow hermes-skill/ in .gitignore allowlist (same pattern as codex-skill/)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 09:38:59 +10:00