Agent Plugins Marketplace
All plugins

writing-reports

v1.0.0

Guides production of stakeholder-reviewable reports for coding, research, and writing work.

Claude CodeAgent Plugins1 Skill

By Eliott JacopinLicense: AGPL-3.0-or-later2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
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 writing-reports 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 writing-reports@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/CrackingShells/cracking-shells-playbook

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

Plugin files

plugins/writing-reports/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/writing-reports/SKILL.md

Included Skills1

writing-reportsskills/writing-reports/SKILL.md

Guides production of stakeholder-reviewable reports across coding, research, data analysis, and writing work. Use when producing any of these seven report types: (1) observation — peripheral finding for cold-start agent hand-off; (2) findings — data-first results briefing with tables, charts, and steering questions; (3) notice — lightweight improvement idea captured outside current task scope; (4) open-question — open question framing for fresh-agent delegation; (5) architecture — pre-implementation analysis with diagrams, contracts, and risk register; (6) test-definition — risk-driven test plan with test matrix and fixtures strategy; (7) knowledge-transfer — post-cycle retrospective covering wins, pain points, and next-cycle changes. Applies a model-first, no-code-dump contract: lead with diagrams and schemas, never include full implementations. Saves reports under __reports__/TOPIC/ using round-versioned naming.

Plugin manifests2

plugins/writing-reports/.claude-plugin/plugin.json
{
  "name": "writing-reports",
  "displayName": "Writing Reports",
  "version": "1.0.0",
  "description": "Guides production of stakeholder-reviewable reports for coding, research, and writing work.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "reports",
    "documentation",
    "agents"
  ],
  "skills": "./skills/"
}
plugins/writing-reports/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "writing-reports",
  "version": "1.0.0",
  "description": "Guides production of stakeholder-reviewable reports for coding, research, and writing work.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "reports",
    "documentation",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Writing Reports",
        "shortDescription": "Guides production of stakeholder-reviewable reports for coding, research, and writing work.",
        "longDescription": "Guides production of stakeholder-reviewable reports for coding, research, and writing work.",
        "developerName": "Eliott Jacopin",
        "category": "Productivity",
        "capabilities": [
          "Read"
        ]
      }
    }
  }
}

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

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