Skip to content

Easy to Install

Codraft runs entirely inside Claude. There is no server to spin up, no database to configure, and nothing to host. You get document automation the moment you install it.

The canonical setup is Claude Cowork with the folder download — no terminal, no configuration, and no plugin marketplace needed. Claude Code and compatible clients are also supported for users who prefer a terminal-based workflow.

Claude Cowork — Download the latest codraft-v*.zip from GitHub Releases, unzip it, and open the folder as a new Cowork project. Done.

Claude Code — Run a single command:

Terminal window
/plugin marketplace add houfu/codraft

That is the entire installation process.

If you are not a developer, Claude Cowork is the right choice. Installation is just two steps: download a zip file and open the folder. That is it — no terminal, no command line, no coding environment, nothing to configure.

Everything else happens inside the Claude conversation you already know how to use.

Codraft relies on a handful of Python packages — docxtpl, pyyaml, jinja2, and weasyprint. You never need to install them manually. When a skill runs, it installs any missing packages automatically. After the initial install, everything is cached locally.

There is no standalone application, no Electron window, no browser tab to keep open. Codraft lives where Claude already lives. You interact with it through the same conversation interface you use for everything else in Claude Cowork or Claude Code.

That means zero context-switching. Ask Claude to prepare a document, answer a few questions, and the finished file appears in your output/ folder — all without leaving the chat.

Because Codraft is just a folder, it is completely portable. If you have built a set of templates for your own work, sharing them is as simple as zipping up the folder and sending it over. Your colleague opens it as a Cowork project on their own machine and can use the same templates to produce the same documents.

No deployment, no shared server, no access management. The whole setup travels in a zip file.

Templates are local files, rendering happens on your machine, and output stays on your disk. No cloud uploads, no waiting for a remote server to respond.

Codraft requires an active Claude session — but your documents never leave your machine.