Agent Plugins Marketplace
All plugins

weft

v0.3.0

Deterministic workflow tracking with event-sourced logs for Claude Code

Claude Code11 Skills

945 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Aug 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install weft for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install weft@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/weft/.

Plugin files

plugins/weft/
├── .claude-plugin/plugin.json
├── skills/ev-query/SKILL.md
├── skills/wf-abort/SKILL.md
├── skills/wf-compose/SKILL.md
├── skills/wf-dashboard/SKILL.md
├── skills/wf-edit-template/SKILL.md
├── skills/wf-new-template/SKILL.md
├── skills/wf-preview/SKILL.md
├── skills/wf-rebuild/SKILL.md
├── skills/wf-start/SKILL.md
├── skills/wf-status/SKILL.md
└── skills/wf-step/SKILL.md

Included Skills11

ev-queryskills/ev-query/SKILL.md

Query the weft event log with filters. Use only when user types /ev-query.

wf-abortskills/wf-abort/SKILL.md

Abort the current weft workflow. Use only when user types /wf-abort.

wf-composeskills/wf-compose/SKILL.md

Propose a weft workflow from conversation context. Scans skills, identifies gaps, builds template with loops.

wf-dashboardskills/wf-dashboard/SKILL.md

Launch the weft TUI dashboard in a new terminal window. Use only when user types /wf-dashboard.

wf-edit-templateskills/wf-edit-template/SKILL.md

Edit an existing weft workflow template. Use only when user types /wf-edit-template.

wf-new-templateskills/wf-new-template/SKILL.md

Create a new weft workflow template interactively. Use only when user types /wf-new-template.

wf-previewskills/wf-preview/SKILL.md

Preview a weft workflow template with full step details. Use only when user types /wf-preview.

wf-rebuildskills/wf-rebuild/SKILL.md

Rebuild weft state.json from the event log. Use only when user types /wf-rebuild.

wf-startskills/wf-start/SKILL.md

Initialize a weft workflow from a template or inline steps. Use only when user types /wf-start.

wf-statusskills/wf-status/SKILL.md

Show current weft workflow state and recent events. Use only when user types /wf-status.

wf-stepskills/wf-step/SKILL.md

Transition the current weft workflow step. Use only when user types /wf-step.

Plugin manifests1

plugins/weft/.claude-plugin/plugin.json
{
  "name": "weft",
  "version": "0.3.0",
  "description": "Deterministic workflow tracking with event-sourced logs for Claude Code"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[weft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/weft)