claude-code

Delegate coding tasks to Claude Code CLI for autonomous feature work, refactoring, and review.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill claude-code-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill claude-code-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of doing coding work by hand when you need an autonomous assistant to inspect a repository, edit files, run commands, and manage git workflows from the desktop terminal.

Core Features & Use Cases

  • One-shot coding automation: Use print mode for fixes, refactors, feature additions, structured reviews, and scripted analysis without interactive prompts.
  • Interactive agent sessions: Use tmux-backed sessions for multi-turn development, follow-up instructions, slash commands, and live monitoring while the agent works.
  • Safe orchestration and review: Control permissions, tool access, session resumption, worktrees, and PR review flows for repeatable development operations.

Quick Start

Ask Claude Code to review the current repository, make the requested code changes, and report back with the results.

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 git workflows using a coding agent?

You can delegate code refactoring and git workflows to a coding agent by using print mode for one-shot automation or tmux-backed sessions for interactive, multi-turn development across local repositories.

What is the best way to run autonomous code review on a local repository?

The best way to run autonomous code review is by delegating the repository inspection to the agent, which analyzes the code and reports back with structured JSON output or PR review flows.

Does Claude Code CLI support interactive tmux sessions for multi-step development?

Yes, the Claude Code CLI supports interactive tmux sessions, allowing you to monitor the coding agent live, issue follow-up instructions, and use slash commands during multi-step development workflows.

Can I configure shell and tool permissions for safe code execution during autonomous feature work?

You can configure shell and tool whitelisting, along with specific permissions, to ensure safe code execution when the agent performs autonomous feature work or file edits.

Do I need authenticated Claude Code access to run print-mode automation for scripts?

Yes, authenticated Claude Code access is required to run print-mode automation, which executes scripted analysis, fixes, and feature additions without interactive prompts.

When should I not use an autonomous coding agent for repository changes?

You should not use an autonomous coding agent for repository changes when your environment lacks configurable permissions or session persistence, as safe code execution requires strict tool whitelisting.