claude-code

Delegates coding tasks to the Claude Code CLI via tmux.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/ghufronbagaskara/agent-im --skill claude-code-ghufronbagaskara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/ghufronbagaskara/agent-im/tree/main/hermes-home/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/ghufronbagaskara/agent-im --skill claude-code-ghufronbagaskara

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the friction of manual coding tasks by delegating complex development workflows, such as refactoring, bug fixing, and PR reviews, to an autonomous agent directly within your terminal.

Core Features & Use Cases

  • Autonomous Coding: Execute one-shot tasks like adding error handling or refactoring modules without manual intervention.
  • Interactive REPL: Engage in multi-turn conversational coding sessions with full access to slash commands and real-time file system interaction.
  • CI/CD Integration: Utilize print mode for automated code analysis, structured data extraction, and test reporting in headless environments.

Quick Start

Use the claude-code skill to add error handling to all API calls in the current directory by running the print mode command with the specified tool permissions.

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 directly in my terminal?

Automate code refactoring in your terminal by delegating autonomous software development tasks to the Claude Code CLI. This allows you to execute one-shot commands for adding error handling or refactoring modules without manual intervention.

Does autonomous code review work with CI/CD pipelines?

Autonomous code review works with CI/CD pipelines by using print mode for automated code analysis and structured data extraction. It enables headless test reporting and pull request reviews in automated environments.

Can I use an interactive REPL for multi-turn coding sessions?

You can use an interactive REPL for multi-turn coding sessions with real-time file system interaction. It maintains persistent conversational state management via local terminal orchestration using tmux.

Do I need tmux and an Anthropic API key to run a CLI coding agent?

You need tmux and an Anthropic API integration to run this CLI coding agent. Tmux provides persistent conversational state management for terminal sessions, while the API integration enables the autonomous coding capabilities.

What is the best way to fix bugs autonomously across diverse development environments?

The best way to fix bugs autonomously across diverse environments is delegating bug resolution tasks to a CLI coding agent. It operates seamlessly from one-shot CI/CD automation to interactive terminal-based coding sessions.

What are the limitations of using a CLI coding agent for pull request reviews?

Limitations of using a CLI coding agent for pull request reviews include the strict dependency on tmux for terminal orchestration and Anthropic API services for processing. Complex reviews may require interactive multi-turn sessions rather than one-shot commands.