m12-lifecycle

Installation
SKILL.md

Resource Lifecycle

Layer 2: Design Choices

Core Question

When should this resource be created, used, and cleaned up?

Before implementing lifecycle:

  • What's the resource's scope?
  • Who owns the cleanup responsibility?
  • What happens on error?

Lifecycle Pattern → Implementation

Related skills

More from actionbook/rust-skills

Installs
651
GitHub Stars
1.1K
First Seen
Jan 23, 2026