Skip to content

Commit a826814

Browse files
authored
feat(workflow): add Workflow SDK plugin to marketplace (#155)
Add Vercel's Workflow SDK plugin for building durable, reliable, and observable TypeScript apps and AI agents. Includes marketplace entry, release-please config, README documentation, and plugin directory with skills installed via skills.sh.
1 parent 0fdf07c commit a826814

6 files changed

Lines changed: 803 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,14 @@
584584
"keywords": ["git-ai", "git", "ai", "code-tracking"],
585585
"tags": ["tooling", "git"],
586586
"source": "./plugins/git-ai"
587+
},
588+
{
589+
"name": "workflow",
590+
"description": "Workflow SDK: Build durable, reliable, and observable apps and AI Agents in TypeScript",
591+
"category": "development",
592+
"keywords": ["workflow", "durable", "vercel", "typescript", "ai-agents"],
593+
"tags": ["framework", "workflow"],
594+
"source": "./plugins/workflow"
587595
}
588596
]
589597
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ A Git extension for tracking the AI-generated code in your repos.
292292

293293
**Install:** `/plugin install git-ai@pleaseai` | **Source:** [plugins/git-ai](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/git-ai)
294294

295+
#### Workflow
296+
Workflow SDK: Build durable, reliable, and observable apps and AI Agents in TypeScript.
297+
298+
**Install:** `/plugin install workflow@pleaseai` | **Source:** [plugins/workflow](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/workflow)
299+
295300
## Quick Start
296301

297302
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
@@ -377,6 +382,7 @@ Once the marketplace is added, install any plugin individually:
377382
/plugin install react-native@pleaseai
378383
/plugin install emulate@pleaseai
379384
/plugin install ask@pleaseai
385+
/plugin install workflow@pleaseai
380386
```
381387

382388
## What Are Claude Code Plugins?

0 commit comments

Comments
 (0)