Add evidence-gated Hermes agent architecture builder skill 🤖🤖🤖 - #3014
Open
kotlyar wants to merge 2 commits into
Open
Add evidence-gated Hermes agent architecture builder skill 🤖🤖🤖#3014kotlyar wants to merge 2 commits into
kotlyar wants to merge 2 commits into
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 13 changed file(s).
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Author
|
The nested |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
hermes-agent-builder-en, a guided discovery and architecture-design skill for deciding what belongs in deterministic workflows, tools, reusable skills, temporary subagents, persistent profiles, and orchestration.Why this is useful
The skill addresses a recurring failure mode in agent-system design: turning job titles, platforms, or large prompts into separate agents before outcome ownership, persistent state, lifecycle, authority, and coordination needs are understood. It interviews users in plain language and records explicit evidence gates before producing an implementation-ready kit.
Included resources
Validation
npm run skill:validatenpm run buildnpx --yes @microsoft/vally-cli lint skills/hermes-agent-builder-en --verbosepython skills/hermes-agent-builder-en/scripts/test_package_delivery.py -vAll checks pass locally.
Upstream source
The maintained bilingual source is released under MIT at https://github.com/kotlyar/agent-architecture-builder/releases/tag/v1.0.1.