en un clic
papyrus-init
Atomic — create a Papyrus workspace at a given path
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Atomic — create a Papyrus workspace at a given path
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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 initAtomic — 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