aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Manage and analyze digital gardens for evolving knowledge bases, including health metrics.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/gardenContext preview
What this command does when you run it.
Manage and analyze digital gardens for evolving knowledge bases, including health metrics.
name: garden description: Manage and analyze digital gardens for evolving knowledge bases, including health metrics.
Manage and analyze digital gardens for evolving knowledge bases.
/garden metrics <path-to-garden.json> [--format json|brief|prometheus]
Calculates health metrics for a digital garden.
/garden health <path-to-garden.json>
Provides a health assessment with maintenance recommendations.
/garden seed <garden-path> "<title>" --section <section> --links <related>
Adds new content to the garden with initial links.
/garden tend <garden-path> --action <prune|expand|archive>
Performs maintenance actions on garden content.
1. **Tracks Metrics**: Calculates link density, freshness, maturity 2. **Assesses Health**: Identifies areas needing maintenance 3. **Seeds Content**: Adds new notes with proper linking 4. **Manages Lifecycle**: Promotes, archives, and prunes content 5. **Exports Data**: Outputs metrics in multiple formats
| Metric | Description | Target | |--------|-------------|--------| | `plots` | Total content items | - | | `link_density` | Average links per plot | > 2.0 | | `avg_days_since_tend` | Average staleness | < 7 days |
# Calculate metrics /garden metrics ~/my-garden.json --format brief # Output: plots=42 link_density=3.2 avg_days_since_tend=4.5 # Check health /garden health ~/my-garden.json # Add new content /garden seed ~/my-garden.json "OAuth Overview" --section auth --links "Authentication,Security" # Prune stale content /garden tend ~/my-garden.json --action prune
Uses the garden_metrics.py tool:
python -m memory_palace.garden_metrics <path> [--format <format>]
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.