agentsclimarketplace

Mandants

Skill bks-lab/open-bridge/skills/mandants

Your AI coding agent starts every session knowing your repos, your clients, and how you work — a plain git repo of markdown + YAML it reads at session start, independent of model or frontend. Context compounds instead of restarting. MIT.

Install
npx -y skills add bks-lab/open-bridge --skill mandants

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Mandant management — recipient groups for outbound messages. List, add, show mandants and add persons to groups. Types: company, household, family, friends, colleagues, individual. Trigger: "/mandants", "mandants", "recipients", "recipient groups", "add recipient group".

SKILL.md

1.3 KB, as published. Nobody here has run it

Mandants

Manage recipient groups in identity/mandants/*.yaml. Read the referenced file ONLY when triggered.

Guard

mandants.enabled must be true in bridge-config.yaml. If not: inform and exit.

Arguments

ArgumentEffectDefault
list or (none)List all mandants
addCreate new mandant
show {id}Detail view with persons
add-person {mandant}Add person to group

Decision Tree

User wants to...
├── List mandants                      → Read references/workflow.md (§ List)
├── Add new mandant                    → Read references/workflow.md (§ Add)
├── Show mandant details               → Read references/workflow.md (§ Show)
├── Add person to mandant              → Read references/workflow.md (§ Add-Person)
└── Questions about mandants           → Answer from CLAUDE.md § Mandants

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.