🐍
AutomationHTML

Code Execution

by mhattingpete

Code Execution is an Automation skill for Claude Code, published by mhattingpete in claude-skills-marketplace.

664 stars95 forkson mhattingpete/claude-skills-marketplaceAdded 2026/08/24+1% in starsRepository updated 2026/07/25
ai-agentsai-toolsanthropicautomationclaude-codeclaude-skillsdeveloper-toolspluginsproductivity
Install in seconds
Install Code Execution
Copy Code Execution into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mhattingpete/claude-skills-marketplace/tree/main/code-operations-plugin/skills/code-execution ~/.claude/skills/code-execution

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mhattingpete/claude-skills-marketplace.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
code-operations-plugin/skills/code-execution/SKILL.md in mhattingpete/claude-skills-marketplace
Installs to
~/.claude/skills/code-execution
Collection
One of 18 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Code Execution does

Code Execution runs Python locally with API access for bulk file operations, multi-step workflows, and iterative processing. Use it when tasks involve 10+ files or when faster processing and lower token use matter.

Code Execution is cataloged under Automation on DirSkills. Code Execution comes from a repository tagged ai-agents, ai-tools, anthropic, automation and claude-code.

Documentation

README

Code Execution

Execute Python locally with API access. 90-99% token savings for bulk operations.

When to Use

  • Bulk operations (10+ files)
  • Complex multi-step workflows
  • Iterative processing across many files
  • User mentions efficiency/performance

How to Use

Use direct Python imports in Claude Code:

from execution_runtime import fs, code, transform, git

# Code analysis (metadata only!)
functions = code.find_functions('app.py', pattern='handle_.*')

# File operations
code_block = fs.copy_lines('source.py', 10, 20)
fs.paste_code('target.py', 50, code_block)

# Bulk transformations
result = transform.rename_identifier('.', 'oldName', 'newName', '**/*.py')

# Git operations
git.git_add(['.'])
git.git_commit('feat: refactor code')

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Execution

  • What else does mhattingpete publish alongside Code Execution?

    Code Execution is one of 18 skills that DirSkills catalogs from mhattingpete/claude-skills-marketplace, the repository it ships in. Its siblings there include Architecture Diagram Creator, Code Auditor and Code Refactor. Each one is a separate skill with its own page in this directory, installs the same way Code Execution does, and is maintained by mhattingpete in that same repository. The rest of the collection is listed on the mhattingpete/claude-skills-marketplace page.

  • How does Code Execution compare to other Automation skills?

    Code Execution ranks #1114 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Execution against them. Open each page to compare what they document and how they install.

More from mhattingpete/claude-skills-marketplace

Code Execution is one of 18 skills cataloged on DirSkills from mhattingpete/claude-skills-marketplace.

See all 18 skills β†’
🧩
1w ago

Architecture Diagram Creator

Architecture Diagram Creator builds HTML architecture diagrams that show business context, data flow, system layers, and deployment details. Use it for system documentation, technical specifications, or high-level project overviews.
Writing
66495
πŸ”
1w ago

Code Auditor

Code Auditor performs a structured review of architecture, code quality, security, performance, testing, and maintainability. Use it to audit a codebase for technical debt, vulnerabilities, and coverage gaps.
Quality
66495
πŸ› οΈ
1w ago

Code Refactor

Code Refactor performs bulk code changes across files, such as renaming identifiers, replacing patterns, and updating API calls. Use it when you need consistent refactoring across multiple locations.
Quality
66495
πŸ“¦
1w ago

Code Transfer

Code Transfer moves code between files with line-based precision. Use it to copy functions, extract classes, insert code at exact lines, or reorganize code into separate files.
Automation
66495
πŸ“š
1w ago

Codebase Documenter

Codebase Documenter generates documentation that explains a codebase’s architecture, components, data flow, and development setup. Use it to understand unfamiliar code, create onboarding docs, or produce developer-facing overviews.
Writing
66495
πŸ“Š
1w ago

Conversation Analyzer

Conversation Analyzer analyzes Claude Code conversation history to find patterns, common mistakes, and workflow improvement opportunities. Use it to understand usage trends, spot repetitive tasks, and identify automation or best-practice gaps.
Data
66495