entity-startup

Load an entity's identity, memories, and operational context into a session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wake an entity in a session by loading its identity, accumulated memories, and operational context to enable coherent behavior and continuity.

Core Features & Use Cases

  • Bootstrap an entity by assembling identity, memories, and context for the current session.
  • Provide repeatable startup payloads for testing, simulation, and debugging.
  • Support scenario testing and iterative experimentation with consistent startup states.

Quick Start

Run ve entity startup <name> to load the startup payload and adopt the entity's identity, memories, and operating context.

Frequently Asked Questions about entity-startup

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

FAQPage Schema
How do I load an AI entity's identity and memories into a new session?

To load an AI entity's identity and memories into a new session, run the startup command to assemble the entity's payload and adopt its operational context for immediate continuity.

What is the best way to ensure repeatable startup states for scenario testing?

For repeatable startup states in scenario testing, bootstrap the entity using a consistent startup payload that loads its identity, memories, and context into the session each time.

How does loading accumulated memories improve agent continuity?

Loading accumulated memories improves agent continuity by integrating past context and identity into the current session, enabling coherent behavior across automated workflows and interactive startups.

Can I use session-state initialization for debugging and simulation workflows?

Yes, you can use session-state initialization for debugging and simulation. It provides a repeatable startup payload that reliably adopts the entity's identity and operational context.

Does entity startup support automated workflows or only interactive agents?

Entity startup supports both interactive agents and automated workflows. It initializes the session state by loading identity and memories, ensuring operational continuity across different modes.

Why does my AI agent lose its context and identity when starting a new session?

An AI agent loses its context and identity when starting a new session if its startup payload is not loaded. You must explicitly wake the entity to integrate its accumulated memories and operational context.