# Dynamic Executor

> Flexible task execution engine for AI agents.

- Skill: `dvcrn/dynamic-executor` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dvcrn/dynamic-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/dynamic-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dvcrn/dynamic-executor

---


# Dynamic Executor

Execute complex multi-step tasks with dynamic code generation.

## How It Works

1. Parse user intent
2. Generate execution plan
3. Run `helper.py` functions to execute

## Usage

```
"Run this analysis" → generates and executes code dynamically
```

