Agent Plugins Marketplace
All plugins

teamflow

v0.2.4

Automatically reports Jira, Linear or GitHub issue-led Claude Code delivery progress to TeamFlow

Claude Code10 Skills3 MCP serversStreamable HTTP

By MacleodLabsLicense: Proprietary0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
13 skill or MCP entries
Source updated
Sep 18, 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 teamflow 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 teamflow@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/macleodlabs-ai/teamflow-plugin

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

Plugin files

teamflow/
├── .claude-plugin/plugin.json
├── skills/admin-code/SKILL.md
├── skills/bind/SKILL.md
├── skills/doctor/SKILL.md
├── skills/login/SKILL.md
├── skills/logout/SKILL.md
├── skills/org/SKILL.md
├── skills/repos/SKILL.md
├── skills/status/SKILL.md
├── skills/sync/SKILL.md
├── skills/unbind/SKILL.md
└── .mcp.json

Included Skills10

admin-codeskills/admin-code/SKILL.md

Create, list or revoke a TeamFlow invite code so an organisation can sign up without paying. Superadmins only.

bindskills/bind/SKILL.md

Explicitly bind this project to an issue (Jira, Linear or GitHub) when automatic detection is ambiguous.

doctorskills/doctor/SKILL.md

Diagnose TeamFlow reporting, the service account and credits, and the issue tracker MCP setup.

loginskills/login/SKILL.md

Sign in to TeamFlow once so reporting uses short-lived credentials instead of a stored key.

logoutskills/logout/SKILL.md

Sign out of TeamFlow on this machine and remove the stored session.

orgskills/org/SKILL.md

Show which TeamFlow organisation this machine reports to, and switch to another one the user holds a seat on.

reposskills/repos/SKILL.md

Register a repository so its CI can report to TeamFlow without a stored secret, or list the ones already registered.

statusskills/status/SKILL.md

Show who is signed in, the TeamFlow issue binding and the reporting state for this project.

syncskills/sync/SKILL.md

Force TeamFlow to publish the current issue delivery state now.

unbindskills/unbind/SKILL.md

Clear the explicit TeamFlow issue binding and return to automatic detection.

MCP servers3

atlassianStreamable HTTP
url
https://mcp.atlassian.com/v2/mcp
githubStreamable HTTP
url
https://api.githubcopilot.com/mcp/
linearStreamable HTTP
url
https://mcp.linear.app/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "teamflow",
  "description": "Automatically reports Jira, Linear or GitHub issue-led Claude Code delivery progress to TeamFlow",
  "version": "0.2.4",
  "author": {
    "name": "MacleodLabs"
  },
  "homepage": "https://codercat.io",
  "repository": "https://github.com/macleodlabs-ai/teamflow-plugin",
  "license": "Proprietary"
}

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

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