Agent Plugins Marketplace
All plugins

aws-agentic-ai

v1.0.0

Агентные AI-паттерны AWS Prescriptive Guidance (гайд 'Agentic AI patterns and workflows on AWS', 2026): таксономия из 10 паттернов агентов, LLM-workflows (chaining, routing, parallelization, orchestration, evaluator loops), агентные workflow-паттерны (saga orchestration, supervisor, scatter-gather) — с маппингом на банковский контур и сервисы AWS.

Agent Plugins1 Skill

1 GitHub starsUpdated last week

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/romannekrasovaillm/spine-aiml

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is assets/plugins/aws-agentic-ai/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

assets/plugins/aws-agentic-ai/
├── plugin.json
└── skills/llm-workflow-patterns/SKILL.md

Included Skills1

llm-workflow-patternsskills/llm-workflow-patterns/SKILL.md

Пять LLM-workflow паттернов AWS (prompt chaining, routing, parallelization, orchestration, evaluator reflect-refine) — когда какой применять, как комбинировать в гибриды, как маппить на event-driven архитектуру. Используй этот навык ВСЕГДА при проектировании логики агента (не «просто вызови LLM»), при декомпозиции сложной задачи в шаги, при выборе между одной моделью и цепочкой/ансамблем, при ревью агентных дизайнов.

Plugin manifests1

assets/plugins/aws-agentic-ai/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "aws-agentic-ai",
  "version": "1.0.0",
  "description": "Агентные AI-паттерны AWS Prescriptive Guidance (гайд 'Agentic AI patterns and workflows on AWS', 2026): таксономия из 10 паттернов агентов, LLM-workflows (chaining, routing, parallelization, orchestration, evaluator loops), агентные workflow-паттерны (saga orchestration, supervisor, scatter-gather) — с маппингом на банковский контур и сервисы AWS.",
  "keywords": [
    "aws",
    "agentic-ai",
    "llm",
    "agents",
    "multi-agent",
    "orchestration",
    "bedrock",
    "patterns"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[aws-agentic-ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aws-agentic-ai)