cowork-starter-pack/skills/good-morning/SKILL.md
Morning orientation that recaps recent work and helps decide what to work on. Trigger this skill whenever the user says "good morning", "morning", "let's get to work", "ready to start", "start my day", "what should I work on?", or anything that signals they're beginning a new work session. Use it proactively — if a user opens with a greeting at the start of a session, run this skill before doing anything else.
npx skillsauth add ifandisalim/JTI-BrivAI good-morningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill orients a new session by reading recent logs, recapping what happened, and helping the user decide what to work on.
Read these files before saying anything:
01 Daily Logs/, sorted by date, most recent first. These are Claude's previous session notes.If any of these files don't exist yet (the user might be very new), that's fine — just work with what's there.
Give the user a short morning briefing. Keep it tight — this is an orientation, not a report:
Then immediately give your recommendation — one clear sentence on what seems most important to work on based on recency, open problems, and project momentum. Make a real call; don't hedge.
If there are no previous logs (brand new user), skip the recap and go straight to Step 3.
After the recap, ask:
"Want to jump into a project, or start something new?"
Show each active project with its open problems as options. Pull from the "Open Problems" section of each project overview. Keep it scannable — one line per problem.
Ask them to pick a project and problem. Once they choose, read whatever additional context is needed and get to work.
Tell them to say "new project" and the new-project skill will walk them through it.
Keep the morning briefing conversational and brief. The user is starting their day — they don't need a wall of text. Punchy bullets, one clear recommendation, then move into action.
tools
Creates a new project in the workspace with a pre-filled project overview. Trigger this skill whenever the user says "new project", "start a project", "create a project", "I want to work on something new", "add a project", or anything that signals they want to kick off a new project. Always interview the user before creating any files.
testing
Shows the user everything Claude can help with in this workspace. Trigger this skill whenever the user says "help", "what can you do?", "what can I say?", "how does this work?", "what are my options?", "I'm lost", "what now?", or seems confused about what to do next. This is especially useful right after setup when a new user doesn't know what's possible.
development
End-of-day shutdown that logs what was worked on so the next Claude session can pick up where things left off. Trigger this skill whenever the user says "end of day", "wrap up", "we're done", "that's it for today", "log today", "done for the day", "goodnight", "shutdown", or anything that signals they're finishing a work session. If the user seems to be wrapping up, suggest running this before they go.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.