google/google-cloud-solution-agentic-ai-bidirectional-streaming
>- Guides agents to interactively discover customer requirements for live, bidirectional multi-agent AI systems that process continuous streams of multimodal data for real-time technical guidance and safety monitoring. Generates a custom Google Cloud solution that uses opinionated best practices and architecture guidance. Use when users need agentic assistance to design and create a multi-product solution in the cloud for live bidirectional multimodal streaming workloads. Don't use for simple text-based chat applications or workloads without real-time streaming requirements.
npx skills add https://github.com/google/skills --skill google-cloud-solution-agentic-ai-bidirectional-streaming
This skill guides agents through the workflow to design and implement a
tailored multi-product solution in the cloud for a live, bidirectional
multimodal streaming workload, use case, or requirement.
The solution design and implementation workflow consists of the following
phases:
requirements, constraints, dependencies, and current state.
deployment configuration for the workload based on Google Cloud design best
practices and recommendations.
deploy the solution.
requirements of the workload.
non-functional requirements, business goals, and current state (if any) of the
workload, including its architecture, dependencies, and constraints. Use the
following questions to guide the requirements discovery process:
what is the target latency for real-time, narrated feedback?
inspection? If so, then what specific safety hazards, operational risks,
or incorrect steps need to be monitored and detected in the video
stream?
schematic repositories must the AI agents access for grounded guidance?
identify the components of the workload and their relationships. Also identify
any cross-cloud components, hybrid components, or on-prem components that the
solution needs to integrate with.
decomposition of the components of the workload. The technical decomposition
must break down the solution into logical components.
generated technical decomposition matches their workload requirements.
updated technical decomposition, and ask the user to confirm the changes.
Continue iterating until the user confirms the technical decomposition.
*Important*: Use the content that you retrieve from Google Cloud
documentation to ground the guidance that you generate in the remaining
steps of this phase.
the confirmed technical decomposition and agentic design pattern, identify the
appropriate Google Cloud products and features, based on the guidelines in
references/product-mapping.md.
in Mermaid format: https://github.com/mermaid-js/mermaid.
based on the guidelines in references/design-recommendations.md.
decomposition, product mapping, architecture diagram, and design
recommendations into a single Markdown file named
solution-architecture-guide.md, based on the template in
assets/output-template.md.
the user and request their feedback or approval.
solution architecture and repeat steps 2-6 until the user approves the
solution architecture.
(and
*Important*: Use these resources as the technical foundation for the IaC and
deployment instructions you generate in the remaining steps of this phase.
the deployment, including the following:
Terraform, and deployment scripts to automate the provisioning of the proposed
Google Cloud resources.
deployment instructions to execute the IaC and initialize the workload
components. Update deployment instructions in
solution-architecture-guide.md, based on the template in
assets/output-template.md.
to the user for feedback and confirmation.
updated implementation plan and repeat steps 2-5 until the user approves the
implementation plan.
resources from Phase 3 are not already in your context, retrieve the same
implementation resources as the starting point for the
validation checks and verification scripts that you generate in this phase.
that the deployed infrastructure meets the workload requirements:
terraform plan to previewchanges.
balancer routing, and service endpoints.
rules, and IAM enforcement.
command-line instructions, such as using curl or gcloud, that the user can
run to perform these validation checks.
verification scripts, and expected outcomes in
solution-architecture-guide.md, based on the template in
assets/output-template.md.
the validation checks and troubleshooting any deployment issues. After the
solution is validated successfully, request final approval from the user.
updated validation plan and repeat steps 2-5 until the user approves the
validation plan.
Take google/google-cloud-solution-agentic-ai-bidirectional-streaming from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.