Agent Plugins Marketplace
← All plugins

silverbullet-workflow

v0.4.0

Action-oriented playbook for Cam's SilverBullet CLI workflows — start projects from templates, query tasks, append Captain's Log entries, check the Mention Inbox and hand work back, search the space, run a serendipity gardening round, and do first-time CLI setup. Companion to the `silverbullet` reference plugin: that one says what the tools are, this one says what to do with them.

Claude Code2 Skills

By cam-bartsLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 silverbullet-workflow 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 silverbullet-workflow@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/cam-barts/claude-marketplace

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

Plugin files

plugins/silverbullet-workflow/
├── .claude-plugin/plugin.json
├── skills/serendipity-gardening/SKILL.md
└── skills/silverbullet-workflow/SKILL.md

Included Skills2

serendipity-gardeningskills/serendipity-gardening/SKILL.md

Cam's digital-gardening ritual in SilverBullet. Draw a wide random batch of notes using his Serendipity page's own pickers, read them, then hunt for non-obvious connections between them and propose the exact wikilinks he could add. Output goes to a deliberately ephemeral scratch page per round — Cam harvests the links by hand and deletes it. Rounds chain: each new round opens with feedback on the edits he made after the last one. Use when Cam says he is bored, uninspired, or wants to garden, asks for a serendipity session, a gardening session, or a digital-gardening session, wants random notes surfaced for connection-making, says "let's go again" or "another round" mid-ritual, or invokes /sb-garden. Also fits "what should I be linking", "find connections in my notes", and gardening the orphans or thinly-linked notes that nothing points at. Do NOT use for targeted search, task triage, writing one specific note, or Zotero paper enrichment (that is enrich-paper).

silverbullet-workflowskills/silverbullet-workflow/SKILL.md

Cam's action-layer playbook for working with SilverBullet from the CLI. Use this skill when the task involves: starting a new project doc (always from the Project template), pulling or annotating tasks (`[assignee: cam]` or `[assignee: barbossa]`), appending an entry to today's Captain's Log, checking what's waiting for someone (`sb inbox`, @mentions, handoff tasks), signing an entry with `--sign`, searching the space, syncing edits and resolving sync conflicts with `sb sync`, evaluating Space Lua, fixing aspiring (short-name) wikilinks, or first-time CLI setup on a fresh machine. Triggers on mentions of `~/silverbullet`, `bullet.coder.cam`, "my SB", "my space", a project doc, a Captain's Log, an `[assignee:]` task, swabs, or any `sb` or `zk` CLI invocation. Do NOT use for Space Lua plug development (that's plug.js territory) or for browser-side SB workflows; this skill is CLI-driven.

Plugin manifests1

plugins/silverbullet-workflow/.claude-plugin/plugin.json
{
  "name": "silverbullet-workflow",
  "version": "0.4.0",
  "description": "Action-oriented playbook for Cam's SilverBullet CLI workflows — start projects from templates, query tasks, append Captain's Log entries, check the Mention Inbox and hand work back, search the space, run a serendipity gardening round, and do first-time CLI setup. Companion to the `silverbullet` reference plugin: that one says what the tools are, this one says what to do with them.",
  "author": {
    "name": "cam-barts"
  },
  "license": "MIT",
  "repository": "https://github.com/cam-barts/claude-marketplace",
  "keywords": [
    "silverbullet",
    "workflow",
    "cli",
    "sb",
    "zk",
    "tasks",
    "templates",
    "captains-log",
    "personal",
    "serendipity",
    "gardening",
    "zettelkasten",
    "wikilinks"
  ],
  "skills": "./skills",
  "commands": "./commands"
}

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

[silverbullet-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/silverbullet-workflow)