Agent Tools Reference

Document Overcloud agent tool categories, descriptions, and built-in type matrices.

9|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/overcut-ai/overcut-playbooks --skill agent-tools-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Tools Reference
Source: https://github.com/overcut-ai/overcut-playbooks/tree/main/.agents/skills/agent-tools-reference
Command: npx skills add https://github.com/overcut-ai/overcut-playbooks --skill agent-tools-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for the tools available to Overcut agents, helping users understand and configure agent capabilities, select appropriate tools, and grasp the memory system.

Core Features & Use Cases

  • Tool Catalog: Detailed listing of all available tools, categorized by function (File System, Code Utilities, Tickets, Pull Requests, etc.).
  • Agent Type Presets: Explains the default tool sets for different agent roles (SeniorDeveloper, CodeReview, TechWriter, etc.).
  • Memory System: Details how agents can persist and retrieve information using memory_write and memory_read tools.
  • Use Case: When designing a new agent for code review, you can consult this Skill to identify the specific tools needed for reading code, adding comments, and submitting reviews, while also understanding which tools are automatically injected.

Quick Start

Use the Agent Tools Reference skill to find out which tools are available for the CodeReview agent type.

Frequently Asked Questions about Agent Tools Reference

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

FAQPage Schema
What tools are available for agent configuration in Overcut?

Agent configuration in Overcut provides a detailed tool catalog categorized by function, including File System, Code Utilities, Tickets, and Pull Requests. It helps developers identify appropriate tools for specific agent roles during prompt engineering.

How does the agent memory system work for persisting information?

The agent memory system works by using the `memory_write` and `memory_read` tools to persist and retrieve information. This allows configured agents to store context and access it later during task execution.

Which tools are automatically injected for coordinator agents?

Coordinator agents receive automatic tool injection for specific functions, streamlining the agent configuration process. This reference explains exactly which tools are injected by default so you can avoid redundant manual setup.

What is the default tool set for a CodeReview agent?

The default tool set for a CodeReview agent includes specific tools for reading code, adding comments, and submitting reviews. Agent type presets define these default capabilities for different roles like SeniorDeveloper and TechWriter.

How do I select the right tools when designing a new agent?

To select the right tools when designing a new agent, consult the built-in agent type tool matrices and categorized tool listings. This helps you match agent capabilities with required tasks like file operations or code utilities.

Can I use agent tools for tasks outside of code review and development?

Agent tools support tasks beyond code review and development, with categories covering file systems, tickets, and technical writing. The available tool catalog allows you to configure agents for diverse operational workflows.