briefcast
v0.1.0
Published
Tiny private hosting for AI-agent output. Installs the /briefcast Claude Code skill into your repo (with optional shared upload password).
Maintainers
Readme
briefcast
Tiny private hosting for AI-agent output.
This package installs the /briefcast Claude Code skill into your repo (or globally) so your agent can upload a markdown or HTML file and get a shareable URL back, in one line.
Install
In any repo:
npx briefcast initThat writes the skill to .claude/skills/briefcast/SKILL.md in the current repo, then asks if you want to set up a shared upload password for the repo (stored in .briefcast at the repo root — meant to be committed so your team shares the same password).
Global install (skips the repo-password prompt):
npx briefcast init --globalAccept all defaults non-interactively:
npx briefcast init --yesUsage
After init, open Claude Code in your repo and run:
/briefcast README.md
/briefcast docs/architecture.md --ttl=7
/briefcast plan.html --no-passwordThe skill prints both the URL and the password so you can share both.
Links
- Source: https://github.com/JeanDes-Code/briefcast
- License: MIT
