From orchestrator
Use when beginning any task, switching to an unfamiliar area of the codebase, or when context from previous sessions would help. Also use when resuming after context compaction.
npx claudepluginhub spawnbox-dev/claude-plugins --plugin orchestratorThis skill uses the workspace's default tool permissions.
<SUBAGENT-STOP>
Recalls project context via ctx CLI: loads context packet, reads TASKS.md/DECISIONS.md, lists recent sessions, presents structured readback of last session, active tasks, recent decisions, next steps. For memory questions or session starts.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
You're entering a task and need context. Do this quickly and silently:
briefing to get the session briefing (open threads, recent decisions, last checkpoint)orchestrator:consult-concierge with a query like "What should I know about [topic]?" - the concierge searches conventions, decisions, anti-patterns, and architecture notes, then returns a curated summary. For simple lookups, call lookup directly instead.list_work_items (all statuses) and list_open_threads - these return everything without keyword search, so nothing is missed.Do NOT dump the full briefing to the user. Internalize it and proceed with the task. Only mention relevant items (e.g., "I see there's an open thread about X that relates to this").