Agent Plugins Marketplace
All plugins

bookcraft

v1.2.0

Write a book from a one-line description, bind it into a PDF and EPUB, revise it in place, and check its claims against its sources

Claude Code3 Skills

By cjusLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 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 bookcraft 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 bookcraft@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/cjus/cjus-skills

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

Plugin files

plugins/bookcraft/
├── .claude-plugin/plugin.json
├── skills/createbook/SKILL.md
├── skills/makebook/SKILL.md
└── skills/updatebook/SKILL.md

Included Skills3

createbookskills/createbook/SKILL.md

Write a whole book from a one-line description of what the book should be. Plans a chapter outline, then narrates every chapter into its own markdown file, named so that a plain filename sort is the reading order. The finished folder is ready for /makebook. Use when asked to "write a book on X", "create a book about X", or to turn a subject into a multi-chapter set of narrations.

makebookskills/makebook/SKILL.md

Bind a folder of markdown files into an ebook-style PDF and a matching EPUB, with a cover, a contents page, one chapter per file in filename sort order, hand-authored SVG figures placed where a concept needs one, and a back-of-book index. Takes a quoted book title and a folder; the PDF is set in 14pt unless another paragraph size from 11.8 to 17 is asked for. Use when asked to turn a set of notes, lessons, or narrations into a single readable book, PDF, large-print PDF, compact PDF, or Kindle-ready ebook.

updatebookskills/updatebook/SKILL.md

Revise a book /createbook already wrote, in place. Edits only the chapters an instruction reaches, carries the outline and the glossary along with it, and leaves every other chapter byte-identical so the paragraph tags other files cite keep pointing where they did. Takes the book folder and the update instructions. Use when asked to correct, amend, extend or add to an existing book rather than write a new one.

Plugin manifests1

plugins/bookcraft/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "bookcraft",
  "description": "Write a book from a one-line description, bind it into a PDF and EPUB, revise it in place, and check its claims against its sources",
  "version": "1.2.0",
  "author": {
    "name": "cjus"
  },
  "homepage": "https://github.com/cjus/cjus-skills",
  "repository": "https://github.com/cjus/cjus-skills",
  "license": "MIT",
  "keywords": [
    "book",
    "ebook",
    "pdf",
    "epub",
    "writing",
    "provenance"
  ]
}

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

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