05 Public Permalink banner
disler disler

05 Public Permalink

Development community

Description

Give every published post a public read-only permalink at /p/:slug — a standalone server-rendered page with no editor on it. Why it matters: publish is currently a flag with nowhere to point. There is no URL a writer can send to a reader, and the only way to see the finished piece is inside the editor chrome that produced it. A permalink is what makes the publish button mean something. Where: apps/inkwell/server.ts (slug column, the /p/ route, the page template), apps/inkwell/public/markdown.j

Installation

Installs to ~/.claude/skills/disler-inkwell-agent-sandboxes-and-software-factory-05-public-permalink/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository