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

Pattern When Implementation
Related skills

More from rustfs/rustfs

Installs
23
Repository
rustfs/rustfs
GitHub Stars
27.2K
First Seen
Jan 22, 2026