agentbase-teardown

Remove AgentBase project resources with confirmation and ordered teardown.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/hoanglong2311/poseidon --skill agentbase-teardown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentbase-teardown
Source: https://github.com/hoanglong2311/poseidon/tree/main/.claude/skills/agentbase-teardown
Command: npx skills add https://github.com/hoanglong2311/poseidon --skill agentbase-teardown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents incomplete or risky cleanup of AgentBase projects by guiding users through the removal of all related platform resources with verification and confirmation steps.

Core Features & Use Cases

  • Resource Discovery and Cleanup Planning: Identifies AgentBase resources associated with an agent project and presents a complete deletion plan before any action.
  • Safe Teardown Execution: Removes runtimes, endpoints, authentication providers, identities, memories, registry images, and optional API keys in dependency order with progress reporting.
  • Use Case: When a team is retiring an AgentBase agent or restarting a project from scratch, use this Skill to decommission related resources while avoiding accidental deletion of unrelated shared assets.

Quick Start

Ask the agentbase-teardown skill to remove all resources for the specified AgentBase project after reviewing the deletion plan.

Frequently Asked Questions about agentbase-teardown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely remove all AgentBase resources when retiring an agent project?

To safely remove AgentBase resources, this teardown workflow discovers all associated project assets and executes ordered deletion operations after explicit confirmation, preventing incomplete cleanup during project retirement.

What is the safest way to decommission deployed agents without affecting shared cloud resources?

To decommission deployed agents without affecting shared assets, the teardown workflow uses validated resource discovery to map specific project dependencies before executing isolated, ordered deletion operations.

How do I completely reset a deployed agent environment from scratch?

Resetting a deployed agent environment requires purging associated runtimes, endpoints, memories, and registry images in strict dependency order to ensure complete resource removal for a clean restart.

Do I need to manually delete API keys and authentication providers during agent lifecycle teardown?

You do not need to manually delete API keys and authentication providers; the teardown workflow executes credential-safe cleanup procedures to automatically remove these dependencies in the correct order.

What happens if I tear down an agent environment without reviewing the deletion plan first?

Bypassing the deletion plan risks incomplete cleanup; the teardown workflow enforces explicit deletion confirmation and validated resource discovery to prevent accidental removal of unrelated shared assets.