agentsclimarketplace

Garden capture

Skill khou/gardenkit/skills/garden-capture

Claude Code hooks + skills for a self-maintaining second brain in plain markdown.

Install
npx -y skills add khou/gardenkit --skill garden-capture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Capture a thought, decision, learning, or fact into the garden vault inbox. Use ONLY when the user explicitly asks: "capture X", "remember that X", "for the garden Y", "save this", etc. Do not capture proactively — the user wants to approve what lands in the vault. Writes to ~/garden/inbox/: the gardener will file it properly later.

SKILL.md

1.8 KB, as published. Nobody here has run it

garden-capture

Drops a raw capture into ~/garden/inbox/. The gardener (scheduled) processes inbox files into properly-filed atomic notes.

When to use

Only when the user explicitly invokes capture. Triggers: "capture this", "save that", "for the garden", "remember X", or equivalents.

If you notice something in conversation that seems noteworthy but the user didn't ask to capture, do not write to inbox/. Suggest it inline ("worth capturing?") and let the user decide. The vault is the user's, and they want explicit control over what goes in.

How

  1. Compose a short markdown file with this structure:
---
type: capture
created: <YYYY-MM-DD>
source: <session | manual | conversation>
---

# <one-line summary>

<the content: keep it raw, gardener will refine>

Context: <project | person | topic if known>
  1. Filename: ~/garden/inbox/<YYYY-MM-DD>-<slug>.md. Slug = first 5–7 words of the summary, lowercased, hyphenated.

  2. Write the file. Don't edit anything else in the vault: that's the gardener's job.

  3. Tell the user one line: "Captured to inbox as <filename>."

Multiple captures

If the user dumps several distinct things at once, write each as a separate inbox file. One concept per file.

Don't

  • Don't file directly into notes/, decisions/, etc.: that's gardener territory.
  • Don't add wiki-links speculatively. Gardener handles linking.
  • Don't ask for permission for routine captures. Just write.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.