Draft
Conversation
…nents, stacks, and resource hierarchies Co-authored-by: m-howard <5014664+m-howard@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Pulumi component architect skill for resource design
Add pulumi-component-architect skill
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repo's core purpose is Pulumi/AWS infrastructure, but had no skill for designing Pulumi components, stacks, or resource hierarchies. Adds
pulumi-component-architectto fill that gap.Skill (
SKILL.md)registerOutputs)acct-baseline→net-foundation→svc-platform/stateful-data→workload→monitoring)Environment,Stack,Component,ManagedBy,Name)Reference:
component-patterns.mdCovers
VpcComponent,SubnetComponent,SecurityGroupComponent,EcsClusterComponent,AlbComponent,EcsServiceComponent,RdsComponent,S3BucketComponent— each with URN type string, child resource list, outputs, and design notes. Includes IAM execution role / task role patterns and resource naming convention helper.Reference:
stack-patterns.mdStack topology diagram, layer ownership and deployment frequency guidance, environment differentiation pattern (
isPrdflags, per-env config sizing), cross-stack reference implementations, stack lifecycle deploy/destroy ordering, multi-region provider alias pattern, output naming conventions, and a GitHub Actions CI/CD deployment example.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.