How this skill is triggered — by the user, by Claude, or both
Slash command
/papyrus:papyrus-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize one Papyrus workspace at a filesystem path. Idempotent.
Initialize one Papyrus workspace at a filesystem path. Idempotent.
path: Path. Output: workspace directory exists with expected files(path / "conf.py").is_file() and (path / "memory" / "facts.rst").is_file()silos = 1×, program = 2×, enterprise = 3×)input: path (filesystem path, absolute or relative)
output: side effect — workspace scaffold at path
stdout: "Initialized Papyrus workspace at <path>"
exit: 0
After invocation:
test -f <path>/conf.py && test -f <path>/memory/facts.rst
Exit code 0 = success.
papyrus init .papyrus
For multi-workspace (composition):
papyrus init .papyrus
papyrus init ../program-papyrus
# Then write papyrus.toml to declare the chain.
papyrus-init × 1papyrus-init × 2 (local + program)papyrus-init × 3 (local + program + org)shared/scopes-and-promote.md — presets that dictate how many times to invokepapyrus-write — first write after initProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub bburda/papyrus --plugin papyrus