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>
- 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>