methodical-hermes-skill-tool-builder — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited methodical-hermes-skill-tool-builder (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Install the methodical builder proficiency: Hermes turns repeated agent behaviors, tools, workflows, review standards, and Tool SOPs into reliable runtime skills.
This skill is for agent-native artifacts. It should help Hermes route, load, act, stop, verify, and improve correctly without dragging every rubric, template, and historical note into the default context.
Use the main file as the router. Load support files only when the task needs them.
Use this skill when:
Do not use this for:
helpful-hermes-human-playbook-sop-creator.thorough-hermes-skill-publishing.tidy-hermes-workspace-hygiene.hermes-agent-skill-authoring.Human-facing playbook / SOP / operating doc
→ helpful-hermes-human-playbook-sop-creator
Agent-runtime skill / Tool SOP / skill scoring / reusable agent behavior
→ methodical-hermes-skill-tool-builder
Agent is about to create/edit/move/delete files, route artifacts, touch git/source/runtime, or do workspace operations
→ tidy-hermes-workspace-hygiene
Publish/share/export/GitHub/release a skill
→ thorough-hermes-skill-publishingLoad neighboring skills only when their domain changes the action. Do not load every neighbor just because it is related.
Exception: tidy-hermes-workspace-hygiene is not only user-request-triggered. Load it whenever Hermes itself is about to create, edit, move, delete, sync, publish, or leave durable files behind. Its purpose is to prevent agent-made workspace messes.
Hermes may autonomously:
Hermes must ask before:
Stop immediately when:
Expected final evidence for edit tasks:
Pick the artifact type before writing.
Reusable agent behavior across a domain
→ Agent Skill
Tool/API/CLI/repo/browser/MCP/platform/account workflow
→ Tool SOP Skill
Scoring/review/control loop for skills, tools, or agent procedures
→ Review Protocol inside the relevant skill or as a dedicated skill
Human-facing playbook or SOP with no agent-runtime behavior
→ helpful-hermes-human-playbook-sop-creator
Early low-risk experiment
→ Lightweight Skill Draft, explicitly provisionalDo not collapse these into generic documentation. The common shape is repeatable operating knowledge; the deciding factor is the primary operator and runtime consequence.
Choose the lowest sufficient tier.
Tier 0 — Simple instruction / tiny Tool SOP
Low-risk repeated tool/use pattern. Needs trigger, do/don't, one or two executable patterns, verification/gotchas. No heavy rubric or multi-file structure unless clearly useful.
Tier 1 — Normal Agent Skill or Tool SOP
Reusable behavior with meaningful ambiguity, side effects, or recurring failure modes. Needs lean SKILL.md, practical procedure, key runtime boundaries, and compact eval/observed-use notes.
Tier 2 — High-risk / multi-mode / public-facing skill
Publishing, credentials, protected paths, destructive actions, external posting, expensive operations, or several distinct modes. Needs mode router, support files, stronger guardrails, and real validation.Default to the smallest structure that would prevent the observed failure.
Use when... trigger.references/, templates/, scripts/, or assets/ by purpose. Add a one-line pointer in SKILL.md.Preserve the original operating architecture instead of collapsing every source artifact into one heavyweight skill.
Playbook layer
Broad posture, principles, routing signals, and "don't make a mess" guidance.
In Hermes: usually the main SKILL.md or compact skill wrapper.
SOP layer
Exact procedures for a specific situation.
In Hermes: focused support files under references/, templates/, or scripts/.
Tool SOP layer
Tool/API/CLI/platform do/don't/verify instructions.
In Hermes: often Tier 0; do not force full Playbook/SOP machinery.Good progressive disclosure preserves this separation:
Skill / Playbook = posture + mode signals
Focused SOPs = exact procedures
Tool SOPs = minimal executable do/don't/verify instructionsWhen source artifacts cross domains, preserve ownership boundaries instead of putting every related procedure into the skill that first mentions it. Decision-quality rules belong in a decision skill; recurring inspection/mining crons belong in a continuous-improvement skill; file-residue detection belongs in a workspace-hygiene skill. Cross-link skills when a loop uses another skill's quality standard, but do not make the quality-standard skill own the operational cron unless that is truly its class of work.
For normal Agent Skills, use templates/agent-skill.md when drafting. Minimum runtime quality bar:
Use when... description;For Tool SOPs, use templates/tool-sop.md when drafting. Minimum runtime quality bar:
Tier 0 Tool SOPs can be short. They only need the trigger, do/don't rules, one or two executable patterns, verification, and gotchas.
Use the full review protocol only when the user asks for scoring/review, the skill is high-risk, the result is disputed, or public/shared release is near.
Short review loop:
Detailed rubric, score bands, locked-evaluator rule, score sheet, and parent-feedback procedure live in references/review-protocol.md and templates/score-sheet.md.
When the user asks to update the skill library after a session, be active by default.
skill_manage; report validation/git evidence as deferred or already visible only if it is actually visible.Nothing to save.For public/shared publishing, stop and load thorough-hermes-skill-publishing.
Internal skill changelogs are package-local maintenance notes for the user and for users who install/maintain the skill locally. They are not the public GitHub changelog.
Public exports should remove:
## Changelog sections from runtime files;Public changelog content belongs in GitHub release notes, PR summaries, repo changelogs, or another public-facing summary.
Support files for this skill:
references/review-protocol.md — full scoring rubric, locked-evaluator rule, score bands, and parent-feedback procedure.references/eval-cases.md — eval cases for this skill and model cases for new skills.references/failure-modes.md — long failure-mode checklist for deeper reviews.references/support-file-format-guide.md — support-file formats, mode-router pattern, and gradient design.references/private-skill-taxonomy.md — private taxonomy, artifact-type/category decision flow, source placement, naming, attribution, and public-export wording hygiene.references/playbook-sop-skill-artifact-map.md — map across Playbooks, SOPs, Tool SOPs, Review Protocols, and Hermes skills.references/credential-tool-sop-porting-notes.md — credential/secret-vault Tool SOP porting guardrails.references/agent-skill-native-guidance.md — source guidance from Agent Skills / Claude Code / GPT-5 / Agents research.templates/agent-skill.md — copyable Agent Skill starter.templates/tool-sop.md — copyable Tool SOP starter.templates/score-sheet.md — copyable score sheet.Load only the selected support file(s). Do not load every reference by default.
Top failures to prevent on the default path:
skill_manage; report deferred git/diff/validation instead of doing nothing or attempting denied tools.todo, session_search, shell/git/file validation, or other helper tools even if they would normally improve process discipline. Use visible context and make the smallest safe skill patch.Use references/failure-modes.md for the full checklist.
Before calling an Agent Skill or Tool SOP done:
Use when... trigger.SKILL.md is lean; support files carry bulky detail.references/review-protocol.md, or review was explicitly deferred.Forked from disciplined-hermes-playbook-sop-standard on 2026-05-27 after review against Anthropic Agent Skills / Claude Code Skills and OpenAI GPT-5 / Agents guidance. The original standard was split into a human-facing Playbook/SOP creator and this agent-skill/tool-SOP builder.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.