init

Automate first-time setup and upgrades for the learning-loop plugin.

11|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/robinslange/learning-loop --skill init-robinslange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/robinslange/learning-loop/tree/main/skills/init
Command: npx skills add https://github.com/robinslange/learning-loop --skill init-robinslange

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

First-time setup or upgrade for the learning-loop plugin configures vault path, persona voice, federation, CLAUDE.md integration, and verifies installation. Safe to re-run -- detects existing state and skips completed steps.

Core Features & Use Cases

  • Orchestrates a seven-phase detect-confirm-apply flow to configure the plugin behind the scenes without manual repeated steps.
  • Ensures idempotent behavior by detecting existing state and skipping completed steps across re-runs.
  • Integrates with CLAUDE.md, federation hub, and vault setup to provide a ready-to-use environment for Claude Code workflows.

Quick Start

Run /learning-loop:init to begin configuration of vault path, persona voice, federation, and CLAUDE.md integration, and verify installation.

Frequently Asked Questions about init

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

FAQPage Schema
How do I set up the learning-loop plugin for Claude Code workflows?

To set up the learning-loop plugin, run the init command to automate vault path discovery, persona configuration, federation onboarding, and CLAUDE.md integration across a seven-phase detect-confirm-apply flow.

Can I re-run the learning-loop setup without overwriting my existing configuration?

Yes, the learning-loop setup is idempotent. It detects existing state and safely skips completed steps during re-runs, ensuring your current vault path, persona voice, and federation settings remain intact.

Do I need Node.js to configure learning-loop vault and federation settings?

Yes, Node.js is required. The learning-loop setup implementation relies on Node.js APIs to coordinate vault path discovery, persona configuration, and federation onboarding behind the scenes.

What's the best way to automate CLAUDE.md integration and persona voice configuration?

Automating CLAUDE.md integration and persona voice configuration is best handled by the learning-loop init flow, which orchestrates these steps alongside vault setup and federation onboarding without manual repeated actions.

What does the learning-loop init verification phase check?

The learning-loop init verification phase checks your installation completeness after configuring the vault path, persona voice, federation hub, and CLAUDE.md integration to ensure a ready-to-use environment.

Why does learning-loop setup use a seven-phase detect-confirm-apply flow?

The learning-loop setup uses a seven-phase detect-confirm-apply flow to sequentially coordinate vault discovery, persona configuration, federation onboarding, and CLAUDE.md integration safely without manual intervention.