This repository hosts a Claude Code plugin marketplace for plugins authored by Tim Granlund Marsden.
| Plugin | Description | Source |
|---|---|---|
agent-flow |
Multi-agent development workflow for Claude Code | timgranlundmarsden/claude-agent-flow |
Via marketplace (recommended):
claude plugin marketplace add timgranlundmarsden/claude-code-plugins
claude plugin install agent-flow@timgranlundmarsdenVia curl sandbox install (existing repos):
curl -fsSL https://raw.githubusercontent.com/timgranlundmarsden/claude-agent-flow/main/install.sh | bash -s -- --scope sandboxVia clone (fresh start / empty repo):
git clone https://github.com/timgranlundmarsden/claude-agent-flow && cd claude-agent-flow
claude # workspace mode — works immediatelyRun /install once to initialize the Agent Flow plugin and get it ready.
Apache-2.0 — see LICENSE