Rebuild weft state.json from the event log. Use only when user types /wf-rebuild.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ccplugins/awesome-claude-code-plugins --skill wf-rebuild --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wf Rebuild?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ccplugins-wf-rebuild)More formats (shields.io, HTML) on the badges page.
---
name: wf-rebuild
description: "Rebuild weft state.json from the event log. Use only when user types /wf-rebuild."
argument-hint: "[workflow_id]"
allowed-tools: [Bash, Read, Write]
---
# Rebuild Weft State from Events
Proves event sourcing: reconstruct state.json purely from events.jsonl.
## Arguments
$ARGUMENTS
## Instructions
1. Run:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" rebuild $ARGUMENTS
```
2. Display the rebuilt state.
3. If no workflow_id given, rebuilds the most recent workflow.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!