aws-manifest

Generate AWS application manifests validated against the AWS Manifest Spec v1.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill aws-manifest-janewilkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-manifest
Source: https://github.com/janewilkin/bismuth-digital-llc-web/tree/main/.claude/skills/aws-manifest
Command: npx skills add https://github.com/janewilkin/bismuth-digital-llc-web --skill aws-manifest-janewilkin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of AWS application manifests, ensuring your project's infrastructure needs are accurately declared for provisioning by other tools.

Core Features & Use Cases

  • Automated Manifest Generation: Creates docs/aws-manifest.md following a specific spec.
  • Contextual Gathering: Reads project files and git remotes to inform manifest content.
  • Application Type Inference: Determines if a project is a static site, API, full-stack app, worker, or data pipeline.
  • Infrastructure Detail Collection: Prompts for necessary details like project name, tag, environments, region, and deployment methods.
  • Convention Enforcement: Ensures adherence to naming and tagging conventions for AWS resources.
  • Validation: Verifies the generated manifest against the spec requirements.
  • Use Case: When starting a new web application, use this skill to generate the initial AWS infrastructure declaration file that will be used by bismuth-aws-org for Terraform/Terragrunt provisioning.

Quick Start

Use the aws-manifest skill to generate a manifest for a new static-site application.

Frequently Asked Questions about aws-manifest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an AWS infrastructure manifest for Terraform provisioning?

To generate an AWS infrastructure manifest, use this skill to automate creating the `docs/aws-manifest.md` file. It gathers project context, infers the application type, and collects deployment details to declare your infrastructure needs for Terraform provisioning.

What application types are supported when creating an AWS manifest?

Creating an AWS manifest supports static-site, api, fullstack, worker, and data-pipeline application types. The skill automatically infers your project's application type from project files and git remotes to structure the infrastructure declaration accurately.

Does this skill work with Terragrunt and bismuth-aws-org for cloud provisioning?

Yes, this skill works with Terragrunt and bismuth-aws-org by generating the specific AWS manifest file they consume. It enforces naming and tagging conventions, ensuring the output is validated against the AWS Manifest Spec v1 for seamless downstream provisioning.

How do I ensure my AWS manifest follows the correct naming and tagging conventions?

To ensure your AWS manifest follows naming and tagging conventions, this skill automatically enforces them during generation. It prompts for project name, tag, environments, and region, then validates the final output against the AWS Manifest Spec v1 requirements.

What project context do I need before generating an AWS manifest file?

Before generating an AWS manifest file, you need standard project files and git remotes configured. The skill reads this context to infer the application type and prompts you for specific infrastructure details like deployment methods and target AWS regions.