garelier-control-librarylisted
Install: claude install-skill aby-studio-works/garelier
# Garelier Library Control
This skill turns the **currently running AI** into a project librarian. It uses
the same curated knowledge trees, registries, provenance/import-export rules,
templates, and graph as full Garelier's Librarian, without enabling roles,
shelf branches, Dock, or driver.
It composes with `garelier-control-project`: project control manages durable
project authority under `__garelier/<pm_id>/control/`;
`garelier-control-library` manages curated knowledge in two tracked layers
(DEC-077) — the shared, project-wide `__garelier/__atmos/knowledge/` tier plus
the additive per-pm `__garelier/<pm_id>/knowledge/` layer.
Together they form the standalone **Garelier Control** management plane. Full
Garelier can be added later, but is not required to keep using this plane.
## Activation
1. Read `../garelier-librarian/knowledge_contract.md`.
2. Read the `knowledge.toml` knowledge marker and the relevant indexes and
registries when present.
3. Resolve the staging `pm_id`:
- use the id explicitly named by the user;
- otherwise use the sole evident control/full-PM namespace;
- if multiple namespaces exist, list them and ask which staging/management
context to use; never silently choose one;
- otherwise default to `_workshop`.
4. Treat the shared `__garelier/__atmos/knowledge/` tier and the per-pm
`__garelier/<pm_id>/knowledge/` layer as tracked curated knowledge, and
`__garelier/<pm_id>/runtime/librarian/` as local-only working data.
Knowled