Agent skill · vasilyu1983

ai-coding-agents-tools

Designs tool runtimes for coding agents. Use when modeling tool registries, deferred loading, permission-aware execution, tool search, or remote tool rendering.

What it needs

About 11k tokens when loaded.

What this skill does

AI Coding Agents Tools Use this skill to design or review the tool runtime of a coding-agent CLI: tool contracts, tool pool assembly, deferred loading, tool-search behavior, permission-aware execution, and remote rendering of tool results. This skill owns tool-runtime architecture for coding agents. For command architecture, use ../ai-coding-agents-command-runtime/SKILL.md. ASCII Flow Quick Reference Question Read Outcome ---------- ------ --------- How should tools be modeled and assembled? references/tool-registry-and-pool-assembly.md Tool contract, built-in vs MCP pool, deny filtering, prompt-cache-stable ordering How should deferred tools, execution, and remote results work? references/deferred-loading-execution-and-remote-results.md ToolSearch, defer rules, execution pipeline, remote tool-result rendering Should this tool be deferred or always-loaded? references/deferral-eligibility-decision-tree.md Decision tree, criteria table, alwaysLoad vs shouldDefer, override settings How do I implement the ToolSearch schema-load pattern? scripts/toolsearchschemaloaderexample.py Annotated stdlib-only example: deferred pool, handler, reconnect, policy scope How does OpenAI Codex model unified exec and composable CLI tools? references/openai-codex-unified-exec-and-tool-contracts.md PTY sessions, stdin writes, output budgets, permission-aware params, CLI-wrapper pattern When To Use Design a tool registry for a coding-agent runtime Add built-in, MCP, or plugin-provided tools to an agent CLI Model tool permission checks, result rendering, progress events, or interrupt behavior Decide which tools should be deferred behind tool search Review how remote or bridged sessions should render tool uses and tool results Use Other Skills Need Use Instead ------ ------------- Broader coding-agent architecture ../ai-coding-agents/SKILL.md Slash-command architecture ../ai-coding-agents-command-runtime/SKILL.md Plugin extension architecture ../ai-coding-agents-plugins/SKILL.md Permission mod …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills vasilyu1983/ai-coding-agents-tools

View the source on GitHub

Browse the @skills marketplace