docs: document profile create --no-skills - #50241
Conversation
|
Duplicate of #26456 — both add |
teknium1
left a comment
There was a problem hiding this comment.
Thanks for correcting the bundled skill reference. The premise remains valid on current main: skills/autonomous-ai-agents/hermes-agent/SKILL.md:215 omits --no-skills, while the real CLI registers it at hermes_cli/subcommands/profile.py:53-57.
Problems
- The public bundled-skill mirror has the same omission at
website/docs/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.md:219.
Suggested changes
- Update that mirrored
hermes profile create NAMEline with--no-skillsas well.
This is an automated hermes-sweeper review.
| hermes profile list List all profiles | ||
| hermes profile create NAME Create (--clone, --clone-all, --clone-from) | ||
| hermes profile create NAME Create (--clone, --clone-all, --clone-from, --no-skills) | ||
| hermes profile use NAME Set sticky default |
There was a problem hiding this comment.
Please make the same flag-list update in the published bundled-skill mirror at website/docs/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.md:219; it currently has the identical omission.
The hermes-sweeper flagged that the public bundled-skill mirror at website/docs/.../autonomous-ai-agents-hermes-agent.md:219 has the same omission as the SKILL.md that PR NousResearch#50241 already fixed. Refs: NousResearch#50241
|
Addressed the hermes-sweeper's suggestion: the website mirror at This PR is now 2 files, 2 lines changed (both: +1 for Also noting the |
Summary
Adds the existing
--no-skillsflag to thehermes profile createcommand reference in the bundledhermes-agentskill.Why
The flag already exists and is documented in the website docs, but it was missing from
skills/autonomous-ai-agents/hermes-agent/SKILL.md, which agents and AI assistants use as a primary command reference.This closes the remaining docs gap from #26446.
Fixes #26446.
What changed
skills/autonomous-ai-agents/hermes-agent/SKILL.md--no-skillsto thehermes profile create NAMEflag listValidation
Results:
grep -rn "no-skills" skills/now finds the new SKILL.md entrygrep -rn "no-skills" website/confirms the website docs already document the flagRisk
Zero behavioral risk. This is a one-line markdown documentation update only.