What goes in
Your manuals, field guides, standard operating procedures, training docs, organizing toolkits — the knowledge you’d hand a new member.
You already hold the most valuable thing here: the wisdom in your community and your field. The eviction-response checklist. The de-escalation steps. The way your collective handles sensitive data. The tone your organization speaks in. This page is about turning that — the stuff in your head and your binders — into agent skills your AI agent follows every single time.
A skill is a short .md file that teaches your agent one of your methods.
Instead of the agent guessing how to do something, it reads your skill and does
it your way — consistently, for you and for everyone in your collective.
A harness like Goose gives the agent hands. The catalog gives it vetted tools. A skill gives it your judgment. It’s the difference between “an AI wrote something” and “an AI applied our actual playbook.”
knowledge-to-skills-pipeline takes
your source material — books, guides, toolkits, manuals — and turns it into
structured SKILL.md files: a methodology your agent can apply, plus an
attribution block that credits where the knowledge came from.
It runs on Anthropic Claude — a permitted provider (never Meta, OpenAI, or xAI), so making skills follows the same values as everything else here. Its own reference skills are drawn from Beautiful Trouble: A Toolbox for Revolution.
What goes in
Your manuals, field guides, standard operating procedures, training docs, organizing toolkits — the knowledge you’d hand a new member.
What comes out
SKILL.md files: a clear method your agent follows, with metadata and
attribution so credit and licensing travel with the knowledge.
A SKILL.md is just plain text — YAML metadata at the top, then your method in
plain language:
---name: tenant-intakedescription: Take an eviction report safely.attribution: source: "Tenants Union field manual" license: CC-BY-SA-4.0---
# Taking a tenant intake
1. Use a chosen handle, not a legal name.2. Record the building, not the unit, at first.3. Encrypt everything; two organizers hold keys.4. Confirm what the tenant wants next.The agent reads this and follows your intake process — not a generic one.
SKILL.md files.Every starter from the Build Studio already includes a skills/
folder with a template and a README. To put your own skills to work:
SKILL.md files into the project’s skills/ folder.skills/ first and
follow your methods.