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

Installs
6
First Seen
Jan 22, 2026
m12-lifecycle — goooice/rust-skills