run-prompt

Execute prompts from ./prompts/ in isolated sub-task contexts.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/royhenengel/Claude-Customizations --skill run-prompt-royhenengel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-prompt
Source: https://github.com/royhenengel/Claude-Customizations/tree/main/skills/Prompts/run-prompt
Command: npx skills add https://github.com/royhenengel/Claude-Customizations --skill run-prompt-royhenengel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines prompt execution by delegating them to separate, fresh sub-task contexts, keeping your main conversation focused on orchestration.

Core Features & Use Cases

  • Flexible Prompt Execution: Run single prompts, multiple prompts in parallel, or sequentially.
  • Context Management: Ensures each prompt runs in an isolated environment, preventing context bleed.
  • Use Case: You have three related prompts for refactoring code. Use this Skill to run them in parallel to save time, or sequentially if one depends on the output of the previous one.

Quick Start

Run the prompt numbered 005.

Frequently Asked Questions about run-prompt

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

FAQPage Schema
How do I run multiple prompts in parallel without context bleed?

To run multiple prompts in parallel without context bleed, execute specified prompts within isolated sub-task contexts. This delegates each prompt to a fresh environment, preventing context bleed while keeping your main conversation focused on orchestration.

What is the best way to execute sequential prompts that depend on each other?

The best way to execute sequential prompts that depend on each other is to run them sequentially within isolated sub-task contexts. This ensures each dependent prompt processes the output of the previous one before execution.

How do I automate prompt execution and Git commits for sub-tasks?

Automate prompt execution and Git commits for sub-tasks by running specified prompts from the ./prompts/ directory via the Task tool. The process manages prompt resolution, execution, post-execution archiving, and Git commit automatically.

Can I run a single prompt in an isolated sub-task context?

Yes, you can run a single prompt in an isolated sub-task context. The execution supports single prompt execution, allowing you to delegate one specific prompt to a fresh environment to maintain main orchestration focus.

Do I need a ./prompts/ directory to delegate prompts to sub-tasks?

Yes, you need a ./prompts/ directory to delegate prompts to sub-tasks. The Skill executes specified prompts directly from this directory, resolving and archiving them within isolated sub-task contexts via the Task tool.