using-vit

Installation
SKILL.md

1. Overview

vit is a Bun CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (setup, login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal.

2. Prerequisites

Dependency chain: setup → login → init → follow → skim/ship.

setup and login are human-only. The agent starts at init. Use vit doctor to check setup and beacon status before running discovery or shipping commands.

3. Agent Workflow

  1. Run vit init to initialize .vit/ directory (derives beacon from git remotes).
  2. Run vit follow <handle> to follow accounts whose caps you want to see.
  3. Run vit skim --json to read caps from followed accounts filtered by beacon.
  4. Run vit ship --title <t> --description <d> --ref <ref> <<'EOF' ... EOF to publish a cap (body on stdin).
Installs
73
Repository
solpbc/vit
GitHub Stars
7
First Seen
Feb 15, 2026