spark-hermes-skills

The skills you write for Claude Code load into Hermes unchanged.

free · mit 2 variants agentskills.io

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.

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
2 SKILL.md bundles · agentskills.io format

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