Hermes Skills banner
itgoyo itgoyo

Hermes Skills

AI community

Description

310+ Hermes Agent Skills — reusable AI agent workflows for coding, marketing, design, finance, MLOps and more

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🧠 Hermes Agent Skills

310+ reusable AI agent skills for [Hermes Agent](https://github.com/NousResearch/hermes) — covering coding, marketing, design, finance, MLOps, game development, and much more.

[![Skills](https://img.shields.io/badge/skills-310%2B-blue)](https://github.com/itgoyo/hermes-skills) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Hermes](https://img.shields.io/badge/powered%20by-Hermes%20Agent-purple)](https://github.com/NousResearch/hermes)


📖 What are Skills?

Skills are **procedural memory** for Hermes Agent — reusable step-by-step guides, proven workflows, and domain expertise that the agent loads on demand. Each skill is a `SKILL.md` file containing:

  • Trigger conditions (when to use this skill)
  • Numbered steps with exact commands
  • Pitfalls and edge cases
  • Verification steps

Skills prevent the agent from reinventing the wheel — instead of figuring out how to do something from scratch, it loads the relevant skill and follows the established workflow.


🚀 Quick Start

1. Install Hermes Agent

pip install hermes-agent
# or follow https://github.com/NousResearch/hermes

2. Clone this repo into your skills directory

# Backup existing skills (if any)
cp -r ~/.hermes/skills ~/.hermes/skills.bak

# Clone directly into the skills directory
git clone https://github.com/itgoyo/hermes-skills.git ~/.hermes/skills

3. Verify skills are loaded

hermes skills list
# or ask the agent: "show me available skills"

4. Use a skill

Simply ask Hermes to do something — it will automatically detect and load the relevant skill:

"Help me review this GitHub PR"          → loads github-code-review
"Create a Manim animation"               → loads manim-video
"Set up a fine-tuning run with Axolotl"  → loads axolotl
"Write a Xiaohongshu post"               → loads marketing-xiaohongshu-operator

📦 Skills Directory (310+ skills)

🎓 Academic (6)

| Sk