Scaffold stateful agent skills

create-stateful-skillskillsetup L33
richfrem/agent-plugins-skills
What it does

Scaffold advanced stateful skill with L4 state/lifecycle patterns

Best for

Building multi-step orchestration skills that maintain state across invocations and explicit escalation gates

Inputs
  • · skill name
  • · L4 pattern selections (state management, lifecycle, chaining, escalation)
Outputs
  • · SKILL.md with state schema
  • · lifecycle artifact templates
  • · chained command definitions
Requires
  • · state management framework
  • · escalation taxonomy
Preconditions

L4 patterns enumerated; state schema designed

Failure modes
  • · simple skill wrongly scoped (recommend create-skill instead)
  • · state schema incomplete
Trust signals
  • · L4 pattern library
  • · lifecycle checkpoint design
  • · stateful scaffolding templates