with one click
papyrus-init
Atomic — create a Papyrus workspace at a given path
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Atomic — create a Papyrus workspace at a given path
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Atomic — search memories by filter (lexical or semantic), return ranked list
Atomic — regenerate .papyrus/index.json and (optionally) semantic vectors for a workspace
Atomic — mark a memory deprecated, optionally with supersedes link
Atomic — list memories whose review_after has passed
Atomic — fetch a single memory in full by id
Atomic — bidirectional graph walk from a starting need
| name | papyrus-init |
| description | Atomic — create a Papyrus workspace at a given path |
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 init