claudeindex
Marketplace

agentsmith-plugins

Claude Code plugin marketplace for the AgentSmith agent family — codifies the SecondBrain vault workflow and AgentSmith-native runbooks for gh, fly.io, and sprites.dev.

Stars

0

Forks

0

Plugins

6

Installation

1

Add the marketplace

/plugin marketplace add SmithFamilyPlayground/agentsmith-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

6

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

agentsmith-vault

How agents write to ~/.secondbrain: vault-commit.sh, frontmatter schema, daily-branch lifecycle, raw/ immutability.

Plugin

agentsmith-gh

GitHub CLI runbook for AgentSmith and the SmithFamilyPlayground org — PR conventions, auto-review + daily-rollup workflow expectations, ruleset awareness, Actions triage. Bundles the `clean-gone` skill for pruning local branches whose remotes are deleted.

Plugin

agentsmith-fly

Fly.io runbook for the `tod-smith` deployment — app anatomy, the always-on attachable invariant, persistence layout, Tailscale (userspace) topology, secrets rotation (incl. the VAULT_* reserved-name gotcha and Telegram bot uniqueness across fly + home box), deploy/rollback, and a triage playbook.

Plugin

agentsmith-sprites-dev

sprites.dev CLI + API runbook for AgentSmith — ephemeral fly-machine workloads. Service create/update, file uploads (with the compress-over-~20MB rule), checkpoints, URL auth. Headless-Linux only; Windows/Git-Bash path-mangling material from the upstream spindev version is deliberately out of scope.

Plugin

agentsmith-comms

Lifecycle channel for AgentSmith — push-only Claude Code channel plugin (declares claude/channel only; no tools, no permission relay). Reads NDJSON over a Unix domain socket from a local supervisor process and emits operational nudges (idle_check, context_pressure, health_pulse, external_event) as <channel source="agentsmith-comms"> notifications. Companion to the existing telegram channel — user-facing comms stay on telegram, lifecycle nudges are isolated here.

Plugin

claude-persistent-memory

Continuity-of-self memory for persistent-identity Claude Code agents. Phase-1a MVP — ships a bundled `local-vault` CLI implementing the Memory.* contract (store/recall/update/list/config) against a local project vault at `<project>/.claude-persistent-memory/`, so the plugin works standalone on any project from day one (no AgentSmith / no svc / no api dependency). Phase-1b will add the dreaming-model hooks (state.md @-import + recall + consolidate-and-restart + context-pressure); phase-1c will add auto-detect-and-route to an `agentsmith-api` backend when present.