Skip to content

starychenko/claude-code-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Code Agent Skill for OpenClaw πŸ€–

An OpenClaw skill that turns Claude Code into a background developer agent β€” delegated, managed, and reported on automatically.

Concept

You (Cody/OpenClaw) = PM / Architect
Claude Code (on server) = Developer

You assign a task β†’ Claude Code codes, commits, pushes β†’ you get an auto-review summary.

What It Does

  • Delegates coding tasks to Claude Code running on the server
  • Manages Claude Code sessions with persistence (resume across restarts)
  • Auto-reviews work via a stop hook: git log, build/lint, code quality
  • Two-way notifications: Telegram alerts when Claude Code finishes
  • Tracks project history in memory/projects/<project>.md

Requirements

  • OpenClaw agent running on a server
  • Claude Code installed (npm install -g @anthropic-ai/claude-code)
  • MCP server at /opt/cody-mcp/ (see references/project-setup.md)
  • Telegram bot for notifications (optional but recommended)

Structure

claude-code-agent/
β”œβ”€β”€ SKILL.md              # Main skill instructions for the OpenClaw agent
└── references/
    β”œβ”€β”€ memory-system.md  # How project memory and decision logging works
    └── project-setup.md  # MCP server setup, stop hooks, session persistence

Installation

# Via ClawhHub (when published)
clawhub install claude-code-agent

# Or manually β€” clone into your OpenClaw workspace skills folder
git clone https://github.com/starychenko/claude-code-agent \
  ~/.openclaw/workspace/skills/claude-code-agent

Core Workflow

  1. Tell your OpenClaw agent about a coding task
  2. Agent writes the task to MCP, launches Claude Code in the background
  3. Claude Code works autonomously β€” codes, runs tests, commits
  4. Stop hook fires β†’ wakes the OpenClaw agent for auto-review
  5. OpenClaw agent reviews git log, build output, code quality
  6. You get a Telegram summary + git pull instruction

References


Part of the Hal Stack ecosystem.

About

OpenClaw skill for delegating coding tasks to Claude Code agent

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors