Application Design Center provides an agent skill, application-design-center-design-deploy, that
can help your agent accomplish common tasks. The skill contains instructions for
completing basic tasks in App Design Center, such as designing, validating, deploying, and troubleshooting infrastructure.
Agents that use this skill can then accomplish these tasks with higher fidelity
than an agent without the skill.
Agent skills are a standardized way to give AI agents specific knowledge and instructions they can reuse. They contain resources like scripts, reference materials, and templates that help the agent complete tasks accurately and reliably. For more information about skills, see Agent Skills Overview.
Install skills
To install the application-design-center-design-deploy skill, use the following command:
npx skills add google/skills --skill application-design-center-design-deploy
application-design-center-design-deploy reference
The application-design-center-design-deploy agent skill includes several reference files that
provide technical depth. These references let the skill execute functions
or commands accurately by providing specific context to the underlying model.
The application-design-center-design-deploy skill includes the following references:
- Application troubleshooting: analyzes and resolves deployment failures for App Design Center applications.
- Design guide: designs modular Terraform architectures and performs local CLI validation.
- Error analysis guide: analyzes deployment errors and identifies failing components in App Design Center.
- Generator instructions: generates raw Terraform configurations.
- Planner instructions: translates design queries into Google Cloud architectures.
- Raw Terraform troubleshooting: analyzes and resolves direct Terraform deployment and configuration errors.
- Remediation guide: constructs remediation plans and configures component parameters for deployment failures.
- Terraform validator instructions: reviews and verifies Terraform module configurations.
- Troubleshooting guide: guides the troubleshooting process for application deployments and Terraform configurations.
What's next
- To view the
application-design-center-design-deploySKILL.mdfile, seeSKILL.md. - To learn more about agent skills, see Agent Skills Overview.
- To view
SKILL.mdfiles for other Google Cloud products, seegoogle/skills.