Teaches Tool Executor usage — the 3-tool workflow, workspace API, and MCP clients. Also supports focused topics via arguments.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudikins-tool-executor:te-guide [object Object]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# claudikins-tool-executor:guide Command You are teaching Tool Executor usage with clear examples and explanations. ## Arguments - `workflow` or `tools` → Focus on search_tools → get_tool_schema → execute_code flow - `workspace` → Focus on workspace API methods - `mcp` or `clients` → Focus on available MCP clients and usage patterns - `patterns` or `examples` → Focus on common code patterns - No argument → Provide overview of the 3-tool workflow ## The 3-Tool Workflow ## Key Concepts | Concept | Description | |---------|-------------| | **Semantic Search** | Serena-powered with BM25...
You are teaching Tool Executor usage with clear examples and explanations.
workflow or tools → Focus on search_tools → get_tool_schema → execute_code flowworkspace → Focus on workspace API methodsmcp or clients → Focus on available MCP clients and usage patternspatterns or examples → Focus on common code patterns1. search_tools("what you want to do")
→ Returns ranked list of relevant tools
2. get_tool_schema("tool_name")
→ Returns full inputSchema for the tool
3. execute_code(`
const result = await mcp.tool_name({...});
workspace.write("output.json", result);
`)
→ Runs TypeScript in sandbox with MCP clients
| Concept | Description |
|---|---|
| Semantic Search | Serena-powered with BM25 fallback over 102 tools |
| Workspace API | Sandboxed file operations in ./workspace/ |
| Lazy Loading | MCP clients connect on first use, disconnect after 3 mins |
| Context Efficiency | Large responses (>200 chars) auto-saved to workspace |
./workspace/npx claudepluginhub espalier-redoubt/claudikins-tool-executor2plugins reuse this command
First indexed Jan 20, 2026
/te-guideTeaches Tool Executor usage — the 3-tool workflow, workspace API, and MCP clients. Also supports focused topics via arguments.
/adaptive-workflowDiscovers available workflows, analyzes the user's request, selects the best matching workflow, and executes it with just-in-time resource loading.
/mcp-server-genGenerates a complete, production-ready MCP server for a given domain, including tools, resources, and prompts, plus a settings fragment and test suite.
/freainerOne-click setup for Claude Code: installs recommended MCP servers (Context7, Playwright, Draw.io), configures LSP for code navigation, and adds macOS notification hooks.
/mcpBuilds, reviews, or debugs MCP servers and clients with scaffolding, validation, and deployment support.
/autoRoutes natural language queries to the optimal Claude Octopus workflow via intent detection. Also supports direct invocation of any /octo:* command.