claude-code

Execute coding tasks via the local Claude Code CLI.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill claude-code-pingshian0131
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/pingshian0131/ai-agent-skill-collections-public/tree/main/dev-tools/claude-code
Command: npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill claude-code-pingshian0131

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to leverage the local Claude Code CLI to perform various coding tasks directly from your environment, streamlining development workflows.

Core Features & Use Cases

  • Code Execution: Run code snippets and scripts using the claude command.
  • Refactoring & Debugging: Delegate code improvement and bug fixing tasks to the CLI.
  • Testing: Execute tests and validate code changes.
  • Batch Editing: Perform modifications across an entire repository.
  • Use Case: When you need to refactor a specific function in your project for better readability or fix a bug identified by tests, you can use this skill to have the claude CLI handle it.

Quick Start

Use the claude-code skill to refactor the function calculate_total in the file utils.py.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I refactor code across an entire repository using a CLI?

You can delegate batch editing and code refactoring across an entire repository to the local Claude Code CLI, allowing you to execute modifications directly from your environment.

Can I use the Claude Code CLI to debug and run tests in my project?

Yes, the Claude Code CLI supports debugging and testing by delegating bug fixing tasks and executing tests to validate code changes directly within your local development workflow.

What is the best way to automate code execution and script running locally?

Automating code execution is handled by triggering the local Claude Code CLI to run code snippets and scripts, streamlining your development workflows directly from your environment.

Do I need a local environment to delegate coding tasks to the Claude CLI?

Yes, you need a local environment because the skill executes coding tasks using the local Claude Code CLI via the `claude` command to perform modifications and validate changes.

When should I not use a CLI for batch editing my codebase?

You should avoid using the CLI for batch editing when you need manual oversight for complex logic, as the command delegates modifications across the entire repository automatically.