This is an early release preview. You may encounter bugs.
Hermes Skill Factory logo
Unclaimed

Tool coding

Hermes Skill Factory

Hermes meta-skill that detects repeated workflows and generates reusable skills and slash commands

D 39/100 GitHub score ? This grade is derived from GitHub signals, not user votes. Open for the full breakdown.
No votes yet

01 / About

What Hermes Skill Factory is.

Skill Factory is a meta-skill for Nous Research's Hermes Agent (v2026.3 or later) that watches your sessions for repeated workflows and turns them into reusable skills. It runs in the background during every session, detects patterns such as a recurring sequence of environment setup, dependency installation, and test runs, and then proposes a named skill with a category, description, and the captured steps.

When you accept a proposal, it generates a SKILL.md file in the Hermes native skill format under ~/.hermes/skills/ / / and, optionally, a plugin.py under ~/.hermes/plugins/ that registers a slash command to trigger the workflow directly. The package itself consists of a SKILL.md that instructs the Hermes model how to observe, detect, and propose skills, a skill_factory.py plugin that provides the /skill-factory commands and file generation, and templates for the generated files.

Features

  • Workflow detection: tracks patterns across a session and proposes a skill when one repeats
  • Interactive proposals: each proposal offers to generate the SKILL.md, the plugin, both, or skip
  • SKILL.md output: front matter with name, category, description, and tags, followed by activation conditions, phased workflow steps, and examples
  • Slash-command output: a scaffolded Hermes plugin exposing the workflow as a named command
  • Command set: /skill-factory propose, list, status, queue, save , and clear
  • Natural-language triggers: phrases such as "save this as a skill" or "turn this workflow into a reusable skill" also start generation
  • Templates and examples: SKILLTEMPLATE.md, PLUGINTEMPLATE.py, and a generated git-pr-workflow example

02 / Discussion CREDIBILITY-GATED

Discussion

Reading is open to everyone. Posting and voting need a verified identity or a GitHub grade of B or higher.

  • No discussions yet.

03 / Build

Build with Hermes Skill Factory.

Browse the catalogue for frameworks, tools, and harnesses, each scored on real GitHub credibility.

Get Hermes Skill Factory →

Browse the catalogue