Show current weft workflow state and recent events. Use only when user types /wf-status.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ccplugins/awesome-claude-code-plugins --skill wf-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wf Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ccplugins-wf-status)More formats (shields.io, HTML) on the badges page.
---
name: wf-status
description: "Show current weft workflow state and recent events. Use only when user types /wf-status."
allowed-tools: [Bash, Read]
---
# Weft Workflow Status
## Instructions
1. Show the current workflow state:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status
```
2. If `--json` is in $ARGUMENTS, show raw JSON instead:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status --json
```
3. If no active workflow, say so and suggest `/weft:wf-start`.
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!