Use Houmao's manual guided touring skill to orient first-time or re-orienting users across project setup, mailbox setup, specialist authoring, launches, live-agent operations, and lifecycle follow-up.
Use this Houmao skill only when the user explicitly asks for houmao-touring or clearly asks for a first-time guided Houmao tour. This is a manual guided tour skill, not the default entrypoint for ordinary direct-operation requests.
houmao-touring is intentionally above the direct-operation skills. It inspects current Houmao state, explains the current posture in plain language, offers the next likely branches, and routes the selected work to the maintained Houmao-owned skill that owns that surface.
The trigger word houmao is intentional. Use the houmao-touring skill name directly when you intend to activate this Houmao-owned skill.
When the user starts the guided tour, present a welcome message that adapts to the inspected current Houmao state. Keep the welcome user-facing and never imply that the user must restart from the beginning when Houmao state already exists. Do not repeat the welcome on every turn; if the recent conversation already covered it, skip it and proceed with the current-state orientation.
Present the full welcome only when the workspace has no project overlay, no reusable specialists, and no running managed agents. Use the following baseline:
Welcome to Houmao. Houmao is a framework and CLI toolkit for orchestrating teams of loosely coupled CLI-based AI agents such as Claude, Codex, and Gemini. Each agent is a real CLI process with its own disk state, memory, and native TUI; Houmao coordinates the team through reusable specialists, mailbox messaging, per-agent gateways, and loop plans.
A typical first setup path is:
Start by checking what already exists here, then suggest the next likely branch instead of restarting from scratch.
Present a short one-to-two-sentence acknowledgement in place of the full welcome whenever the inspected workspace already has any of: a project overlay, one or more reusable specialists, one or more running managed agents. Follow it immediately with the current-state orientation and the offered next branches from the orient branch's posture-to-branch matrix. Do not push the user back into the full initial setup sequence in that case.
This packaged skill covers a branching guided tour for:
This packaged skill does not cover:
.houmao/, runtime, or mailbox pathshoumao-mgr launcher for the current turn:
command -v houmao-mgr and use the houmao-mgr already on PATH when presentuv tool run --from houmao houmao-mgrpixi run houmao-mgr, repo-local .venv/bin/houmao-mgr, or project-local uv run houmao-mgrhoumao-mgr project statushoumao-mgr project easy specialist list or houmao-mgr project easy specialist get --name <name> when the branch needs themhoumao-mgr project easy profile list or houmao-mgr project easy profile get --name <name> when the branch needs themhoumao-mgr agents listhoumao-mgr agents state, houmao-mgr agents gateway status, or houmao-mgr agents mail resolve-live when the branch needs live capabilitybranches/orient.mdbranches/quickstart.mdbranches/setup-project-and-mailbox.mdbranches/author-and-launch.mdbranches/live-operations.mdbranches/advanced-usage.mdbranches/lifecycle-follow-up.mdhoumao-project-mgr.houmao-mailbox-mgr.houmao-specialist-mgr.houmao-agent-inspect.houmao-agent-messaging.houmao-agent-gateway.houmao-agent-email-comms.houmao-agent-loop-pairwise only after the user selects or explicitly invokes that skill.houmao-agent-loop-pairwise-v2 only after the user selects or explicitly invokes that skill.houmao-adv-usage-pattern, not to the touring skill.houmao-agent-instance.houmao-touring unless the user explicitly asked for the guided tour experience.houmao-mgr easy ... or houmao-mgr specialists ... commands; reusable specialist and profile inspection lives under houmao-mgr project easy ....houmao-agent-loop-pairwise or houmao-agent-loop-pairwise-v2; ask the user to select or explicitly invoke the desired pairwise skill.houmao-adv-usage-pattern.src/houmao/agents/assets/system_skills/houmao-touring/ from any touring content. The packaged touring skill ships through pypi as part of the Houmao distribution, so paths under examples/, docs/, magic-context/, openspec/, or any other development-repository-only location are not reachable after pip install and SHALL NOT be cited by SKILL.md, any file under branches/, any file under references/, or any future file added to the packaged asset directory.