environment-deployment-strategy
No SKILL.md available for this skill.
View on GitHubMore from loxosceles/ai-dev
cdk-bootstrap-configuration
CDK synth-time configuration pattern without context caching. Apply when working on CDK infrastructure code or adding new configuration parameters.
45environment-validation
Validate configuration early to fail fast. Apply when writing setup scripts, Lambda cold starts, or any initialization code that depends on environment variables.
45lambda-handler-pattern
Architecture pattern for Lambda handlers. Env vars validated at module level, AWS clients at module scope, pure business logic with injected dependencies. Apply when creating or modifying any Lambda function.
44skill-writing
How to create and structure skills for this repository. Covers the type system (guideline vs pattern), frontmatter conventions, and behavioral instructions. Follow when creating or updating any skill.
43link-based-auth
Personalized links without explicit login for authentication. Apply when implementing authentication flows that don't require traditional login.
43core-principles
Universal coding principles that apply to all projects. These preferences take precedence over conflicting advice from third-party skills. Follow when writing or reviewing any code.
43