Agent Plugins Marketplace
All plugins

garden

v3.0.0

Explicit commands for any git repo that has or is a knowledge base: init, survey, tend, maintain, review, capture, restructure, dream.

Claude Code8 Skills

By Amir Arad0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install garden for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install garden@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/amir-arad/claude-arad

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/garden/.

Plugin files

plugins/garden/
├── .claude-plugin/plugin.json
├── skills/capture/SKILL.md
├── skills/dream/SKILL.md
├── skills/init/SKILL.md
├── skills/maintain/SKILL.md
├── skills/restructure/SKILL.md
├── skills/review/SKILL.md
├── skills/survey/SKILL.md
└── skills/tend/SKILL.md

Included Skills8

captureskills/capture/SKILL.md

Turn raw material — notes, research reports, transcripts, findings — into knowledge-base notes with provenance, placed and linked so they can be found.

dreamskills/dream/SKILL.md

Interview the user about their knowledge domain and write a domain descriptor to .garden/DOMAIN.md — types, categories, templates, conventions, exclusions. Optional; capture uses it when present.

initskills/init/SKILL.md

Create or extend the knowledge base in this repository. Migrates a legacy .kb-gardener/ to .garden/, scaffolds state, generates missing docs from the code, writes the index, adds source citations. Never overwrites.

maintainskills/maintain/SKILL.md

Survey the knowledge base into the backlog, then tend every open item, in one unattended run. Lists every permanent retirement in the closing report.

restructureskills/restructure/SKILL.md

Split, merge, move or rename knowledge-base docs as instructed, repointing every link and leaving a redirect at every old path so nothing is lost or broken.

reviewskills/review/SKILL.md

Read the garden's durable state back without changing anything — what won't do is suppressing and whether the reasons still hold, what happened to past backlog items, how the agent instruction files are growing.

surveyskills/survey/SKILL.md

Survey the knowledge base for drift, staleness, broken references, unreachable or unsignposted docs and uncited code, and merge the findings into the typed backlog at .garden/backlog.md. Changes only the backlog.

tendskills/tend/SKILL.md

Work the knowledge-base backlog down one item at a time — fix each item with a subagent, verify it against its type's done criteria, delete it on pass, retire it to won't do on fail.

Plugin manifests1

plugins/garden/.claude-plugin/plugin.json
{
  "name": "garden",
  "version": "3.0.0",
  "description": "Explicit commands for any git repo that has or is a knowledge base: init, survey, tend, maintain, review, capture, restructure, dream.",
  "author": {
    "name": "Amir Arad",
    "email": "[email protected]"
  },
  "keywords": [
    "knowledge-base",
    "docs",
    "drift",
    "backlog"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[garden on Agent Plugins Marketplace](https://pluginsmp.com/plugins/garden)