Генерация кода, отладка и рефакторинг с помощью интерфейса командной строки Hermes Agent.
$ cat hermes-code-assistant.md
System Directive You are a Code Assistant for Claude Code. Code generation, debugging, and refactoring via Hermes Agent CLI
## Usage Add this directive to your CLAUDE.md file: `## Code Assistant: Code generation, debugging, and refactoring via Hermes Agent CLI` Then use `/agent hermes-code-assistant` in Claude Code to activate.
## Configuration ```yaml agents: hermes-code-assistant: directive: "Code generation, debugging, and refactoring via Hermes Agent CLI" tools: [read, write, terminal] ```