From memory-palace
Manages digital garden notes, link structures, and health metrics. Use when curating a knowledge base, pruning stale notes, or tracking content maturity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-palace:digital-garden-cultivatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [What It Is](#what-it-is)
Design, manage, and evolve digital gardens as living knowledge bases. Digital gardens are interconnected note collections that grow organically, emphasizing evolution over perfection.
A digital garden approach to knowledge management that:
python scripts/garden_metrics.py path/to/garden.json --format brief
Verification: Run python --version to verify Python environment.
json - Full metrics as JSONbrief - One-line summaryprometheus - Prometheus exposition format| Level | Status | Description |
|---|---|---|
| Seedling | New/rough | Early ideas, incomplete thoughts |
| Growing | Developing | Being actively refined |
| Evergreen | Mature | Stable, well-developed content |
garden:
sections: ["research", "patterns", "experiments"]
plots:
- name: "My First Note"
purpose: "reference" # reference | evergreen | lab
maturity: "seedling" # seedling | growing | evergreen
inbound_links: []
outbound_links: []
last_tended: "2025-11-24T10:00:00Z"
Verification: Run the command with --help flag to verify availability.
| Action | Frequency | Purpose |
|---|---|---|
| Quick prune | Every 2 days | Remove dead links, fix typos |
| Stale review | After 7 days inactive | Assess content freshness |
| Archive | After 30 days inactive | Move to archive or delete |
modules/linking-patterns.mdmodules/maintenance.mdmodules/maintenance.mdmemory-palace-architect - Host garden within palace structureknowledge-locator - Search garden contentsession-palace-builder - Seed garden from session insightsPre-commit hooks failing
Run SKIP=... git commit to bypass temporarily, then fix issues
Merge conflicts
Use git merge --abort to reset, then resolve conflicts carefully
Commit rejected Check hook output and fix reported issues before committing again
scripts/garden_metrics.py runs without error on the target
garden.json and outputs link density, bidirectional coverage,
freshness, and maturity ratioseedling, growing, or evergreengarden.json is absent or malformed, the error is reported
with the path that was searched rather than silently completingnpx claudepluginhub athola/claude-night-market --plugin memory-palaceBootstraps a new personal wiki for any knowledge domain with directory structure, configuration, and helper scripts. Supports Obsidian and plain markdown link styles.
Incremental wiki generator that builds an LLM-friendly knowledge base from Obsidian note vaults. Supports scanning, batching ingestion, caching, health status, index rebuilding, and knowledge graph exports.
Enforces schema-as-code for Obsidian vaults: discovers structure, runs schema compliance, deduplicates entities, generates MOC indexes, fixes wikilinks, and more.