claude-code

Delegate autonomous coding tasks and refactoring workflows to the Claude Code CLI.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill claude-code-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/ported/claude-code
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill claude-code-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @anthropic-ai/claude-code, tmux, node, npm.

What problem does it solve?

This skill solves the challenge of managing autonomous coding agents by providing a structured interface to delegate tasks, refactoring, and code reviews to the Claude Code CLI without manual terminal intervention.

Core Features & Use Cases

  • Autonomous Task Delegation: Execute one-shot coding tasks like bug fixes or refactoring using print mode.
  • Interactive Session Management: Orchestrate multi-turn coding sessions via tmux for complex, iterative development.
  • Structured Output: Extract machine-readable results and logs for CI/CD pipelines and automated reporting.

Quick Start

Use the claude-code skill to refactor the authentication module in the current directory by running the task in print mode.

Frequently Asked Questions about claude-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code refactoring tasks with Claude?

You can automate code refactoring with Claude by delegating one-shot coding tasks to the Claude Code CLI in print mode, which executes autonomously without manual terminal intervention.

Can I run autonomous coding agents in CI/CD pipelines?

Yes, you can run autonomous coding agents in CI/CD pipelines by using the non-interactive print mode of the Claude Code CLI to execute tasks and extract structured, machine-readable output for automated reporting.

What is the best way to manage interactive multi-turn coding sessions?

The best way to manage interactive multi-turn coding sessions is orchestrating them via tmux, which facilitates complex iterative development through persistent terminal session management.

Do I need tmux and npm to delegate tasks to a coding agent?

Yes, you need tmux and npm installed, because delegating tasks to this coding agent requires the @anthropic-ai/claude-code CLI package and tmux for session orchestration.

How does autonomous task delegation work for code reviews?

Autonomous task delegation for code reviews works by sending tasks to the Claude Code CLI, which processes the request and returns structured logs and results without requiring manual terminal commands.

Does this approach support both one-shot execution and exploratory development?

Yes, this approach supports both non-interactive one-shot execution for CI/CD automation and interactive multi-turn sessions for exploratory development via tmux orchestration.