Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aws-samples
Rewrite and optimize prompts for Amazon Nova 1 and Nova 2 models, applying generation-specific best practices, inference configuration, formatting rules, and multimodal caveats for Nova 2.
npx claudepluginhub aws-samples/amazon-nova-samples --plugin nova-promptingRewrite and optimize prompts for Amazon Nova 1 models (Nova Micro, Lite, Pro, Premier). Use this skill when the user wants to migrate, convert, or optimize a prompt specifically for Nova 1. Do NOT use this for Nova 2 — use /nova2-prompt instead.
Rewrite and optimize prompts for Amazon Nova 2 Lite. Handles both text/agentic and multimodal use cases (images, video, documents). Applies the correct inference config (temperature, reasoning mode) per use case. For multimodal cases, enforces the critical system-prompt limitation. Use this skill when the user wants to migrate, convert, or optimize a prompt specifically for Nova 2 Lite. Do NOT use this for Nova 1 — use /nova1-prompt instead.
To get started with the code examples, ensure you have access to Amazon Bedrock. Then clone this repo and navigate to one of the folders above. Detailed instructions are provided in each folder's README.
The AWS identity you assume from your environment (which is the Studio/notebook Execution Role from SageMaker, or could be a role or IAM User for self-managed notebooks or other use-cases), must have sufficient AWS IAM permissions to call the Amazon Bedrock service.
To grant Bedrock access to your identity, you can:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BedrockFullAccess",
"Effect": "Allow",
"Action": ["bedrock:*"],
"Resource": "*"
}
]
}
⚠️ Note 1: With Amazon SageMaker, your notebook execution role will typically be separate from the user or role that you log in to the AWS Console with. If you'd like to explore the AWS Console for Amazon Bedrock, you'll need to grant permissions to your Console user/role too.
⚠️ Note 2: For top level folder changes, please reach out to the GitHub maintainers.
For more information on the fine-grained action and resource permissions in Bedrock, check out the Bedrock Developer Guide.
We welcome community contributions! Please see CONTRIBUTING.md for guidelines.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.
Shout out to these awesome contributors:
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Authoritative, source-cited playbook that lets a coding agent autonomously design, configure, deploy, and troubleshoot production-grade AI agents on AWS - Strands Agents SDK, Amazon Bedrock (Converse, Guardrails, Knowledge Bases), and Bedrock AgentCore (Runtime, Memory, Gateway, Identity, Browser/Code Interpreter) - with Terraform-first IaC and CloudWatch/OpenTelemetry observability. Every recommendation traces to an official AWS source.
Professional AI/ML Engineering toolkit: Prompt engineering, LLM integration, RAG systems, AI safety with 12 expert plugins
Build, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AI.
Analyze and optimize AI prompts for better results
AI/ML development: LLM architecture, prompt engineering, ML ops, and NLP with production deployment focus
Compose runnable NVIDIA Nemotron model-customization pipelines from existing repo steps.
Healthcare and Life Sciences domain skills and MCP tools — genomics, drug discovery, clinical trials, biomarker analysis, medical terminology, and more. Use with the AWS Agent Toolkit for full agent build-and-deploy workflows.
AWS Spark Analysis plugin for Claude Code - troubleshoot Spark workloads on AWS Glue, EMR, and EMR Serverless
Two Claude Code skills for EKS Auto Mode: onboarding guide for newcomers and maintenance playbook for repo maintainers
Legacy workload modernization to AWS — 6R strategy (Rehost/Replatform/Refactor/Repurchase/Retire/Retain), workload assessment, to-be architecture (ECS/EKS/Serverless), containerization (multi-stage, multi-arch, non-root), and cutover planning (Blue-Green, Canary, Rolling). Adapted from aws-samples/sample-ai-driven-modernization-with-kiro (MIT-0).
AIDLC Operations phase automation — self-improving loops, autonomous deploys, continuous evaluation, incident response, and cost governance on AWS. Humans approve at checkpoints; agents execute diagnosis, proposal, and remediation between gates.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim