Restore /agents TUI wizard
Summary
The /agents slash command previously opened an interactive TUI wizard inside Claude Code that allowed users to:
- List all agents (global and project-level)
- Create a new agent step-by-step (name, description, tools, behavior)
- Edit an existing agent
- Delete an agent
This was removed and replaced with a plain message:
The /agents wizard has been removed. Ask Claude to create or update subagents for you, or edit the files directly.
Request
Please restore the /agents TUI wizard. The interactive, non-conversational experience — arrow-key navigation, field-by-field prompts, live list of agents — was significantly more efficient than either editing .md files by hand or going through a conversational flow with Claude.
Why it matters
Agents are a core primitive in Claude Code. The wizard provided discoverability (you could see all your agents at a glance) and a structured creation flow that prevented malformed agent files. Dropping it to raw file editing raises the barrier to entry and removes the only non-conversational way to manage agents from within the TUI.
Suggested resolution
Restore the wizard as a first-class /agents command, or provide an official hook/extension point so the community can rebuild it (e.g. a custom skill that can render interactive TUI prompts natively in the terminal rather than only as HTML artifacts).
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗