One-click install
npx skills add https://github.com/aws-samples/sample-aws-idp-pipeline --skill markdown-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown
Source: https://github.com/aws-samples/sample-aws-idp-pipeline/tree/main/packages/agents/idp-agent/.skills/markdown
Command: npx skills add https://github.com/aws-samples/sample-aws-idp-pipeline --skill markdown-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining documentation in Markdown can be slow and error-prone when you need consistent formatting, complete documents, or repeatable edits.

Core Features & Use Cases

  • Markdown creation and editing: Generate a complete .md document, or download and modify an existing one stored in S3.
  • S3-based deliverable: Upload the resulting Markdown file back to S3 as text/markdown so it can be used downstream in your pipeline.
  • Best-fit for docs: Produces README files and technical notes in .md format from user instructions or S3-provided .md URIs.

Quick Start

Ask the AI to create a Markdown document for your project summary and return it as an uploaded .md file in S3.

Frequently Asked Questions about markdown

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

FAQPage Schema
How do I generate a Markdown document and save it to S3?

To generate a Markdown document and save it to S3, you provide your content instructions to the AI, which writes the complete .md file and uploads it directly to an S3 bucket using a single code interpreter call.

Can I edit an existing Markdown file stored in S3?

Yes, you can edit an existing Markdown file in S3. The tool downloads the .md file from the provided S3 URI, applies the requested text modifications, and uploads the updated document back to S3.

What is the best way to automate README file creation for technical writing?

The best way to automate README file creation is to request the AI to produce technical notes or project summaries, which generates a complete .md document and uploads the text to S3 for downstream pipelines.

Does this Markdown editor support file transformation workflows?

This Markdown editor supports file transformation workflows by taking user instructions or S3-provided .md URIs, producing complete Markdown content, and uploading the resulting .md file to S3 as text markdown.

When do I need to use a single code interpreter call for S3 uploads?

You need a single code interpreter call for S3 uploads when fulfilling a requirement to write complete Markdown documents, ensuring the entire .md file is generated and uploaded to the provided artifact path at once.