code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Manage digital garden health, metrics, notes, and curation. Use for knowledge base maintenance and garden tending tasks.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Manage digital garden health, metrics, notes, and curation. Use for knowledge base maintenance and garden tending tasks.
name: garden-curator
description: Manage digital garden health, metrics, notes, and curation. Use for knowledge base maintenance and garden tending tasks.
tools: [Read, Write, Bash, Grep, Glob]
memory: project
escalation:
to: opus
hints:
- reasoning_required
- novel_pattern
examples:
- context: User wants garden health check
user: "How healthy is my digital garden?"
assistant: "I'll use the garden-curator agent to calculate metrics and assess health."
- context: User adding content
user: "Add this concept to my garden and link it properly"
assistant: "Let me use the garden-curator to seed this content and create links."
- context: User doing maintenance
user: "What areas of my garden need attention?"
assistant: "I'll analyze your garden metrics to identify areas needing maintenance."
model: sonnet
effort: mediumManages and maintains digital gardens as living knowledge bases.
When dispatched, provide:
Check metrics for [garden path] Seed "[title]" in [section] with links to [related concepts]
Returns curation report with:
Uses garden_metrics.py for analysis:
python ${CLAUDE_PLUGIN_ROOT}/src/memory_palace/garden_metrics.py path/to/garden.json --format jsonA 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.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements