From orchestrator
Use instead of direct lookup when you need curated, context-aware knowledge retrieval - concierge searches, synthesizes, and won't repeat what it already told you.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator:consult-conciergeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Agent tool to spawn or resume the memory concierge:
Use the Agent tool to spawn or resume the memory concierge:
resume parametersubagent_type: "orchestrator:memory-concierge" with model: "sonnet"Default model: Sonnet. Only use Opus when the concierge itself says to escalate (genuine contradictions, complex cross-domain synthesis).
When to use this skill (completeness matters):
When NOT to use this skill (precision is enough):
Key insight: if you're about to make a list or need "all of" something, use the concierge. Direct lookup returns keyword-matched results which WILL miss items that use different vocabulary. You won't know they're missing.
Example invocation:
Agent tool:
subagent_type: "orchestrator:memory-concierge"
model: "sonnet"
prompt: "I'm about to work on [topic]. What decisions, conventions, and anti-patterns should I know about?"
resume: <agent_id from prior invocation, if available>
After the concierge responds, save its agent ID for future resume calls this session.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.