good-morning

Inspect repository changes, sync submodules, reinstall dependencies, and build the platform backend.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill good-morning-skaile-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: good-morning
Source: https://github.com/skaile-ai/ai-assets/tree/main/skaile-development/skills/good-morning
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill good-morning-skaile-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the Skaile-dev morning startup ritual by inspecting repository state, syncing the shell repo and submodules, reinstalling workspace dependencies, and building the platform backend so frontend and backend are ready to start. It does not launch servers; Peter starts those himself.

Core Features & Use Cases

  • Automated repo health check: detects recent changes and submodule states to ensure a clean starting point.
  • Workspace bootstrap: reinstalls workspace deps and builds the platform backend so development can begin without manual setup.
  • Controlled startup readiness: does not start servers, leaving server startup to the user for safety and control.

Quick Start

Say 'good morning' to run the full starter routine and prepare the repo, submodules, and backend for a productive day.

Frequently Asked Questions about good-morning

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

FAQPage Schema
How do I automate monorepo submodule syncing and workspace dependency reinstalls for morning startup?

To automate monorepo morning startup, this Skill inspects recent repository changes, syncs shell repo submodules, reinstalls workspace dependencies, and builds the platform backend automatically.

Does this workspace bootstrap process start the frontend and backend servers automatically?

No, this workspace bootstrap process does not start servers. It only prepares repository state, syncs submodules, and builds the backend, leaving server startup to the user for safety and control.

What do I need to run the automated dev environment startup routine with Bun?

To run the automated dev environment startup routine, you need a Skaile-dev shell repo with Bun, a functional Node/Bun environment, and access to platform/backend and platform/frontend package.json files.

How does the repo health check detect recent changes before building the platform backend?

The repo health check detects recent changes by inspecting repository state and submodule statuses, ensuring a clean starting point before proceeding with workspace dependency reinstalls and backend builds.

Can I use this to prepare a monorepo shell repository without manually running submodule sync commands?

Yes, you can prepare a monorepo shell repository without manual submodule sync commands by triggering the routine, which automatically handles submodule syncing and backend readiness for development.