一键导入
manage-runtime
Automate the Bedrock AgentCore Runtime lifecycle (deploy, restore environment variables, verify health).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automate the Bedrock AgentCore Runtime lifecycle (deploy, restore environment variables, verify health).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
| name | manage-runtime |
| description | Automate the Bedrock AgentCore Runtime lifecycle (deploy, restore environment variables, verify health). |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Automate the Bedrock AgentCore Runtime lifecycle. Use this skill whenever agentcore deploy is run, as it wipes custom environment variables.
Run agentcore deploy to update the runtime container.
Note: This will wipe all environmentVariables not managed by the toolkit.
Immediately run the restoration script to re-apply project-specific configuration:
python3 Scripts/update-agentcore-runtime.py
This script restores:
AGENTCORE_MEMORY_IDAGENT_RUNTIME_ARNmemory.md.agentcore get-agent-runtime to confirm the status is ACTIVE.environmentVariables in the output to ensure restoration was successful.aws bedrock-agentcore invoke-agent-runtime.ACTIVE status and the presence of environment variables before declaring the task complete.