Agent Plugins Marketplace
All plugins

writing-history

v1.0.0

Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.

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-history 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-history@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-history/.

Plugin files

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

Included Skills1

writing-historyskills/writing-history/SKILL.md

Guides the full git-discipline lifecycle for a project's commit history, for both code and documents. Covers deriving a project-specific commit vocabulary from existing history, setting up commit conventions together with semantic versioning and changelog automation, authoring individual commits against that derived vocabulary, integrating finished branches via rebase-then-merge-with-no-ff, and conditionally cleaning up worktrees once integration is complete. Use when the user asks to set up commit or versioning conventions, derive or apply a commit vocabulary, author or draft a commit message, integrate or merge a branch, rebase work before merging, or clean up a git worktree after a feature lands — including cases mixing code changes with documentation changes.

Plugin manifests2

plugins/writing-history/.claude-plugin/plugin.json
{
  "name": "writing-history",
  "displayName": "Writing History",
  "version": "1.0.0",
  "description": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
  "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": [
    "git",
    "commits",
    "versioning",
    "agents"
  ],
  "skills": "./skills/"
}
plugins/writing-history/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "writing-history",
  "version": "1.0.0",
  "description": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
  "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": [
    "git",
    "commits",
    "versioning",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Writing History",
        "shortDescription": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
        "longDescription": "Guides the git-discipline lifecycle for commit history: vocabulary, versioning, commits, and branch integration.",
        "developerName": "Eliott Jacopin",
        "category": "Developer Tools",
        "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-history on Agent Plugins Marketplace](https://pluginsmp.com/plugins/writing-history)