entity-shutdown

Consolidate session memories into persistent tiers via the ve entity shutdown command.

3|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/netguy204/vibe-engineer --skill entity-shutdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entity-shutdown
Source: https://github.com/netguy204/vibe-engineer/tree/main/.agents/skills/entity-shutdown
Command: npx skills add https://github.com/netguy204/vibe-engineer --skill entity-shutdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the sleep shutdown for an entity by consolidating the experiences and learnings from the current session into the entity's persistent memory tiers.

Core Features & Use Cases

  • Wiki-based vs legacy handling: Differentiates between wiki-based entities (with a wiki/ directory) and memory-only entities, applying the appropriate consolidation approach.
  • Memory consolidation workflow: Diffs wiki changes or extracts session memories to produce updates that persist across sessions.
  • Operational guidance: Provides step-by-step instructions for identifying the target entity, validating its existence, and completing the shutdown.

Quick Start

Run ve entity shutdown <entity_name> to consolidate the session memories for the named entity.

Frequently Asked Questions about entity-shutdown

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

FAQPage Schema
How do I consolidate agent memory during an entity shutdown?

Run the ve entity shutdown command with the target entity name to automatically extract session experiences and persist them into the entity's long-term memory tiers.

What is the difference between wiki-based and legacy entity memory consolidation?

Wiki-based entity consolidation diffs wiki directory changes to capture updates, whereas legacy entity consolidation uses a manual memory workflow to extract and store session learnings.

When do I need to run an entity shutdown for my agent?

Run an entity shutdown at the end of an active session to ensure that the agent's current experiences and learnings are safely consolidated into persistent memory tiers before going to sleep.

Can I use entity shutdown on agents without a wiki directory?

Yes, entity shutdown supports memory-only legacy entities by applying a manual memory consolidation workflow to extract session learnings into persistent memory without requiring a wiki directory.