docs(skills): add hermes-agent verification rule

This commit is contained in:
skyc1e 2026-06-14 19:51:08 +02:00 committed by Teknium
parent 8ac5e90ec2
commit 46cc0345ae

View file

@ -31,6 +31,16 @@ People use Hermes for software development, research, system administration, dat
**Docs:** https://hermes-agent.nousresearch.com/docs/
## Scope & Verification
This skill is a concise operating guide, not the complete source of truth for every Hermes feature. If a Hermes feature, command, or setting is not mentioned here, do not treat that absence as evidence that it does not exist. Check the live repository and official docs before giving a negative answer.
Good verification targets:
- CLI commands: `hermes --help`, `hermes <command> --help`, and `hermes_cli/main.py`
- User documentation: https://hermes-agent.nousresearch.com/docs/
- Source tree: https://github.com/NousResearch/hermes-agent
## Quick Start
```bash