weft
v0.3.0Deterministic workflow tracking with event-sourced logs for Claude Code
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install weft@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/weft/.
Plugin files
├── .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
Query the weft event log with filters. Use only when user types /ev-query.
Abort the current weft workflow. Use only when user types /wf-abort.
Propose a weft workflow from conversation context. Scans skills, identifies gaps, builds template with loops.
Launch the weft TUI dashboard in a new terminal window. Use only when user types /wf-dashboard.
Edit an existing weft workflow template. Use only when user types /wf-edit-template.
Create a new weft workflow template interactively. Use only when user types /wf-new-template.
Preview a weft workflow template with full step details. Use only when user types /wf-preview.
Rebuild weft state.json from the event log. Use only when user types /wf-rebuild.
Initialize a weft workflow from a template or inline steps. Use only when user types /wf-start.
Show current weft workflow state and recent events. Use only when user types /wf-status.
Transition the current weft workflow step. Use only when user types /wf-step.
Plugin manifests1
{
"name": "weft",
"version": "0.3.0",
"description": "Deterministic workflow tracking with event-sourced logs for Claude Code"
}For maintainers
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)