teamflow
v0.2.4Automatically reports Jira, Linear or GitHub issue-led Claude Code delivery progress to TeamFlow
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install teamflow@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/macleodlabs-ai/teamflow-pluginClone 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
├── .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
Create, list or revoke a TeamFlow invite code so an organisation can sign up without paying. Superadmins only.
Explicitly bind this project to an issue (Jira, Linear or GitHub) when automatic detection is ambiguous.
Diagnose TeamFlow reporting, the service account and credits, and the issue tracker MCP setup.
Sign in to TeamFlow once so reporting uses short-lived credentials instead of a stored key.
Sign out of TeamFlow on this machine and remove the stored session.
Show which TeamFlow organisation this machine reports to, and switch to another one the user holds a seat on.
Register a repository so its CI can report to TeamFlow without a stored secret, or list the ones already registered.
Show who is signed in, the TeamFlow issue binding and the reporting state for this project.
Force TeamFlow to publish the current issue delivery state now.
Clear the explicit TeamFlow issue binding and return to automatic detection.
MCP servers3
- url
- https://mcp.atlassian.com/v2/mcp
- url
- https://api.githubcopilot.com/mcp/
- url
- https://mcp.linear.app/mcp
Plugin manifests1
{
"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"
}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.
[teamflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/teamflow)