Agent Plugins Marketplace
All plugins

claude-team-toolkit

v0.13.0

Team-ready Claude Code skill pack with 16 integrations spanning service APIs (Trello, Linear, Azure DevOps, Heroku, Sentry, Slack, Firebase, Shopify), data ops (PostgreSQL), test/QA (RSpec, Rails security, k6, Maestro, xlsx-testcases), and mobile (React Native, Fastlane). Multi-account profile support, audit logging, security-first defaults. For dev, QA, QC, testers, and team leads.

Claude Code17 Skills

By Nick NguyenLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 17, 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 claude-team-toolkit 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 claude-team-toolkit@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/tuannv14/claude-team-toolkit

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

claude-team-toolkit/
├── .claude-plugin/plugin.json
├── skills/azure-devops/SKILL.md
├── skills/fastlane/SKILL.md
├── skills/firebase/SKILL.md
├── skills/heroku/SKILL.md
├── skills/k6/SKILL.md
├── skills/linear/SKILL.md
├── skills/maestro/SKILL.md
├── skills/postgres/SKILL.md
├── skills/profiles-and-credentials/SKILL.md
├── skills/rails-security/SKILL.md
├── skills/react-native/SKILL.md
├── skills/rspec/SKILL.md
├── skills/sentry/SKILL.md
├── skills/shopify/SKILL.md
├── skills/slack/SKILL.md
├── skills/trello/SKILL.md
└── skills/xlsx-testcases/SKILL.md

Included Skills17

azure-devopsskills/azure-devops/SKILL.md

Use when user references Azure DevOps / ADO, dev.azure.com or an on-prem TFS URL, work items, bugs, PBIs, pull requests, or the project wiki. Goes through the azure-devops MCP server.

fastlaneskills/fastlane/SKILL.md

Use when releasing iOS/Android builds, uploading to TestFlight, App Store Connect, or Play Console, or managing code signing with match. Multi-app via FASTLANE_PROFILE.

firebaseskills/firebase/SKILL.md

Use when user references Firebase, console.firebase.google.com URLs, *.firebaseapp.com, *.web.app links, or asks for Remote-Config/App-Distribution/Crashlytics-dSYM/Cloud-Functions/Hosting ops. Multi-project via FIREBASE_PROFILE.

herokuskills/heroku/SKILL.md

Use when user references Heroku, *.herokuapp.com URLs, dashboard.heroku.com, or asks about apps, dynos, releases, add-ons, logs, Postgres health or pipelines. Goes through the heroku MCP server.

k6skills/k6/SKILL.md

Use when running load, stress, soak, or spike tests, or analyzing p50/p95/p99 latency against dev/staging/prod targets. Multi-environment via K6_PROFILE; prod requires typed RUN confirmation.

linearskills/linear/SKILL.md

Use when user references Linear, linear.app/*/issue/ URLs, or an issue key like ENG-123, or asks to list, read, search or update Linear issues, teams, projects or cycles. Goes through the linear MCP server.

maestroskills/maestro/SKILL.md

Use when running mobile E2E on React Native / iOS / Android, recording user flows, inspecting view hierarchy, or hunting flaky UI tests with Maestro. Multi-environment via MAESTRO_PROFILE.

postgresskills/postgres/SKILL.md

Use when user references PostgreSQL/Postgres, postgres:// or postgresql:// connection strings, asks for ad-hoc SELECT, EXPLAIN/ANALYZE plans, schema/index/lock inspection, or slow-query investigation. Read-only by default. Multi-database via PG_PROFILE.

profiles-and-credentialsskills/profiles-and-credentials/SKILL.md

Use when authoring or modifying any claude-team-toolkit skill that loads credentials, switches between accounts/orgs/environments, or needs confirmation for destructive operations. Reference for the shared profile + ctt_* helper pattern used by all credential-bearing skills.

rails-securityskills/rails-security/SKILL.md

Use when auditing a Rails app for SQL injection, XSS, CSRF, mass-assignment, or Gemfile.lock CVEs, or when reviewing only NEW security regressions in a PR vs base branch.

react-nativeskills/react-native/SKILL.md

Use when troubleshooting React Native local dev — stale Metro/Watchman caches, pod install issues, bundle size analysis, device logs, version bumps, icon/splash regen, or patch-package.

rspecskills/rspec/SKILL.md

Use when running RSpec on a Rails project — re-running only failed examples, parallelizing with parallel_tests, generating coverage, or bisecting test-order failures. Multi-project via RSPEC_PROFILE.

sentryskills/sentry/SKILL.md

Use when user references Sentry, sentry.io URLs, *.sentry.io/issues/ links, error/exception/release alerts, pastes a stack trace for triage, or checks release health on cloud or self-hosted. Multi-org via SENTRY_PROFILE.

shopifyskills/shopify/SKILL.md

Use when user references Shopify, *.myshopify.com URLs, admin.shopify.com links, or asks to query/mutate products/orders/customers/inventory/draft-orders via Admin GraphQL. Multi-store and multi-app via SHOPIFY_PROFILE.

slackskills/slack/SKILL.md

Use when user references Slack, *.slack.com/archives/ URLs, channel mentions like #deploys, or asks to post/thread/upload-file/fetch-history/send deploy or incident alert. Multi-workspace via SLACK_PROFILE.

trelloskills/trello/SKILL.md

Use when user mentions Trello, pastes a trello.com/c/ URL, or asks to manage cards, boards, or lists. Multi-account via TRELLO_PROFILE.

xlsx-testcasesskills/xlsx-testcases/SKILL.md

Use when team maintains test cases in XLSX (tester-owned source of truth) and needs conversion to Maestro YAML, Detox, or Markdown specs, or two-way sync with Azure DevOps Test Plans.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "claude-team-toolkit",
  "version": "0.13.0",
  "description": "Team-ready Claude Code skill pack with 16 integrations spanning service APIs (Trello, Linear, Azure DevOps, Heroku, Sentry, Slack, Firebase, Shopify), data ops (PostgreSQL), test/QA (RSpec, Rails security, k6, Maestro, xlsx-testcases), and mobile (React Native, Fastlane). Multi-account profile support, audit logging, security-first defaults. For dev, QA, QC, testers, and team leads.",
  "keywords": [
    "trello",
    "linear",
    "azure-devops",
    "heroku",
    "sentry",
    "slack",
    "firebase",
    "shopify",
    "postgres",
    "rspec",
    "rails-security",
    "k6",
    "maestro",
    "fastlane",
    "react-native",
    "xlsx-testcases",
    "rails",
    "ruby",
    "mobile",
    "ios",
    "android",
    "ecommerce",
    "graphql",
    "integrations",
    "team",
    "multi-account",
    "qa",
    "tester",
    "devops",
    "load-testing",
    "e2e",
    "security"
  ],
  "author": {
    "name": "Nick Nguyen",
    "email": "[email protected]",
    "url": "https://github.com/tuannv14"
  },
  "license": "MIT",
  "homepage": "https://github.com/tuannv14/claude-team-toolkit",
  "repository": "https://github.com/tuannv14/claude-team-toolkit"
}

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

[claude-team-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-team-toolkit)