Plugins for Teamwork sprint management, project tracking, and more.
npx claudepluginhub uri-archive/teamwork-plugin-claude-marketplaceSprint management for Teamwork Projects - track task status, compare estimates vs. actuals, analyze velocity, and plan future sprints.
Plugin marketplace for the URI Technology team. This repo is public so all team members (including contractors and external collaborators) can install plugins without needing GitHub org access.
In Claude desktop, go to Settings > Plugins > Add Marketplace and enter:
https://raw.githubusercontent.com/URITechnology/teamwork-plugin-claude-marketplace/main/marketplace.json
Once the marketplace is added, you'll see "Teamwork Sprint Manager" in your available plugins. Click Install.
When you start a session that involves sprint management, Claude will activate the skill automatically. It will ask for your Teamwork credentials (email and password) at the start of each session. Your credentials are only held in memory for that session — nothing is saved to disk.
Example prompts:
Add this to your Claude managed settings (Admin Settings > Claude Code) to make the marketplace available to all org members:
{
"extraKnownMarketplaces": {
"uri-technology-tools": {
"source": {
"source": "github",
"repo": "URITechnology/teamwork-plugin-claude-marketplace"
}
}
},
"enabledPlugins": {
"teamwork-sprint-manager@uri-technology-tools": true
}
}
plugins/teamwork-sprint-manager/version in both .claude-plugin/marketplace.json and plugins/teamwork-sprint-manager/.claude-plugin/plugin.jsonteamwork-plugin-claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── README.md
└── plugins/
└── teamwork-sprint-manager/ # Plugin root
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── skills/
└── sprint/
├── SKILL.md # Main skill instructions
├── references/ # API documentation
│ └── api-endpoints.md
└── scripts/ # Helper scripts
├── tw_api.py
├── sprint_overview.py
├── time_analysis.py
└── velocity_report.py
This repo contains no credentials or secrets. The plugin prompts each user for their Teamwork email and password at the start of every session. Credentials are held in memory only and never written to disk or included in any files.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search