boot

Load shared memory and team protocols during agent startup.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Kord96/kordinate --skill boot-kord96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boot
Source: https://github.com/Kord96/kordinate/tree/main/shared/skills/boot
Command: npx skills add https://github.com/Kord96/kordinate --skill boot-kord96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures agents start with the correct shared context by loading team protocols, syncing persisted memory, and preloading agent-specific files so work begins from a consistent state.

Core Features & Use Cases

  • Git-backed memory sync: Pull recent memory changes from a configured remote to update local agent state when available.
  • Shared protocol ingestion: Read team-wide protocol documents to apply consistent behavior across agents.
  • Selective memory preload: Load global and project memory files marked for the agent, skipping files not intended for preload.
  • Use Case: When an agent pod or local workstation spawns, run the boot sequence to synchronize shared memory, read protocols, preload agent-specific knowledge, and check recent code commits before accepting tasks.

Quick Start

Load the boot skill to sync shared memory, read team protocols, and preload your agent-specific memory before beginning work.

Frequently Asked Questions about boot

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

FAQPage Schema
How do I load shared team protocols when my agent starts up?

Loading shared team protocols on agent startup requires running a boot sequence that reads designated team-wide protocol documents, ensuring consistent behavior across automated tasks and coordinated multi-agent workflows.

How does agent memory sync work with git remotes?

Agent memory sync with git remotes works by pulling recent memory changes from a configured remote repository to update the local agent state, ensuring persisted memory stays synchronized across different workstations or pods.

What is selective memory preload for agents?

Selective memory preload is the process of loading global and project memory files explicitly marked for a specific agent while skipping files not intended for preload, ensuring agents start with only relevant context.

Can I use this boot sequence in cluster pods and local workstations?

Yes, the boot sequence applies to agent startup in both local workstations and cluster pods, preparing context for automated tasks by syncing memory, reading protocols, and inspecting recent code changes.

What's the best way to prepare agent context for multi-agent workflows?

The best way to prepare agent context for multi-agent workflows is to run a boot sequence that syncs git-backed memory, ingests shared protocols, preloads agent-specific files, and inspects recent code commits.

Do I need a remote repository to sync agent memory?

No, a remote repository is not strictly required; the boot sequence ensures git-based memory synchronization occurs only when a remote exists, otherwise loading local agent state directly.