
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-cultivatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 105 |
|---|---|
| repo stars | ★ 325 |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 2, 2026 |
| Repository | athola/claude-night-market ↗ |
What it does
Grow a linked personal knowledge base (digital garden) with bidirectional, contextual connections instead of flat note dumps.
Files
Table of Contents
- What It Is
- Quick Start
- Calculate Garden Metrics
- Output Formats
- When to Use
- Content Maturity Levels
- Core Workflow
- Garden Layout Template
- Maintenance Cadence
- Success Metrics
- Detailed Resources
- Integration
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 briefVerification: Run python --version to verify Python environment.
Output Formats
json- Full metrics as JSONbrief- One-line summaryprometheus- 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
| Level | Status | Description |
|---|---|---|
| Seedling | New/rough | Early ideas, incomplete thoughts |
| Growing | Developing | Being actively refined |
| Evergreen | Mature | Stable, 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
| 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 |
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 structureknowledge-locator- Search garden contentsession-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
Linking Patterns
Effective linking creates a navigable knowledge network that supports both focused retrieval and serendipitous discovery.
Link Types
Direct Links
Explicit connections between related content.
- Use when: Clear topical relationship exists
- Example: "OAuth" → "Authentication Methods"
Contextual Links
Links embedded within explanatory sentences.
- Use when: Connection needs context to understand
- Example: "This pattern uses [dependency injection] for testability"
Hub Links
Central nodes that connect many related topics.
- Use when: Topic serves as organizing principle
- Example: "API Design" as hub for REST, GraphQL, RPC topics
Bridge Links
Connections between seemingly unrelated domains.
- Use when: Cross-domain insight exists
- Example: "Memory Palace techniques" → "Software Architecture"
Linking Guidelines
1. Always bidirectional - If A links to B, B should link to A 2. Contextual anchors - Explain why the link exists 3. Avoid orphans - Every note should have at least one inbound link 4. Limit outbound - 3-7 outbound links per note is optimal 5. Review regularly - Remove stale or unhelpful links
Anti-Patterns
- Link dumping - Adding links without context
- Self-linking - Circular references within same note
- Overconnection - Linking everything to everything
- Stale links - Links to archived or deleted content
Garden Maintenance
Regular maintenance keeps your digital garden healthy and navigable.
Maintenance Schedule
Daily (5 minutes)
- Add new seeds from today's work
- Quick link to related existing content
- Tag with maturity level
Weekly (30 minutes)
- Review seedlings for promotion to growing
- Fix broken or stale links
- Merge duplicate concepts
- Update timestamps
Monthly (2 hours)
- Promote growing content to evergreen
- Archive inactive content (>30 days)
- Restructure sections if needed
- Review and update hub pages
- Generate metrics report
Tending Actions
| Action | When | How |
|---|---|---|
| Seed | New idea arrives | Create note, add initial links |
| Water | Content needs development | Expand, add examples |
| Prune | Content is overgrown | Simplify, remove tangents |
| Weed | Dead content found | Remove or archive |
| Transplant | Content in wrong section | Move to appropriate location |
| Harvest | Content is mature | Export to formal documentation |
Health Indicators
Healthy Garden
- Regular new seeds (1-3 per week)
- Link density > 2 per note
- Minimal orphan notes
- Active tending timestamps
Unhealthy Garden
- No new content for weeks
- Many orphan notes
- Broken links
- Unclear organization
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.