[FEATURE] Allow users to trigger multiple Skills/Commands within a single message

Resolved 💬 4 comments Opened Jan 10, 2026 by pattobrien Closed Feb 24, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Currently, users must execute Claude Code commands one at a time; for example /lookup-docs for React documentation.

This makes it impossible to naturally compose prompts from 2+ prompt fragments / skills.

Proposed Solution

Allow users to compose multiple commands within a single prompt using command syntax, enabling multi-Skill workflows.

Alternative Solutions

  1. add /command1 and hit enter, then quickly interrupt agent response in order to send /command2 (very hacky).
  2. create an Agent, local file, or MCP resource for every single skill or command (Agents, Files, and MCP Resources allow multiple entries via "@" prefix).

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

Example Usage
/lookup-docs for react documentation, /explore-codebase for best practices, and then begin implementing /gh-issue #123 (new UI feature).

Additional Context

Multiple MCP Prompts and Commands is supported by other popular AI Coding tools like Cursor and VSCode.

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗