Agent Plugins Marketplace
All plugins

groupsplit

v0.1.0

Drive the GroupSplit CLI from an agent: the JSON contract, the exit codes, the confirmation protocol for destructive changes, and filing imported bank rows without recording the same money twice.

Claude Code2 Skills

By Sussman ClubLicense: MIT1 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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 groupsplit 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 groupsplit@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/Sussman-Club/group-split

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

groupsplit/
├── .claude-plugin/plugin.json
├── skills/groupsplit/SKILL.md
└── skills/groupsplit-inbox/SKILL.md

Included Skills2

groupsplitskills/groupsplit/SKILL.md

Drive the GroupSplit CLI (`groupsplit`) for shared expenses: groups, members, expenses, balances, settlements, split rules, categories, receipt files, itemised receipts, invitations, linked bank accounts and imported bank rows. USE FOR: splitting expenses, reading balances or ledgers, recording expenses or settlements, itemising receipts, managing members or invitations, or filing imported bank rows; or whenever a `groupsplit` binary or `~/.config/groupsplit/config.json` is present. DO NOT USE FOR: working on the GroupSplit codebase itself -- builds, tests, Aspire, EF migrations -- or other expense trackers. COVERS: the JSON contract, exit codes, the exit-4 confirmation gate, and token auth without a browser. ROUTES TO: groupsplit-inbox for turning imported bank rows into expenses.

groupsplit-inboxskills/groupsplit-inbox/SKILL.md

Turn imported bank rows into GroupSplit expenses without recording the same money twice. USE FOR: the GroupSplit inbox, imported or synced bank rows, filing a bank row as an expense, reconciling a card statement against what a group already recorded, a POSSIBLE_DUPLICATE_EXPENSE refusal, `groupsplit inbox`, `groupsplit bank`, pending receipt attachments, or `groupsplit transactions bank-matches`. DO NOT USE FOR: recording an expense somebody typed (that is `transactions create`), balances, settling up, or anything else in the CLI -- use the groupsplit skill. REQUIRES: the groupsplit skill for the JSON contract, exit codes and the confirmation protocol. Read it first.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "groupsplit",
  "description": "Drive the GroupSplit CLI from an agent: the JSON contract, the exit codes, the confirmation protocol for destructive changes, and filing imported bank rows without recording the same money twice.",
  "version": "0.1.0",
  "author": {
    "name": "Sussman Club"
  },
  "homepage": "https://github.com/Sussman-Club/group-split/blob/dev/docs/cli.md",
  "repository": "https://github.com/Sussman-Club/group-split",
  "license": "MIT",
  "keywords": [
    "groupsplit",
    "cli",
    "expenses",
    "banking"
  ]
}

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

[groupsplit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/groupsplit)