Agent Plugins Marketplace
All plugins

together-pack

v1.6.0

Claude Code skill pack for Together AI (18 skills)

Claude Code18 Skills

By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install together-pack@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/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/together-pack/.

Plugin files

plugins/saas-packs/together-pack/
├── .claude-plugin/plugin.json
├── skills/together-ci-integration/SKILL.md
├── skills/together-common-errors/SKILL.md
├── skills/together-core-workflow-a/SKILL.md
├── skills/together-core-workflow-b/SKILL.md
├── skills/together-cost-tuning/SKILL.md
├── skills/together-debug-bundle/SKILL.md
├── skills/together-deploy-integration/SKILL.md
├── skills/together-hello-world/SKILL.md
├── skills/together-install-auth/SKILL.md
├── skills/together-local-dev-loop/SKILL.md
├── skills/together-performance-tuning/SKILL.md
├── skills/together-prod-checklist/SKILL.md
├── skills/together-rate-limits/SKILL.md
├── skills/together-reference-architecture/SKILL.md
├── skills/together-sdk-patterns/SKILL.md
├── skills/together-security-basics/SKILL.md
├── skills/together-upgrade-migration/SKILL.md
└── skills/together-webhooks-events/SKILL.md

Included Skills18

together-ci-integrationskills/together-ci-integration/SKILL.md

Together AI ci integration for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together ci integration".

together-common-errorsskills/together-common-errors/SKILL.md

Together AI common errors for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together common errors".

together-core-workflow-askills/together-core-workflow-a/SKILL.md

Together AI core workflow a for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together core workflow a".

together-core-workflow-bskills/together-core-workflow-b/SKILL.md

Together AI core workflow b for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together core workflow b".

together-cost-tuningskills/together-cost-tuning/SKILL.md

Together AI cost tuning for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together cost tuning".

together-debug-bundleskills/together-debug-bundle/SKILL.md

Together AI debug bundle for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together debug bundle".

together-deploy-integrationskills/together-deploy-integration/SKILL.md

Together AI deploy integration for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together deploy integration".

together-hello-worldskills/together-hello-world/SKILL.md

Run inference with Together AI -- chat completions, streaming, and model selection. Use when testing open-source models, comparing model performance, or learning the Together AI API. Trigger: "together hello world, together AI example, run llama".

together-install-authskills/together-install-auth/SKILL.md

Install Together AI SDK and configure API key for inference and fine-tuning. Use when setting up Together AI, configuring the OpenAI-compatible API, or initializing the together Python package. Trigger: "install together, setup together ai, together API key".

together-local-dev-loopskills/together-local-dev-loop/SKILL.md

Together AI local dev loop for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together local dev loop".

together-performance-tuningskills/together-performance-tuning/SKILL.md

Together AI performance tuning for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together performance tuning".

together-prod-checklistskills/together-prod-checklist/SKILL.md

Together AI prod checklist for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together prod checklist".

together-rate-limitsskills/together-rate-limits/SKILL.md

Together AI rate limits for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together rate limits".

together-reference-architectureskills/together-reference-architecture/SKILL.md

Together AI reference architecture for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together reference architecture".

together-sdk-patternsskills/together-sdk-patterns/SKILL.md

Together AI sdk patterns for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together sdk patterns".

together-security-basicsskills/together-security-basics/SKILL.md

Together AI security basics for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together security basics".

together-upgrade-migrationskills/together-upgrade-migration/SKILL.md

Together AI upgrade migration for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together upgrade migration".

together-webhooks-eventsskills/together-webhooks-events/SKILL.md

Together AI webhooks events for inference, fine-tuning, and model deployment. Use when working with Together AI's OpenAI-compatible API. Trigger: "together webhooks events".

Plugin manifests1

plugins/saas-packs/together-pack/.claude-plugin/plugin.json
{
  "name": "together-pack",
  "version": "1.6.0",
  "description": "Claude Code skill pack for Together AI (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "together",
    "together ai",
    "saas",
    "sdk",
    "integration"
  ]
}

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

[together-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/together-pack)