Agent Plugins Marketplace
All plugins

trail-split

v0.1.0

Plan shared gear, food, weight and cost across a group trip so nothing is carried twice and nothing is forgotten.

Claude Code1 Skill1 MCP serverstdio

By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 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 trail-split 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 trail-split@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/farssaadeldin7-ux/claude-plugin-suite

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

Plugin files

plugins/trail-split/
├── .claude-plugin/plugin.json
├── skills/trail-split/SKILL.md
└── .mcp.json

Included Skills1

trail-splitskills/trail-split/SKILL.md

This skill should be used when someone is dividing gear, food, weight or money across a group trip — "who's bringing what for the camping trip", "help me split the gear for a four-day hike", "how much food do we need for six people", "how much should everyone be carrying", "make a shared kit list for the group", "we're planning a group expedition, what are we forgetting", "split the costs for the trip", "work out who owes who now we're back", "one of our group can't carry much, how do we rebalance". Also use it for a pre-trip duplication audit, for checking that no critical system depends on a single person or a single pack, and for settling a shared expense ledger down to a short list of transfers.

MCP servers1

trail-splitstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp/server.js
env.PLUGIN_SUITE_BILLING_URL
${PLUGIN_SUITE_BILLING_URL}
env.TRAIL_SPLIT_LICENSE_KEY
${TRAIL_SPLIT_LICENSE_KEY}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/trail-split/.claude-plugin/plugin.json
{
  "name": "trail-split",
  "version": "0.1.0",
  "description": "Plan shared gear, food, weight and cost across a group trip so nothing is carried twice and nothing is forgotten.",
  "author": {
    "name": "Fars Saadeldin"
  },
  "license": "UNLICENSED",
  "keywords": [
    "bushcraft",
    "expedition",
    "logistics",
    "gear",
    "outdoors",
    "guiding"
  ]
}

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

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