04 Export Import banner
disler disler

04 Export Import

Documentation community

Description

Make Inkwell's posts portable: export one post as a markdown file with front matter, export every post as a single bundle, and import either one back. Why it matters: the writing lives in one sqlite file with no way out. A writer who wants to move a draft into another tool, keep a copy in a git repo, or move machines has to select-all-copy post by post — and an app you cannot leave is an app you hesitate to commit to. Where: apps/inkwell/server.ts (export routes, import route, front-matter par

Installation

Installs to ~/.claude/skills/disler-inkwell-agent-sandboxes-and-software-factory-04-export-import/SKILL.md

Terminal
mkdir -p ~/.claude/skills/disler-inkwell-agent-sandboxes-and-software-factory-04-export-import && curl -fsSL https://raw.githubusercontent.com/disler/inkwell-agent-sandboxes-and-software-factory/HEAD/prompts/04-export-import.md -o ~/.claude/skills/disler-inkwell-agent-sandboxes-and-software-factory-04-export-import/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository