jscholz/hermes-agent-workflow

A public template for deploying a personal AI assistant stack (hermes-agent + sidekick PWA + audio bridge) on your own hardware.

This repository also configures its own agents. See what hermes-agent-workflow tells them →

2Stars on the repository
75Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

codebase-inspection

25

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

not rated 2 2mo ago A 47 tokens copy · 89% Apache-2.0

github-auth

26

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

not rated 2 2mo ago A ✓ AI review 48 tokens copy · 88% Apache-2.0

github-code-review

27

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

not rated 2 2mo ago C 45 tokens copy · 97% Apache-2.0

github-issues

28

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.

not rated 2 2mo ago C 50 tokens copy · 86% Apache-2.0

github-pr-workflow

29

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

not rated 2 2mo ago D 49 tokens copy · 86% Apache-2.0

jscholz/hermes-agent-workflow

Skill Claude CodeCodex needs its repo

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

not rated 2 2mo ago A ✓ AI review 47 tokens copy · 83% Apache-2.0

gif-search

31

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.

not rated 2 2mo ago A 39 tokens copy · 94% Apache-2.0

heartmula

32

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Set up and run HeartMuLa, the open-source music generation model family (Suno-like). Generates full songs from lyrics + tags with multilingual support.

not rated 2 2mo ago A 34 tokens copy · 89% Apache-2.0

songsee

33

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.

not rated 2 2mo ago A 45 tokens copy · 91% Apache-2.0

spotify

34

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Control Spotify — play music, search the catalog, manage playlists and library, inspect devices and playback state. Loads when the user asks to play/pause/queue music, search tracks/albums/artists, manage playlists, or check what's playing. Assumes the Hermes Spotify toolset is enabled and hermes auth spotify has been…

not rated 2 2mo ago A 71 tokens copy · 94% Apache-2.0

youtube-content

35

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.

not rated 2 2mo ago A 62 tokens copy · 91% Apache-2.0

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

not rated 2 2mo ago A 85 tokens copy · 88% Apache-2.0

weights-and-biases

37

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform.

not rated 2 2mo ago A 39 tokens copy · 92% Apache-2.0

huggingface-hub

38

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Hugging Face Hub CLI (hf) — search, download, and upload models and datasets, manage repos, query datasets with SQL, deploy inference endpoints, manage Spaces and buckets.

not rated 2 2mo ago C 43 tokens copy · 84% Apache-2.0

llama-cpp

39

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Use this skill for local GGUF inference, quant selection, or Hugging Face repo discovery for llama.cpp.

not rated 2 2mo ago A 18 tokens copy · 97% Apache-2.0

obliteratus

40

jscholz/hermes-agent-workflow

Skill Claude CodeCodex needs its repo

Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament…

not rated 2 2mo ago A 103 tokens copy · 86% Apache-2.0

outlines

41

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

not rated 2 2mo ago B 50 tokens copy · 97% Apache-2.0

serving-llms-vllm

42

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

not rated 2 2mo ago A 75 tokens copy · 89% Apache-2.0

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

not rated 2 2mo ago A 54 tokens copy · 86% Apache-2.0

jscholz/hermes-agent-workflow

Skill Claude CodeCodex needs its repo

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

not rated 2 2mo ago A 45 tokens copy · 89% Apache-2.0

dspy

45

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

not rated 2 2mo ago A 35 tokens copy · 94% Apache-2.0

axolotl

46

jscholz/hermes-agent-workflow

Skill Claude CodeCodex needs its repo

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support.

not rated 2 2mo ago A 47 tokens copy · 95% Apache-2.0

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

not rated 2 2mo ago A 69 tokens copy · 83% Apache-2.0

unsloth

48

jscholz/hermes-agent-workflow

Skill Claude CodeCodex

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization.

not rated 2 2mo ago A 39 tokens copy · 83% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: