Migrate Gemini 2.0/2.5/3.x Python code and prompts to Amazon Nova 2 Lite. Use when converting Gemini Python API code (google-genai or google-generativeai SDK) to Nova 2 Lite (boto3 Bedrock Runtime), rewriting Gemini prompts for Nova format, or migrating…
aws-samples/amazon-nova-samples
SkillsMP has collected 6 skills from aws-samples/amazon-nova-samples. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 451
- GitHub forks
- 265
Skills in this repository
Showing 6 of 6 collected skills.
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…
Migrates Python code from Amazon Titan Embeddings models (Titan Text Embedding V2 and Titan Multimodal Embeddings G1) to the Amazon Nova Multimodal Embeddings model (Nova MME) on Amazon Bedrock. Handles all API differences including the new request schema,…
Migrate an application from any LLM to Amazon Nova 1 or Nova 2 end-to-end. Orchestrates prompt optimization (delegates to /nova1-prompt or /nova2-prompt), captures a baseline from the source model, evaluates the migrated prompt against a task-derived rubric,…
Rewrite 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.
Migrate any text-based agent to a Nova Sonic voice agent using Strands BidiAgent. Covers two layers: (1) Frontend — browser WebSocket client with Web Audio API for mic capture and audio playback, (2) Orchestrator — FastAPI + Strands BidiAgent server that…