c-13-install-and-onboard

Coordinates initial harness setup including runtime_install, memory repo initialization or adoption, onboarding bootstrap, and provider configuration for indexing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After wiring the harness starter package and MCP server, this skill coordinates the required steps to establish a stable runtime scaffold, memory repository readiness, and onboarding workflows, so developers can begin productive work with correct foundations.

Core Features & Use Cases

  • Orchestrates runtime scaffold creation via runtime_install and related checks.
  • Manages memory repo scaffolding or adoption, and triggers onboarding when scaffolded.
  • Coordinates provider configuration and readiness to index code and memory.

Quick Start

Run this skill after wiring the harness and MCP server to perform runtime_install, initialize or adopt the memory repo, and bootstrap onboarding.

Frequently Asked Questions about c-13-install-and-onboard

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

FAQPage Schema
How do I orchestrate harness onboarding and runtime setup after wiring the MCP server?

Harness onboarding is orchestrated by running runtime_install, initializing or adopting the memory repo, bootstrapping onboarding, and configuring providers for indexing. This coordinates end-to-end setup tasks to establish a stable runtime scaffold after wiring the harness package and MCP server.

What prerequisites are needed before starting runtime installation and harness setup?

Runtime installation requires MCP reachability, harness package presence, and correct coordination settings. These prerequisites are enforced during harness setup to ensure safe handoffs to dependent skills and a stable runtime environment before onboarding begins.

Can I use an existing memory repository instead of creating a new one during onboarding?

Memory repo adoption is supported during onboarding alongside fresh scaffolding. The harness setup coordinates memory repository initialization or adoption based on your current state, triggering onboarding bootstrap once the memory repo is successfully scaffolded or adopted.

What's the best way to configure provider indexing after setting up the harness runtime?

Provider configuration for indexing is coordinated as part of the end-to-end harness setup workflow. After runtime_install and memory repo initialization, the skill coordinates provider readiness to ensure code and memory can be properly indexed for productive development.

Why does harness onboarding fail when the MCP server is not reachable?

Harness onboarding requires MCP reachability as a strict prerequisite. The skill enforces this check along with harness package presence and correct coordination settings before proceeding, ensuring safe handoffs and preventing runtime instability during initial setup.