Skip to main content

guildmaster

An agent and CLI that manages skills for the AgentCulture mesh.

guildmaster is a sibling to steward (resident-agent alignment), culture (the IRC-based agent mesh), and daria (the awareness agent) in the Organic Development framework. Its mission is skill and skillversion management plus an overview surface for the mesh: per the settled division of labor (issue #1), guildmaster becomes the skills supplier/manager while steward retreats to agent-alignment. It onboards as a consumer first — vendoring the canonical skills like every other sibling — before taking over the upstream ledger, broadcast, and version tracking.

The repo and the Culture agent are named guildmaster; the CLI ships as guild-cli on PyPI and installs the guild binary.

Install

# From PyPI (Trusted Publishing):
uv tool install guild-cli

# From source (dev):
uv sync
uv run guild --version

Commands

All verbs are read-only, offline, and deterministic — safe to call in agent loops. Add --json to any of them for structured output.

Verb What it does
guild whoami Report this agent's identity — suffix + backend (from culture.yaml) + version. The smallest identity probe.
guild learn Survey the repo: the CLI verbs, the vendored skills under .claude/skills/, and a pointer to CLAUDE.md.
guild explain <topic> Explain one topic in depth — print a vendored skill's SKILL.md, or a verb's summary.
uv run guild whoami
uv run guild learn
uv run guild explain cicd

Supplier verbs — teach & onboard

As the mesh's skills supplier, guildmaster propagates skills to sibling agents through two agent-first write verbs. Both default to dry-run (render the issues and the ledger/verification diffs); --apply files them.

Verb What it does
guild teach --skill <name> … --to <agent> … Teach a chosen set of skills to a chosen set of mesh agents.
guild onboard --agent <owner/repo> Welcome a brand-new sibling with the full canonical kit, an identity-setup section, ledger registration, and a verification record.

Agent-major, not skill-major. A run files one GitHub issue per target agent, bundling a per-skill section for every skill that agent receives — not one issue per skill. New-vs-resync framing is auto-detected per (skill, agent) from the docs/skill-sources.md ledger. Skills must be chosen explicitly (--skill, repeatable, or --all) — there is no implicit default.

These supersede a separate announce-skill-update verb. teach is the single render-and-post engine; onboard is "teach the whole canonical kit" plus ledger registration, the identity section, and a verification record. There is no standalone broadcast verb (cf. issue #10, which asked for one — guildmaster fulfills the broadcast role via these two verbs instead).

Before → after. Today guildmaster has no broadcast verb of its own — steward runs the live broadcaster, and teaching a set of skills or standing up a new sibling is manual (hand-rendered briefs, hand-edited ledger, no verification). After: one command propagates a skill set, or onboards a sibling end-to-end. Going live is gated on the staged steward→guildmaster cutover — see docs/cutover.md.

Inventory verbs — overview & show

guildmaster owns the mesh's inventory surfaces (the read-only "what kit + config does an agent have?" view) per issue #12. Both are read-only — no --apply, no mutation, no drift verdict (judgment stays with steward overview / steward doctor).

Verb What it does
guild overview [--scope all|self <agent>|mesh] The supplier view: the canonical skill set + versions/origins, the docs/skill-sources.md ledger, and drift signals (uncovered skills, per-agent kit gaps). Feeds teach / onboard. --scope mesh instead surveys every agent's vendored skills live off the filesystem and flags what's missing/stale per agent.
guild show <path-or-suffix> One agent's full config in one view — its detected prompt file (CLAUDE.md / AGENTS.md / GEMINI.md), its parallel culture.yaml, and its .claude/skills index.
uv run guild overview                       # whole ledger + canonical set
uv run guild overview --scope self daria    # one agent's kit + gaps
uv run guild overview --scope mesh          # live survey: every agent's skills + missing/stale
uv run guild show ../culture                 # config by path
uv run guild show daria                      # config by registered suffix
uv run guild show ../culture --json          # structured config object

guild show resolves a registered suffix via the Culture server manifest (culture_server_yaml in .claude/skills.local.yaml); pass an explicit directory path to skip the lookup. Pre-cutover the ledger is still a consumer-side view with no downstream column, so overview's drift signals activate only after the steward→guildmaster cutover — the verb says so plainly.

guild harness use — switch the mesh-resident harness

guild harness use <name> writes one thing: the harness a clone's culture.yaml declares — the backend/model/acp-command combination the Culture daemon starts for that resident agent. Dry-run by default (renders the culture.yaml diff); --apply writes.

This is deliberately narrow. Two different "which harness" selections exist over one clone, and this verb touches only one of them:

Selection What it means Changed by
Interactive harness Whichever binary you run in the repo right now (claude, colleague, qwen, …). All four can be run at will; it is never a config change. Invoking that binary directly — never this verb.
Mesh-resident harness The single backend culture.yaml declares, which the Culture daemon starts for this clone. guild harness use <name>
Verb What it does
guild harness use <name> [--agent SUFFIX] Rewrite culture.yaml's backend/model/acp_command fields to match the named harness (claude, colleague, associate, qwen, acp — see guild/scaffold/harness.py). --agent picks which declared agent to switch when culture.yaml lists more than one.
uv run guild harness use qwen              # dry-run: show the culture.yaml diff
uv run guild harness use qwen --apply      # write culture.yaml
uv run guild harness use claude --apply --agent daria   # multi-agent culture.yaml

The write touches culture.yaml only — no file is created, fetched, or re-provisioned, and no network call is made. Commit the result normally; a fresh clone runs the new harness with no local setup step. This is not the force path for an interactive session — forcing which binary you run right now is invocation-level and never goes through culture.yaml.

Develop

uv sync
uv run pytest -n auto -v
uv run black --check guild tests && uv run isort --check-only guild tests
uv run flake8 guild tests && uv run bandit -c pyproject.toml -r guild

Every PR bumps the version (CI's version-check enforces it):

python3 .claude/skills/version-bump/scripts/bump.py patch

See CLAUDE.md for the full project shape, conventions, and the build/test/publish toolchain.

Release files for guild-cli 0.26.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for guild-cli 0.26.6
File Size Uploaded
guild_cli-0.26.6.tar.gz 454.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for guild-cli 0.26.6
File Interpreter ABI Platform
guild_cli-0.26.6-py3-none-any.whl Python 3 none any Details

Total release size: 538.2 kB

Release files / guild_cli-0.26.6.tar.gz

Download URL guild_cli-0.26.6.tar.gz
Size 454.1 kB
Tags Source
SHA-256 checksum
How to use checksums
abc3ae50ee46780d60c85715fcb4963a5145cc02b983c93a93d2b4852a3b3c95
BLAKE2b-256 checksum
How to use checksums
49204b848249cd437fd03a5d26b84e0d1d01a7f6aa8d3600b7049fe3dbcf9f37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / guild_cli-0.26.6-py3-none-any.whl

Download URL guild_cli-0.26.6-py3-none-any.whl
Size 84.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
66e7daf194d86909f2e74e7538e6ff880cf5794a0f55fa728f1bea3faeb9a75b
BLAKE2b-256 checksum
How to use checksums
d4c636ac877b7f94cc1db95b1199d8ac18f35ce0e821790806415ea16ec111d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

0.26.8

2 release files

0.26.7

2 release files

This release

0.26.6 This release

2 release files

0.26.5

2 release files

0.26.4

2 release files

0.26.3

2 release files

0.23.1

2 release files

0.23.0

2 release files

0.22.3

2 release files

0.22.2

2 release files

0.22.1

2 release files

0.21.0

2 release files

0.20.3

2 release files

0.20.2

2 release files

0.20.1

2 release files

0.20.0

2 release files

0.19.9

2 release files

0.19.8

2 release files

0.19.6

2 release files

0.19.5

2 release files

0.19.4

2 release files

0.19.3

2 release files

0.19.2

2 release files

0.19.1

2 release files

0.18.0

2 release files

0.17.1

2 release files

0.17.0

2 release files

0.16.2

2 release files

0.16.1

2 release files

0.16.0

2 release files

0.15.1

2 release files

0.15.0

2 release files

0.14.0

2 release files

0.13.3

2 release files

0.13.2

2 release files

0.13.1

2 release files

0.13.0

2 release files

0.12.0

2 release files

0.9.2

2 release files

0.9.1

2 release files

0.9.0

2 release files

0.8.5

2 release files

0.8.4

2 release files

0.8.3

2 release files

0.8.2

2 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.3

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.1

2 release files

0.5.0

2 release files

0.4.2

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page