·execution-lifecycle-manager
""

execution-lifecycle-manager

erichowens/some_claude_skills

Manage DAG execution lifecycles including start, stop, pause, resume, and cleanup. Activate on 'execution lifecycle', 'stop execution', 'abort DAG', 'graceful shutdown', 'kill process'. NOT for cost estimation, DAG building, or skill selection.

7Installs·0Trend·@erichowens

Installation

$npx skills add https://github.com/erichowens/some_claude_skills --skill execution-lifecycle-manager

SKILL.md

Centralized state management for running DAG executions with graceful shutdown patterns.

Reality: Stopping is async - processes need time to terminate:

Correct approach: Return Promise with final state after cleanup completes.

Manage DAG execution lifecycles including start, stop, pause, resume, and cleanup. Activate on 'execution lifecycle', 'stop execution', 'abort DAG', 'graceful shutdown', 'kill process'. NOT for cost estimation, DAG building, or skill selection. Source: erichowens/some_claude_skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/erichowens/some_claude_skills --skill execution-lifecycle-manager
Category
""Writing
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is execution-lifecycle-manager?

Manage DAG execution lifecycles including start, stop, pause, resume, and cleanup. Activate on 'execution lifecycle', 'stop execution', 'abort DAG', 'graceful shutdown', 'kill process'. NOT for cost estimation, DAG building, or skill selection. Source: erichowens/some_claude_skills.

How do I install execution-lifecycle-manager?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/erichowens/some_claude_skills --skill execution-lifecycle-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/erichowens/some_claude_skills