Agent Plugins Marketplace
All plugins

deckhand

v3.2.0

A story process for Claude Code: from feature request to merged pull request, kept in GitHub issues.

Claude Code5 Skills

By JSA+PartnersLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 16, 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 deckhand 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 deckhand-2@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/JSA-Partners/deckhand

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

deckhand/
├── .claude-plugin/plugin.json
├── skills/commit/SKILL.md
├── skills/document/SKILL.md
├── skills/new/SKILL.md
├── skills/next/SKILL.md
└── skills/setup/SKILL.md

Included Skills5

commitskills/commit/SKILL.md

Commit the staged changes with a message that matches the project's convention, or pass --yes to skip the confirmation prompt.

documentskills/document/SKILL.md

Capture what an implementation taught that the code cannot say into the project's docs/claude/ topic files, or pass audit to fix what the stale report lists instead.

newskills/new/SKILL.md

Turn an idea into a story, or several, through a conversation that ends with the story on the board and its review under way.

nextskills/next/SKILL.md

Carry a story on from wherever it is, through every step your answers allow, stopping where you decide.

setupskills/setup/SKILL.md

Link this repository to its GitHub project, set squash merges, fix its fields, and list what the API cannot do.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "deckhand",
  "version": "3.2.0",
  "description": "A story process for Claude Code: from feature request to merged pull request, kept in GitHub issues.",
  "author": {
    "name": "JSA+Partners",
    "url": "https://jsapartners.co"
  },
  "homepage": "https://github.com/JSA-Partners/deckhand",
  "repository": "https://github.com/JSA-Partners/deckhand",
  "license": "MIT",
  "keywords": [
    "github-issues",
    "github-projects",
    "story",
    "review",
    "user-stories",
    "superpowers",
    "claude-code"
  ]
}

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

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