digital-garden-cultivator
Cultivate digital gardens: manage notes, link structures, knowledge bases, and garden health
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-memory-palace-digital-garden-cultivatorNight Market Skill — ported from claude-night-market/memory-palace. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
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 brief
Verification: 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
- Collect Sources - Gather notes, bookmarks, ideas
- Plan Structure - Define garden organization
- Create Links - Build bidirectional connections
- Schedule Maintenance - Establish tending cadence
- Document Outputs - Convert mature ideas to formal docs
Garden Layout Template
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-memory-palace-digital-garden-cultivator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure