opening

Sync the repository, load YAML configurations, scan skills, and report system status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill opening
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opening
Source: https://github.com/elliot200852-lab/waldorf-teacher-os/tree/main/.agents/skills/opening
Command: npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill opening

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the initial interaction flow by starting a conversation, syncing the repository, loading configurations, and reporting system status.

Core Features & Use Cases

  • Triggers on greetings or start-work expressions to initiate the opening sequence.
  • Ensures the repository is up-to-date via git pull.
  • Loads required YAML configurations and scans personal skills.
  • Reports current system status to the user after startup.

Quick Start

Greet the system to initiate the opening sequence and verify the repository is current.

Frequently Asked Questions about opening

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

FAQPage Schema
How do I automate conversation startup with git repository syncing and YAML configuration loading?

Conversation startup automation works by triggering an opening sequence on user greetings that synchronizes the repository via git pull, loads required YAML configurations, and scans personal skills. It streamlines initial interaction flow by coordinating these setup tasks before transitioning to subsequent work.

What is skill discovery and how does it work during system startup?

Skill discovery during system startup is the process of scanning personal skills after YAML configurations are loaded. It occurs within the opening sequence, allowing the system to identify available skills and report current system status to the user immediately after completing the repository sync.

Can I use YAML configurations to define deterministic startup behavior for new conversations?

Yes, YAML configurations can define deterministic startup behavior for new conversations. The opening sequence loads required YAML files to ensure consistent configuration loading, enabling reliable system status reporting and setup task coordination across any initial interaction where a user signals readiness to work.

Does the opening sequence require a git repository to report system status correctly?

Yes, the opening sequence requires a git repository to report system status correctly. It ensures the repository is up-to-date via git pull, applying git-based synchronization to guarantee that the reported system status reflects the latest configuration and skill data before transitioning to subsequent skills.

What's the best way to trigger the repository sync and system status report?

The best way to trigger the repository sync and system status report is to greet the system or express a start-work intention. This initiates the opening sequence, which automatically executes the git pull, loads YAML configurations, scans skills, and reports the current system status back to you.

Why does the startup sequence perform a git pull before loading YAML configurations?

The startup sequence performs a git pull before loading YAML configurations to ensure the repository is up-to-date and deterministic. This git-based synchronization prevents the system from loading outdated configurations or missing newly added personal skills during the skill discovery and status reporting phases.