Consult this skill when cultivating and maintaining digital gardens. Use when managing note collections, creating link structures, maintaining knowledge bases, tending garden health and growth. Do not use when creating memory palace structures - use memory-palace-architect. DO NOT use when: evaluating new knowledge - use knowledge-intake.
Manages interconnected note collections with bidirectional links and content maturity tracking.
/plugin marketplace add athola/claude-night-market/plugin install memory-palace@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/linking-patterns.mdmodules/maintenance.mdscripts/tending_cli.pyDesign, 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
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.