Skip to content

docs: document profile no-skills flag - #36629

Open
pranjalbhatia710 wants to merge 1 commit into
NousResearch:mainfrom
pranjalbhatia710:docs/profile-no-skills
Open

docs: document profile no-skills flag#36629
pranjalbhatia710 wants to merge 1 commit into
NousResearch:mainfrom
pranjalbhatia710:docs/profile-no-skills

Conversation

@pranjalbhatia710

Copy link
Copy Markdown

Summary

  • Add --no-skills to the bundled Hermes Agent skill command reference
  • Update generated bundled-skill docs and zh-Hans docs to match
  • Correct the documented opt-out marker from .no-skills to the actual .no-bundled-skills

Fixes #26446

Test Plan

  • ! git grep -n "\\.no-skills" -- '*.md'
  • git grep -n "profile create NAME Create (--clone, --clone-all, --clone-from)" -- '*.md' returns no stale exact references
  • git diff --check

@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) labels Jun 1, 2026
@pranjalbhatia710
pranjalbhatia710 force-pushed the docs/profile-no-skills branch from d1d8e31 to d2ce29d Compare June 18, 2026 06:37
@pranjalbhatia710

Copy link
Copy Markdown
Author

Rebased this on current main and resolved the docs conflict from the newer --clone-from / skills opt-out profile docs.

The branch now keeps this PR focused on adding --no-skills to the generated Hermes Agent skill command snippets while preserving the newer profile reference wording already on main.

Validation:

git diff --check upstream/main...HEAD
git grep -n -- '--no-skills\|no-bundled-skills\|opt-out' HEAD -- skills/autonomous-ai-agents/hermes-agent/SKILL.md website/docs/reference/profile-commands.md website/docs/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.md website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/profile-commands.md website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/bundled/autonomous-ai-agents/autonomous-ai-agents-hermes-agent.md

Also pushed via SSH after the HTTPS token hit GitHub's workflow-scope guard from unrelated workflow history.

@teknium1

Copy link
Copy Markdown
Contributor

Thanks for filling the remaining bundled-skill reference gap. The change is correct and appropriately scoped.

hermes_cli/subcommands/profile.py:53-57 registers --no-skills, while the source command reference at skills/autonomous-ai-agents/hermes-agent/SKILL.md:215 currently omits it. The changed generated pages match the source update; website/scripts/generate-skill-docs.py:432 identifies those pages as generated from SKILL.md, and .github/workflows/docs-site-checks.yml:39-40 regenerates them during docs validation.

Automated hermes-sweeper review.

@teknium1 teknium1 added sweeper:blast-contained Sweeper blast radius: contained — one narrow path / opt-in / few users area/profiles Multi-profile isolation, HERMES_HOME scoping labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/profiles Multi-profile isolation, HERMES_HOME scoping P3 Low — cosmetic, nice to have sweeper:blast-contained Sweeper blast radius: contained — one narrow path / opt-in / few users tool/skills Skills system (list, view, manage) type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--no-skills flag is in RELEASE_NOTES and code, but missing from permanent docs

3 participants