How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-os:daily-wrap-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you close your day with reflection and optionally saves your work to GitHub.
This skill helps you close your day with reflection and optionally saves your work to GitHub.
Read the config file to find the vault location:
~/.config/engineering-os/config — parse VAULT_PATH=... and
ENGINEERING_OS_MODE=...%APPDATA%\engineering-os\config.ps1 — parse $env:VAULT_PATH and
$env:ENGINEERING_OS_MODEAll file references in this skill use $VAULT_PATH as the base directory.
If the config file does not exist, tell the user: "Engineering OS is not set up.
Run setup.sh (or setup.ps1 on Windows) from the plugin directory first."
Read today's daily note from $VAULT_PATH/log/daily/YYYY-MM-DD.md to see the morning
priorities.
Run the /process-inbox skill to triage all items in the ## Inbox section of
$VAULT_PATH/tasks.md. Move processed items to Open Tasks or the right location, and archive
them in tasks.md.
Read the meeting from today's meeting and update the daily note with any new tasks or notes that came up during the day.
Ask me the following questions one at a time, wait for my response, then move to the next:
$VAULT_PATH/tasks.md Open Tasks section.)After I answer:
Read ENGINEERING_OS_MODE from the config file.
If mode=local: Print "Vault is local-only — git backup skipped." Skip all git steps.
If mode=repo:
Keep the tone reflective but brief.
npx claudepluginhub jerovino/engineering-os-extension --plugin engineering-osCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.