spark-hermes-skills
The skills you write for Claude Code load into Hermes unchanged.
Positioning
agentskills.io is the same SKILL.md + YAML-frontmatter standard Claude Code uses, so a skill is portable across harnesses. These two distil the fieldkit.harness serving + routing surface into skills any agentskills.io-compatible agent can install.
- Give a Hermes (or Claude Code) agent a DGX Spark serving + routing playbook
- Bring up one local serving lane inside the 128 GB envelope and tear it down cleanly (spark-serve)
- Route a request to the right Orionfold domain-expert GGUF, one expert at a time (vertical-route)
Audience. DGX Spark power users wiring an agent harness to the box.
Variants
Each variant is a single SKILL.md file in agentskills.io
frontmatter — the same format Claude Code reads. Drop one into
.claude/skills/ and any agentskills.io-compatible runtime
loads it unchanged.
- spark-serverecommended
- vertical-route
Start here. spark-serve — the variant the bundle leads with.
How to install
License: free · mit.
The repository hosts one folder per variant; each folder is a
self-contained SKILL.md bundle.
git clone https://github.com/manavsehgal/spark-skills.git
# drop the variant folder you want into .claude/skills/ Known drift
The bounds the skill bundle is honest about.
- Registry indexing latency
- published to GitHub (manavsehgal/spark-skills); skills.sh re-crawls the repo within ~24 hours of push.
- Scope
- 2 skills at launch (spark-serve, vertical-route); the curated existing .claude/skills/ subset is portable but not yet republished.
Companion field note
The skill bundle pairs with the field note hermes-drives-the-spark-via-fieldkit-mcp — the article walks through how a Claude Code skill ports unchanged into a Hermes agent over the fieldkit-MCP surface.
Read the field note