Agent Plugins Marketplace
All plugins

mattstack

v0.17.15

The mattstack skills pack: public doors subagent-review-loop, editing-skills, getting-current-time, wrap-up, and the pack's own compiled shepherdr verb (domain-unbound), plus the compile-native engines (work orchestrator, pipeline stages, review verbs, forge adapters, shepherdr) and attachments (model tiering, execution strategies, account pool, review include bodies, review-posting, parameterized-skill primitive) that rt skills compile inlines into team verbs at compile time -- reached by name, not by slash menu.

Claude Code2 Skills1 MCP serverstdio

By Matthew GoodwinLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 mattstack 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 mattstack@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/m4ttstack/skills

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

mattstack/
├── .claude-plugin/plugin.json
├── skills/shepherdr/SKILL.md
├── skills/wrap-up/SKILL.md
└── .mcp.json

Included Skills2

shepherdrskills/shepherdr/SKILL.md

Use when fanning work out across parallel Claude Code agents in herdr panes in a repo no team pack covers -- 'shepherdr', 'fan out', 'spawn agents', 'split this across agents', 'run these in parallel', 'spread this across my accounts'. Domain-unbound: where a team pack compiles its own shepherdr, that verb wins. Requires a running herdr instance and the rt daemon.

wrap-upskills/wrap-up/SKILL.md

Use when wrapping up a session, checking in before continuing, ending a turn with open decisions, when the user asks what you need from them, what decisions are open, or what the next steps are, when they invoke wrap-up or check-in, or when a pipeline gate needs its decision presented as a form.

MCP servers1

mattstackstdio
command
rt
args
mcp serve

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "mattstack",
  "version": "0.17.15",
  "description": "The mattstack skills pack: public doors subagent-review-loop, editing-skills, getting-current-time, wrap-up, and the pack's own compiled shepherdr verb (domain-unbound), plus the compile-native engines (work orchestrator, pipeline stages, review verbs, forge adapters, shepherdr) and attachments (model tiering, execution strategies, account pool, review include bodies, review-posting, parameterized-skill primitive) that rt skills compile inlines into team verbs at compile time -- reached by name, not by slash menu.",
  "author": {
    "name": "Matthew Goodwin"
  },
  "license": "MIT",
  "skills": [
    "./skills",
    "./skills/review",
    "./plugin/skills"
  ]
}

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

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