modify-agent-prompts

Installation
SKILL.md

Modify Agent Prompts and Configuration

Agent Architecture

review-item-processor/
├── agent.py               # Prompt generators + agent execution
├── model_config.py        # Model registry with capabilities
├── tools/
│   ├── factory.py         # Dynamic tool creation
│   ├── knowledge_base.py  # Bedrock KB integration
│   ├── code_interpreter.py
│   └── mcp_tool.py        # MCP tool support
└── index.py               # Lambda handler entry point

Common Modifications

1. Modifying Document Review Prompts

Related skills

More from aws-samples/review-and-assessment-powered-by-intelligent-documentation

Installs
1
GitHub Stars
60
First Seen
Apr 1, 2026