hermes-SkillOpt
Controlled skill optimization for Hermes Agent — derives from Microsoft Research's SkillOpt: 52/52 settings improved through text-space optimization with validation gates.
File Explorer
- droid-review.yml
- droid.yml
- tests.yml
- all-pass-baseline.md
- artifact-formats.md
- artifact-pyramid-phase-outputs.md
- board-slug-schema-compatibility.md
- clean-room-evaluation.md
- cli-skill-preflight-audit.md
- command-syntax-verification.md
- creative-skill-optimization.md
- delegation-to-authority-pattern.md
- dirty-worktree-publication.md
- evidence-governed-execution.md
- greenfield-skill-optimization.md
- local-installation-after-merge.md
- meta-optimization.md
- methodology-guide.md
- multi-epoch-progression.md
- multi-skill-patterns.md
- non-git-skills.md
- post-merge-commit-catchup.md
- publish-to-github.md
- safety-classifier-validation.md
- seed-board-python-workaround.md
- size-objective-compaction.md
- test-suite-design.md
- tool-bugs-during-validation.md
- trajectory-schema-enforcement.md
- upstream-reconciliation.md
- validation-trajectory-integrity.md
- version-granularity-in-reference-tables.md
- archive-run.sh
- pyramid_utils.py
- run-phase.sh
- seed-board.sh
- epoch1-run-summary.json
- epoch2-run-summary.json
- v0.1.0-baseline.md
- v0.1.0-endpoints-baseline.md
- v0.2.0-post-epoch1.md
- v0.3.0-post-epoch2.md
- board-metadata.json
- epoch1-reflection.json
- epoch1-validation-record.json
- epoch2-board-metadata.json
- epoch2-reflection.json
- epoch2-training-suite.json
- epoch2-validation-suite.json
- epoch3-board-metadata.json
- epoch3-reflection.json
- epoch3-training-suite.json
- groktopus-branding-e1-training.json
- groktopus-branding-e1-validation.json
- groktopus-branding-e2-training.json
- groktopus-branding-v1.1.0-baseline.md
- groktopus-branding-v1.2.0-baseline.md
- hyperframes-v1.0.0-baseline.md
- hyperframes-v1.0.1-baseline.md
- hyperframes-v1.1.0-baseline.md
- hyperframes-v1.1.1-baseline.md
- image-magnus919-e1-training.json
- image-magnus919-e1-validation.json
- image-magnus919-e2-training.json
- image-magnus919-e3-training.json
- image-magnus919-v1.0.0-baseline.md
- image-magnus919-v1.1.0-baseline.md
- image-magnus919-v1.2.0-baseline.md
- training-suite.json
- validation-suite.json
- write-draft-e1-training.json
- write-draft-e1-validation.json
- write-draft-e2-training.json
- write-draft-v1.1.0-baseline.md
- pdf-gen-train.json
- pdf-gen-val.json
- pdf-generation-test-suite.json
- board.json
- test-suite.json
- __init__.py
- support.py
- test_archive_run.py
- test_pyramid_utils.py
- test_repository_contracts.py
- test_run_phase.py
- test_run_phase_chain.py
- test_run_post_merge_task.py
- test_seed_board.py
- .gitignore
- AGENTS.md
- LICENSE
- README.md
- SKILL.md
- TESTING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
