Hermes Claude Code banner
suenyiyang suenyiyang

Hermes Claude Code

Development community

Description

Make your Claude Code self-improving just like Hermes Agent 🐎.

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

claude \
  --dangerously-skip-permissions \
  --output-format=stream-json \
  --verbose \
  -p "Read the source code of https://github.com/NousResearch/hermes-agent, especially the run_agent.py and tools/skill_manager_tool.py.
  
  Implement the similar self-improving feature based on Claude Code's hooks and skills ability.
  
  Use bun with TypeScript to implement the skill_manager_tool."