Agent skill
open-kitchen
Open the AutoSkillit kitchen — reveals all kitchen MCP tools for this session. Human-only entry point.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/open-kitchen
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?