Open Kitchen
Call the open_kitchen MCP tool to reveal all 24 kitchen tools for this session.
Critical Constraints
NEVER:
- Skip calling
open_kitchenand assume the kitchen is already open - Call this skill from a headless or automated session (it is human-only)
ALWAYS:
- Call
open_kitchenwith no arguments - Confirm to the user that kitchen tools are now available
Steps
- Call
open_kitchenwith no arguments. - Confirm the kitchen is open by displaying the list of newly available tools.
- Inform the user that all kitchen tools are now available for this session.
The kitchen state is session-scoped. Each new Claude Code session starts with kitchen tools hidden. Use /autoskillit:open-kitchen to reveal them at the start of each session.