Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use this skill when the user wants to detach, archive, purge, or otherwise change the lifecycle state of an Obsidian project knowledge base.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -42% | 0% |
Use the shared helper script for deterministic lifecycle operations.
This is a supporting skill under obsidian-project-memory.
Use it for project-level state changes and, when needed, note-level removal or rename flows.
bashpython3 ../obsidian-project-memory/scripts/project_kb.py lifecycle --cwd "$PWD" --mode detach python3 ../obsidian-project-memory/scripts/project_kb.py lifecycle --cwd "$PWD" --mode archive python3 ../obsidian-project-memory/scripts/project_kb.py lifecycle --cwd "$PWD" --mode purge
bashpython3 ../obsidian-project-memory/scripts/project_kb.py note-lifecycle --cwd "$PWD" --mode archive --note "Results/Old-Result.md" python3 ../obsidian-project-memory/scripts/project_kb.py note-lifecycle --cwd "$PWD" --mode purge --note "Results/Old-Result.md" python3 ../obsidian-project-memory/scripts/project_kb.py note-lifecycle --cwd "$PWD" --mode rename --note "Experiments/Old-Name.md" --dest "Experiments/New-Name.md"
Archive/ and disable syncing.Always summarize what was removed, what was preserved, and whether auto-sync remains enabled.
Other measured skills in the registry, with their headline benchmark lift.