1. Capture
Add one Markdown file per person with roles, skills, context, and what you would ask them about.
kith is a private, version-controlled map of who you know and what they are good at. Store people as plain Markdown, then let AI agents suggest who could help with a project.
Plain Markdown. Your repo. Your data.
Add one Markdown file per person with roles, skills, context, and what you would ask them about.
Use the CLI or MCP tools to find people for a skill, tool, domain, or plain-English need.
Agents append a People plan: suggested people, reasons, covered needs, and explicit gaps.
Get kith running in your own repository with Node 18+ and no runtime dependencies.
git clone https://github.com/buberlo/kith.git
cd kith
node bin/kith.mjs init
node bin/kith.mjs validate
node bin/kith.mjs staff "build and deploy a web app"
Expose the same local network to AI agents through MCP or the no-server kith skill.
Run a read-only local server with tools for listing, finding, looking up, and staffing people.
npm run mcp
Let an agent read people/ directly and append a People plan without running a server.
skills:
- kith