te-guide

Guide Tool Executor usage for context-efficient Claude coding workflows.

63|7|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/elb-pr/claudikins-tool-executor --skill te-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: te-guide
Source: https://github.com/elb-pr/claudikins-tool-executor/tree/main/skills/te-guide
Command: npx skills add https://github.com/elb-pr/claudikins-tool-executor --skill te-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users on how to effectively use the Tool Executor, a system designed to significantly reduce token consumption in Claude Code by streamlining tool usage and output handling.

Core Features & Use Cases

  • Context Efficiency: Learn patterns to reduce token usage from ~50k to ~1.1k for multi-tool workflows.
  • Three-Tool Workflow: Understand and utilize search_tools, get_tool_schema, and execute_code for optimized interaction.
  • Workspace API: Discover how to manage files and data persistently within the ./workspace/ directory.
  • MCP Client Usage: Learn to leverage various pre-connected MCP clients like gemini, serena, and context7.

Quick Start

Use the te-guide skill to learn how to search for tools using natural language.

Frequently Asked Questions about te-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce token usage in Claude Code workflows?

You can reduce token usage in Claude Code by using the Tool Executor, which streamlines tool usage and output handling to decrease consumption from approximately 50k to 1.1k tokens.

What is the three-tool interaction model for context-efficient coding?

The three-tool interaction model for context-efficient coding consists of `search_tools`, `get_tool_schema`, and `execute_code`, which together optimize how Claude Code discovers and runs tools while minimizing token waste.

How do I manage files persistently in a Claude Code workspace?

You manage files persistently in a Claude Code workspace by using the workspace API, which handles file and data storage within the `./workspace/` directory for your coding workflows.

Can I use MCP clients like gemini and serena with the Tool Executor?

Yes, you can use MCP clients like `gemini`, `serena`, and `context7` with the Tool Executor, which provides usage patterns to leverage these pre-connected clients for efficient coding tasks.

How do I search for tools using natural language in Claude Code?

You search for tools using natural language in Claude Code by invoking the `search_tools` function, which allows you to find relevant tools without needing to know their exact schema names beforehand.

Why does my Claude Code tool workflow exceed context limits?

Your Claude Code tool workflow exceeds context limits due to high token consumption from unoptimized tool outputs, which can be resolved by applying the Tool Executor's context efficiency patterns to reduce usage.