shipreport
v0.3.0Turns a stretch of real commits, pull requests and Claude Code sessions into a short executive summary a stakeholder can read — and refuses to print a line it cannot back with a receipt.
By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 shipreport for Codex and Claude Code
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add shipreport@claude-skillsPaste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “shipreport” remain stable.
- Codex:
shipreport@agent-plugin-marketplace→shipreport@claude-skills
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/natejswenson/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/shipreport/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/shipreport/SKILL.md
Included Skills1
Write an executive summary of the work actually shipped over a chosen time frame, built from real GitHub contributions and real Claude Code session transcripts, ranked so only what mattered appears, and rendered as a press-styled HTML report. Use when the user says "what did I ship this week", "shipreport", "write my weekly summary", "executive summary of my work", "status report for my manager", "what did I get done last month", "summarize what I shipped in July", or wants their commits, merged PRs, cut releases and coding sessions turned into a report someone who wasn't there can read.
Plugin manifests2
{
"name": "shipreport",
"version": "0.3.0",
"description": "Turns a stretch of real commits, pull requests and Claude Code sessions into a short executive summary a stakeholder can read — and refuses to print a line it cannot back with a receipt.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/shipreport",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "shipreport",
"shortDescription": "Turns a stretch of real commits, pull requests and Claude Code sessions into a short executive summary a stakeholder can",
"longDescription": "Turns a stretch of real commits, pull requests and Claude Code sessions into a short executive summary a stakeholder can read — and refuses to print a line it cannot back with a receipt.",
"developerName": "Nate Swenson",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use $shipreport to help me."
]
}
}{
"name": "shipreport",
"version": "0.3.0",
"description": "Turns a stretch of real commits, pull requests and Claude Code sessions into a short executive summary a stakeholder can read — and refuses to print a line it cannot back with a receipt.",
"author": {
"name": "Nate Swenson"
},
"homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/shipreport",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shipreport on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shipreport)