mornin

Load memory indexes, check Git and Docker status, and surface prioritized tasks.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Rheinmir/skills-kit --skill mornin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mornin
Source: https://github.com/Rheinmir/skills-kit/tree/main/skills/mornin
Command: npx skills add https://github.com/Rheinmir/skills-kit --skill mornin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers kick off a work session by automatically loading memory indexes, assessing repository and container status, and surfacing the prioritized tasks for the day.

Core Features & Use Cases

  • Memory loading: Reads MEMORY.md and related memory files to build context for the session.
  • Status snapshot: Executes a set of deterministic checks (git log --oneline -5, git status --short, git branch --show-current) and docker ps to summarize repository and container state.
  • Action briefing: Outputs a concise, actionable NEXT ACTION and context notes to guide the user.

Quick Start

Use mornin to initialize a new session: load memory, check repository and container status, and surface the next actions.

Frequently Asked Questions about mornin

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

FAQPage Schema
How do I start a dev session by loading memory and checking git status?

To start a dev session, you need to load memory files like MEMORY.md and check repository status. This skill automates this initialization by reading memory indexes, running git status, and surfacing prioritized tasks for your day.

What is the best way to check Docker container status and git branch at session start?

Checking Docker container status and git branch at session start is automated by running deterministic commands like docker ps and git branch --show-current. The skill executes these checks and presents a structured status snapshot.

Can I use this session initialization skill without a MEMORY.md file?

Using this session initialization skill without a MEMORY.md file is possible, but the skill is designed to read MEMORY.md and related memory files to build context. Without them, it will only provide repository and container status checks.

Does this dev-workflow tool work with local environments relying on Git and Docker?

Yes, this dev-workflow tool applies to local development environments that rely on Git and Docker. It automates running git log, git status, and docker ps commands to assess your project repositories and running containers.

How do I get an action briefing from my git log and memory index?

Getting an action briefing from your git log and memory index involves reading memory files and executing git commands. The skill outputs a concise, actionable NEXT ACTION and context notes to guide your session.