---
name: Anchorify + Claude Code
---

# Anchorify + Claude Code

[Claude Code](https://claude.com/claude-code) ships first-class
support for Anchorify via the **anchorify** skill.
Triggers on phrases like "publish this", "share as URL", "make
shareable", and "give me a link to this file."

Full docs: **[anchorify skill](../anchorify-skill)**.

## Install / upgrade

The skill is on the Claude Code skill marketplace. Inside any
Claude Code session:

```text
/skill install anchorify
```

Or update an existing install to the latest version:

```text
/skill install anchorify
```

(The command is idempotent — install also upgrades.)

The skill ships a CLI helper that gets installed at
`~/.config/anchorify/bin/anchorify` and authenticated
against your dashboard token. After the first install, Claude
Code knows how to publish any deliverable you're working on —
markdown, slides, CSV, PDF — without you having to remember the
exact CLI flags.

## Why the skill rather than raw CLI?

- Claude picks the slug for you based on the H1 / filename,
  retrying on 409 if it collides.
- The skill knows about pre-publish lint (`anchorify lint`)
  and refuses to publish files that would render broken.
- Updates land at the same URL — the skill maintains the local
  file → slug mapping so re-publishing the same deliverable
  doesn't create a duplicate.

For everything beyond "publish this for me" — visibility tiers,
custom slugs, multi-file uploads, the lint API — see the
[full skill reference](../anchorify-skill).
