agentsclimarketplace

Create stateful skill

Skill richfrem/agent-plugins-skills/plugins/agent-scaffolders/skills/create-stateful-skill

Scaffolds an advanced stateful agent skill with session memory and state management. NOT for simple stateless skills (use `create-skill`) and NOT for GitHub agentic workflows (use `create-agentic-workflow`).From its SKILL.md

Install
npx -y skills add richfrem/agent-plugins-skills --skill create-stateful-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 260 tokens by cl100k_base, as published. Nobody here has run it

Follow the create-stateful-skill skill workflow to scaffold an advanced agent skill with L4 state management, lifecycle artifacts, and chained commands.

Inputs

  • $ARGUMENTS — optional skill name or use-case description. Omit to start with discovery.

Steps

  1. If $ARGUMENTS provides a skill name or context, use it to seed discovery
  2. Follow the create-stateful-skill phased workflow: confirm which L4 patterns are needed (state management, lifecycle artifacts, tone configuration, chained commands, escalation taxonomy), design the state schema and lifecycle checkpoints, then scaffold the skill directory with full L4 scaffolding
  3. Report created skill path and explain the state management strategy

Output

Skill directory with SKILL.md implementing selected L4 patterns, state schema, lifecycle artifact templates, and chained command definitions.

Edge Cases

  • If $ARGUMENTS is empty: begin with discovery — identify which L4 patterns apply
  • If the use case is simple (no persistent state, no chaining): recommend create-skill instead — stateful scaffolding adds complexity that simple skills don't need
  • If the workflow requires human checkpoints: design explicit escalation taxonomy steps

What ships with it: 81 files

7.7 KB alongside SKILL.md, 8 of them executable

evals/

references/

41 more files not listed here. See all 81 in the repository.

Keep looking

Skills are one crate of 326,149. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.