EN DE
← ← Back to Index

claude-code

autonomous-ai-agents › claude-code v2.2.0
Coding-Agent Claude Anthropic Code-Review Refactoring PTY Automation

Description

Delegate coding to Claude Code CLI (features, PRs).

Relevance to Our Projects

Delegate coding to Claude Code CLI (features, PRs).

SKILL.md Preview

# Claude Code — Hermes Orchestration Guide

Delegate coding tasks to [Claude Code](https://code.claude.com/docs/en/cli-reference) (Anthropic's autonomous coding agent CLI) via the Hermes terminal. Claude Code v2.x can read files, write code, run shell commands, spawn subagents, and manage git workflows autonomously.

## Prerequisites

- **Install:** `npm install -g @anthropic-ai/claude-code`
- **Auth:** run `claude` once to log in (browser OAuth for Pro/Max, or set `ANTHROPIC_API_KEY`)
- **Conso

← ← Back to Index