cowork-starter-pack/skills/help/SKILL.md
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.
npx skillsauth add ifandisalim/JTI-BrivAI helpInstall 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 shows the user what they can ask Claude to do. It's the "what now?" answer for anyone who just finished setup or feels stuck.
Read CLAUDE.md first — the Skills table there lists what's available. Then present the skills in a friendly, plain-language way.
Use this format (adjust based on what skills are actually installed):
Here's what you can ask me to do:
"New project" — I'll help you set up a new project with a clear goal, outcomes, and problems to solve. Everything gets saved so I remember it next time.
"Good morning" — I'll catch you up on what we worked on recently, tell you what I think is most important, and help you pick what to tackle.
"End of day" or "Wrap up" — I'll log everything we did today so the next session picks up right where we left off.
"Help" — You're looking at it! I'll remind you what I can do anytime.
Beyond these, you can just talk to me normally. Ask me to research something, write something, brainstorm ideas, solve a problem — whatever you need. The skills above are just shortcuts for common workflows.
Keep it warm and simple. This person might be brand new to working with AI. No jargon, no overwhelming lists. Just "here's what you can say, and here's what happens."
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.
development
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.
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.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".