c-00-initialize-memory-repo

Create or repair the ar-memory scaffold with MCP tools.

27|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Foxfire1st/agents-remember --skill c-00-initialize-memory-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: c-00-initialize-memory-repo
Source: https://github.com/Foxfire1st/agents-remember/tree/main/.cursor/skills/c-00-initialize-memory-repo
Command: npx skills add https://github.com/Foxfire1st/agents-remember --skill c-00-initialize-memory-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create the durable memory root for a target repository to support Agents Remember onboarding and task workflows.

Core Features & Use Cases

  • Initializes the internal memory scaffold under ar-memory and optionally creates an external memory repo when requested.
  • Ensures required directories exist (system/, onboarding/, docs/) and provides starter guidance for memory bootstrap.
  • Supports inspection, repair, and safe creation of missing memory scaffolding using MCP tools such as memory_init and runtime_install.

Quick Start

Run memory_init to create or repair the ar-memory root for your target repository.

Frequently Asked Questions about c-00-initialize-memory-repo

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

FAQPage Schema
How do I set up a memory repository for agent onboarding workflows?

To set up a memory repository for agent onboarding, initialize a durable memory root under the ar-memory directory using the memory_init tool to create required scaffolding like system, onboarding, and docs folders.

What does initializing an internal memory scaffold do for a repository?

Initializing an internal memory scaffold creates a durable memory root that enables agents to persist onboarding context and task workflows directly within the target repository structure.

Can I create an external memory repo instead of using internal memory?

Yes, you can create an external memory repo by configuring a coordination_root, which sets up memory outside the default internal ar-memory directory structure.

How do I repair missing memory scaffolding directories in my repo?

You can repair missing memory scaffolding by running memory_init, which safely inspects the repository and recreates required directories like system, onboarding, and docs.

Do I need MCP tools to bootstrap memory for my repository?

Yes, bootstrapping repository memory requires MCP tools such as memory_init and runtime_install to safely create, inspect, and repair the memory scaffold and apply safety rules.

What is included in the starter files when memory scaffolding is created?

The starter files include required directories like system, onboarding, and docs, along with starter guidance to bootstrap memory and safety rules for agent workflows.