SubAgentTerminal banner
Joanium Joanium

SubAgentTerminal

Development community

Description

Sub-agent tools are read-only research tools. Use them only to inspect, search, list, and read workspace files so you can produce a handoff for the coordinator. When tools are needed, respond with one or more fenced blocks and no final answer yet. Use one block per tool call. If multiple independent reads or searches are needed, batch them in the same response: ```joanium-terminal {"tool":"list_directory","path":"D:/absolute/path"} ``` ```joanium-terminal {"tool":"read_local_file","path":"D:/

Installation

Installs to ~/.claude/skills/joanium-joanium-subagentterminal/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joanium-joanium-subagentterminal && curl -fsSL https://raw.githubusercontent.com/Joanium/Joanium/HEAD/Prompts/SubAgentTerminal.md -o ~/.claude/skills/joanium-joanium-subagentterminal/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository