Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Digital Garden Cultivator

  • 105 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Grow a linked personal knowledge base (digital garden) with bidirectional, contextual connections instead of flat note dumps.

About

Digital garden cultivator is a journey-wide agent skill for solo builders who treat notes as a living publication, not a archive folder. It guides how to structure a digital garden so each note sits in a navigable graph: direct links for obvious topics, contextual links when the relationship needs a sentence, hub nodes that organize clusters like API design, and bridge links that connect insights across domains. The skill emphasizes bidirectional linking, explaining why a link exists, avoiding orphan pages, and keeping outbound density in a readable 3–7 range with periodic pruning of stale edges. Complexity is beginner-friendly and estimated token footprint is small, making it easy to invoke during research dumps, writing sessions, or weekly garden reviews. It depends on the broader digital-garden-cultivator ecosystem and complements linking-patterns for tactical bidirectional strategies.

  • Defines 4 link types: direct, contextual, hub, and bridge connections across topics
  • 5 linking guidelines including mandatory bidirectionality and 3–7 outbound links per note
  • Supports focused retrieval and serendipitous discovery through explicit anchor context
  • Pairs with linking-patterns dependency for concrete bidirectional linking strategies
  • Flags anti-patterns such as orphan notes and stale outbound links

Digital Garden Cultivator by the numbers

  • 105 all-time installs (skills.sh)
  • Ranked #1,341 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill digital-garden-cultivator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs105
repo stars325
Security audit2 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Grow a linked personal knowledge base (digital garden) with bidirectional, contextual connections instead of flat note dumps.

Files

SKILL.mdMarkdownGitHub ↗

Table of Contents

Digital Garden Cultivator

Design, manage, and evolve digital gardens as living knowledge bases. Digital gardens are interconnected note collections that grow organically, emphasizing evolution over perfection.

What It Is

A digital garden approach to knowledge management that:

  • Builds dynamic knowledge bases that evolve over time
  • Connects notes through bidirectional links
  • Incubates ideas before formalizing as documentation
  • Creates discovery paths for information navigation
  • Tracks content maturity and maintenance needs

Quick Start

Calculate Garden Metrics

python scripts/garden_metrics.py path/to/garden.json --format brief

Verification: Run python --version to verify Python environment.

Output Formats

  • json - Full metrics as JSON
  • brief - One-line summary
  • prometheus - Prometheus exposition format

When To Use

  • Building dynamic knowledge bases that evolve over time
  • Connecting notes, skills, and palaces through bidirectional links
  • Incubating ideas before formalizing as documentation
  • Creating discovery paths for navigating information
  • Managing content lifecycle (seedling → growing → evergreen)

When NOT To Use

  • Creating memory palace

structures - use memory-palace-architect

  • Evaluating new knowledge
  • use knowledge-intake
  • Creating memory palace

structures - use memory-palace-architect

  • Evaluating new knowledge
  • use knowledge-intake

Content Maturity Levels

LevelStatusDescription
SeedlingNew/roughEarly ideas, incomplete thoughts
GrowingDevelopingBeing actively refined
EvergreenMatureStable, well-developed content

Core Workflow

1. Collect Sources - Gather notes, bookmarks, ideas 2. Plan Structure - Define garden organization 3. Create Links - Build bidirectional connections 4. Schedule Maintenance - Establish tending cadence 5. Document Outputs - Convert mature ideas to formal docs

Garden Layout Template

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.

Maintenance Cadence

ActionFrequencyPurpose
Quick pruneEvery 2 daysRemove dead links, fix typos
Stale reviewAfter 7 days inactiveAssess content freshness
ArchiveAfter 30 days inactiveMove to archive or delete

Success Metrics

  • Link density - Average links per piece of content
  • Bidirectional coverage - % of links that are reciprocal
  • Freshness - Time since last update per area
  • Maturity ratio - Evergreen content / total content

Detailed Resources

  • Linking Patterns: See modules/linking-patterns.md
  • Maintenance Guide: See modules/maintenance.md
  • Metrics Integration: See modules/maintenance.md

Integration

  • memory-palace-architect - Host garden within palace structure
  • knowledge-locator - Search garden content
  • session-palace-builder - Seed garden from session insights

Troubleshooting

Common Issues

Pre-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

Related skills

FAQ

Is Digital Garden Cultivator safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.