claude-code

Delegate coding tasks to Claude Code CLI for generation, review, and refactoring.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill claude-code-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill claude-code-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating work to Claude Code CLI, reducing manual typing and context switching.

Core Features & Use Cases

  • Two orchestration modes: Print mode for one-shot tasks and Interactive PTY via tmux for multi-turn sessions.
  • Reads files, writes code, runs shell commands, spawns subagents, and manages git workflows autonomously.
  • Applicable to feature development, PR handling, code reviews, and automated git workflows across Linux, macOS, and Windows projects.

Quick Start

Instantiate Claude Code with a concrete task and let it orchestrate the coding workflow.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate coding tasks and git workflows using a CLI tool?

You can automate coding tasks by delegating work to the Claude Code CLI, which reads files, writes code, runs shell commands, and manages git workflows autonomously. It operates in print mode for one-shot tasks or interactive PTY for multi-turn sessions.

Can I run autonomous code generation and code reviews across different operating systems?

Yes, autonomous code generation and code reviews are supported across Linux, macOS, and Windows projects. The tool orchestrates feature development, PR handling, and automated git workflows regardless of your operating system.

What is the best way to orchestrate multi-turn coding sessions for feature development?

The best way to orchestrate multi-turn coding sessions is using the interactive PTY mode via tmux. This allows the CLI to spawn subagents, run shell commands, and manage continuous feature development workflows autonomously.

Does this autonomous coding approach work for applying PRs and refactoring code?

Yes, this autonomous coding approach works for applying PRs and refactoring code. It can read files, write code, and manage git workflows to handle pull requests and code reviews effectively.

Do I need tmux to run interactive code generation sessions?

Yes, you need tmux to run interactive code generation sessions. While print mode handles one-shot tasks without it, the interactive PTY mode relies on tmux to manage multi-turn coding sessions and spawn subagents.

What are the limitations of using a CLI tool for autonomous code generation?

The main limitation is that one-shot tasks in print mode lack multi-turn interaction, requiring interactive PTY mode via tmux for continuous coding. Additionally, autonomous shell command execution may require careful environment setup to prevent unintended system modifications.