ワンクリックで
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.