← ClaudeAtlas

wiki_hub_managerlisted

Manage topics in the central Hub: route slugs to paths, list topics, and archive or restore topics.
Misaka16384/Wikify · ★ 3 · API & Backend · score 69
Install: claude install-skill Misaka16384/Wikify
# LLM Wiki — Hub Manager Skill (wiki_hub_manager) > **Resolving script paths (read first):** Commands below invoke scripts as `<BIN>/X.py` (and a few as `<SKILLS>/...`). Resolve these to **absolute paths once** before running anything: > > - `<SKILL_DIR>` = the directory this `SKILL.md` lives in. > - `<SKILLS>` = the `skills/` folder containing this skill = `<SKILL_DIR>/..` > - `<BIN>` = the `bin/` folder beside it = `<SKILL_DIR>/../../bin` > > Do **not** hardcode a fixed prefix like `.agents/bin` or `../bin`: shell relative paths resolve against the current working directory (usually the topic root), not this skill's location. Once resolved, `<BIN>` is typically `.agents/bin` when invoked from the hub root, or `.claude/bin` from inside a topic directory. This skill consolidates all Hub-related operations into a single dispatcher. ## Operations 1. **Resolve a Topic Slug to Absolute Path (Router)** If you need to find the absolute path for a topic slug: `python <BIN>/router.py <path_to_hub> <slug>` 2. **List Topics** If the user asks to list topics in the hub: `python <BIN>/llm-wiki.py archive --hub <path_to_hub> list` *(Append `--archived` to include archived topics).* 3. **Archive a Topic** To archive an active topic (move it out of the active working set): `python <BIN>/llm-wiki.py archive --hub <path_to_hub> topic <slug>` *(Append `--reason "<reason>"` if the user provided one).* 4. **Restore an Archived Topic** To unarchive a topic and mo