Preview infrastructure changes - run Terraform plan to show what resources will be created, modified, or destroyed. Generate human-readable plan summaries showing resource changes before deployment.
Runs Terraform plan to preview infrastructure changes before deployment. Triggers when you need to see what resources will be created, modified, or destroyed.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-faber-cloud@fractaryThis skill inherits all available tools. When active, it can use any tool Claude has access to.
<CRITICAL_RULES> IMPORTANT: Preview Requirements
EXECUTE STEPS:
bash plugins/faber-cloud/skills/cloud-common/scripts/execute-hooks.sh pre-plan {environment} {terraform_dir}
bash plugins/faber-cloud/skills/cloud-common/scripts/execute-hooks.sh post-plan {environment} {terraform_dir}
OUTPUT COMPLETION MESSAGE:
ā
COMPLETED: Infrastructure Previewer
Plan Summary:
+ {X} to add
~ {Y} to change
- {Z} to destroy
Plan saved to: {environment}.tfplan
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Ready to deploy? Run: /fractary-faber-cloud:infra-manage deploy --env={environment}
</WORKFLOW>
<COMPLETION_CRITERIA> ā Terraform plan generated successfully ā Plan summary displayed ā Plan file saved for deployment </COMPLETION_CRITERIA>
<OUTPUTS> Return plan summary: ```json { "status": "success", "summary": { "add": 5, "change": 2, "destroy": 0 }, "plan_file": "test.tfplan" } ``` </OUTPUTS>Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.