Add streaming capabilities to Claude Agent SDK application
Adds streaming capabilities to Claude Agent SDK applications with async response handling.
/plugin marketplace add vanman2024/ai-dev-marketplace/plugin install claude-agent-sdk@ai-dev-marketplaceproject-pathšØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
This commands has access to the following skills from the claude-agent-sdk plugin:
To use a skill:
!{skill skill-name}
Use skills when you need:
Skills provide pre-built resources to accelerate your work.
CRITICAL: All generated files must follow security rules:
@docs/security/SECURITY-RULES.md
Key requirements:
your_service_key_here.env files with .gitignore.env.example with placeholders onlyArguments: $ARGUMENTS
Goal: Add streaming vs single-mode capabilities to an existing Claude Agent SDK application
Core Principles:
Phase 1: Discovery Goal: Gather context about the project
Actions:
Phase 2: Analysis Goal: Understand current implementation
Actions:
Phase 3: Planning Goal: Design streaming implementation
Actions:
Phase 4: Implementation Goal: Add streaming capability with agent
Actions:
Invoke the claude-agent-features agent to add streaming.
The agent should:
Provide the agent with:
Phase 5: Review Goal: Verify streaming works correctly
Actions:
Phase 6: Summary Goal: Document what was added
Actions:
/add-streamingAdd bidirectional streaming and real-time features to Google ADK agents