com um clique
papyrus-init
Atomic — create a Papyrus workspace at a given path
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Atomic — create a Papyrus workspace at a given path
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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