Add the marketplace
/plugin marketplace add SmithFamilyPlayground/agentsmith-pluginsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
How agents write to ~/.secondbrain: vault-commit.sh, frontmatter schema, daily-branch lifecycle, raw/ immutability.
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.
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.
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.
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.
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.