c-10-adopt-memory-baseline

Adopt external-memory onboarding as the initial memory ledger for a repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adopts existing external-memory onboarding as the first ledgered memory baseline after resolving context, checking drift, and requiring explicit acceptance when onboarding is not proven current.

Core Features & Use Cases

  • Bootstrap memory baseline by validating external onboarding and creating memory.md mapped to the current code HEAD.
  • Enforce explicit drift acceptance before adopting a baseline.
  • Coordinate with memory-related skills (drift checks, git worktree) to establish a trustworthy memory ledger.

Quick Start

Run a dry-run to preview baseline adoption, then apply after drift is accepted.

Frequently Asked Questions about c-10-adopt-memory-baseline

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

FAQPage Schema
How do I adopt external onboarding content as a memory baseline for my repository?

To adopt external onboarding as a memory baseline, the Skill validates existing content, resolves context drift, and requires explicit acceptance before creating memory.md mapped to the current code HEAD.

What is memory drift evaluation and when do I need it for onboarding?

Memory drift evaluation checks whether external onboarding content is current before adoption. You need it when bootstrapping a memory baseline to ensure your initial ledger is trustworthy and not outdated.

Can I preview memory baseline adoption before applying changes to memory.md?

Yes, you can run a dry-run to preview memory baseline adoption. This allows you to review the proposed memory.md mapping and drift evaluation results before explicitly accepting and applying the changes.

Does the git-worktree manager map onboarding content directly to memory.md?

Yes, the git-worktree manager maps validated external onboarding content to memory.md. This coordination establishes the initial memory ledger tied to your repository's current HEAD after drift is accepted.

What happens if I adopt a memory baseline without explicit drift acceptance?

Adopting a memory baseline without explicit drift acceptance bypasses the quality-control process, risking an untrustworthy ledger. The Skill enforces explicit gating to prevent adopting unproven or outdated onboarding content.

What's the best way to bootstrap a memory ledger from existing onboarding docs?

The best way to bootstrap a memory ledger is validating external onboarding docs through drift checks, using a dry-run preview, and securing explicit acceptance before mapping the content to memory.md via git-worktree.