AIAny
AI Agent2026
Icon for item

Agent Plugins for AWS

Equips AI coding agents with reusable AWS skills (deployment, serverless, Amplify, SageMaker) by packaging agent skills, MCP servers, hooks, and references so agents invoke vetted workflows instead of bloating prompts.

Introduction

Most teams embed AWS guidance directly into prompts or ad-hoc scripts, which increases context size and yields inconsistent agent behavior. Agent Plugins for AWS reframes that surface area as versioned, callable plugins—so coding agents can invoke repeatable AWS workflows (deploy, migrate, document, database patterns) without re-prompting best practices each time. The repo is geared toward developer-facing agent integrations (Claude Code, Codex, Cursor) and has been actively maintained by AWS Labs since early 2026 (repo created 2026-02-05, ~705 stars).

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.