claude-code

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

Updated May 4, 2026
One-click install
npx skills add https://github.com/JamesFincher/gengar --skill claude-code-jamesfincher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/JamesFincher/gengar/tree/main/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/JamesFincher/gengar --skill claude-code-jamesfincher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating coding work with Claude Code reduces the time and friction required to implement features, refactor code, and iterate toward production-ready pull requests.

Core Features & Use Cases

  • Delegated coding via Claude Code CLI: Use Anthropic’s Claude Code terminal agent to read and modify project files, run commands, and manage git workflows.
  • Two orchestration modes: Use print mode for one-shot non-interactive tasks, or interactive PTY mode (tmux) for multi-turn refactor-review-fix cycles.
  • Tooling controls and structured outputs: Constrain tool access with allowed/disallowed tool whitelists and request JSON or streaming JSON results for automation and CI pipelines.

Quick Start

Delegate a one-shot refactor to Claude Code in print mode for the current project by asking: “Refactor the auth module for better error handling and add unit tests for the updated behavior.”

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 and generate PR-ready changes with Claude Code?

You can delegate code refactoring to Claude Code via print mode for one-shot tasks or interactive PTY mode using tmux for multi-turn refactor-review-fix cycles, yielding pull request-ready changes with minimal manual orchestration.

What is the difference between print mode and interactive PTY mode for coding automation?

Print mode handles one-shot non-interactive coding tasks, while interactive PTY mode uses tmux to manage multi-turn refactor-review-fix cycles for complex development workflows.

Do I need Claude Code installed and Anthropic authentication to use this coding workflow?

Yes, this workflow requires Claude Code v2.x installed and Anthropic authentication configured to enable CLI-based file edits, shell execution, and structured output formats.

Can I constrain tool access and get structured JSON output from Claude Code for CI pipelines?

Yes, you can enforce tool access with allowed and disallowed tool whitelists while requesting structured JSON or streaming JSON outputs to integrate code review and refactoring into CI pipelines.

Does Claude Code work with git worktrees for isolated code review and feature development?

Yes, Claude Code supports interactive multi-turn development workflows involving git worktrees, enabling isolated file edits, shell execution, and iterative code review for feature development.