Back to all skills
๐Ÿค–
Development

Claude Code Runner

Delegate a coding task to a full Claude Code session inside a sandbox.

4.9rating
17,800 installs
autonomous-ai-agents/claude-code
Max required

About this skill

Claude Code Runner spawns a full Claude Code session inside a HermesRecall sandbox to handle a long-running coding task: read a repo, plan the change, edit files, run tests, iterate. Great for tasks you'd rather not babysit โ€” come back to a PR draft and a test suite that passes.

What it does

  • Full Claude Code agent in a sandboxed workspace
  • Plan-then-execute with review checkpoints
  • Runs tests and iterates until green
  • Returns a diff or a PR draft
  • Isolated per-task โ€” no cross-contamination

Use cases

  • Delegate a refactor and come back to a ready-to-review PR
  • Have it write missing tests for a module overnight
  • Kick off a migration and check in every 30 minutes