Skills
The concierge is delivered as three Agent Skills, each published as a release artifact and installed either into a coding agent or into a Soliplex room. Each page below covers what the skill is for, where to find it, and where and how to install it:
soliplex-concierge-installer— wires the extension into a stack; runs in a coding agent.soliplex-concierge-room— the in-room request formatter; installed into a room's configuration.soliplex-concierge-admin— resolves the filed requests; runs in a coding agent.
Related skills
The concierge works alongside two skills published by sibling repositories. Their own documentation covers installing and using them:
-
soliplex-template— generate and configure a Soliplex stack, create rooms, and build RAG databases. The installer skill uses it to stand up a stack, and the admin user uses it to provision the rooms requests ask for. -
soliplex-docs— the full Soliplex documentation as a skill. The installer wires it into the about-room so the concierge can answer "how do I …" questions about Soliplex, and the admin consults it for room, access, and RAG configuration.
Like the installed copy of the soliplex-concierge-room skill, the installer
strips the skill_versions.py helper from the copy of the soliplex-docs
skill it installs. To update an installed copy, re-run the
installer's install_concierge.py (with --force) against the stack
from a coding agent.