원클릭으로
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.