aws-manifest

Generate a structured AWS application manifest file for infrastructure provisioning.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bismuthdigital/claude-project-template --skill aws-manifest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-manifest
Source: https://github.com/bismuthdigital/claude-project-template/tree/main/.claude/skills/aws-manifest
Command: npx skills add https://github.com/bismuthdigital/claude-project-template --skill aws-manifest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of a standardized AWS application manifest, ensuring all necessary infrastructure details are documented for provisioning.

Core Features & Use Cases

  • Infrastructure Declaration: Generates a docs/aws-manifest.md file detailing AWS resource needs.
  • Standardized Format: Ensures infrastructure requirements are consistently documented for Terraform/Terragrunt.
  • Use Case: When starting a new project, use this Skill to generate the initial AWS manifest, which can then be used by the infrastructure team to provision the necessary cloud resources.

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, you need to document your resource requirements in a standardized format. This skill creates a structured `docs/aws-manifest.md` file by gathering project context and infrastructure details through interactive prompts, ready for Terraform.

What application types are supported when documenting AWS infrastructure requirements?

When documenting AWS infrastructure requirements, this skill supports static-site, api, fullstack, worker, and data-pipeline application types. It determines your application type during the interactive collection process to format the output accurately.

What's the best way to standardize AWS infrastructure documentation for my team?

The best way to standardize AWS infrastructure documentation is to generate a manifest file adhering to a defined specification. This skill produces a consistent `docs/aws-manifest.md` file detailing cloud resources, ensuring your infrastructure team has uniform provisioning requirements.

How do I create a Terraform manifest file for a new fullstack application?

To create a Terraform manifest file for a new fullstack application, this skill gathers your project context and infrastructure details interactively. It formats the collected data into an AWS application manifest file for provisioning the necessary cloud resources.

Do I need to manually write AWS resource configurations before generating a manifest?

You do not need to manually write AWS resource configurations before generating a manifest. The skill interacts with you to collect the necessary infrastructure details and automatically formats the output according to the specification, eliminating manual documentation efforts.

Can I use this manifest generation process for data-pipeline provisioning?

Yes, you can use this manifest generation process for data-pipeline provisioning. The skill explicitly supports data-pipeline application types, gathering the specific infrastructure details required to document resources for your data pipelines.