help — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited help (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Whenever the user wants to know what's available or how to do something. Trigger phrases: "/help", "what can you do", "how does <skill> work", "what skill do I use for <goal>", "I'm new here", "remind me how X works".
For first-time setup of a fresh clone, use onboard instead. /help assumes the user already has $PERSONAL bootstrapped.
A conversational response. Read-only: no files written, no state changed.
/help is conversational. Always start with the directory, then ask what they want to dig into. Don't dump everything at once.
Always lead with this compact table:
career-agent skills:
/onboard First-time setup. Bootstraps $PERSONAL and interviews you for the four core docs.
/help This. Directory + skill explainer + workflow walk-throughs.
/morning AM briefing on yesterday's open items and one suggested first move.
/job-analyzer Paste a Job Description, get a grounded fit analysis. Persists to applications/<company>/<role>/role.md.
/resume-builder Tailored resume in Markdown, .docx, .pdf.
/cover-letter-builder Tailored cover letter in .md and .docx.
/star-stories Convert your projects into STAR-format files for behavioral interviews.
/interview-prep Behavioral coverage audit, mock interviews, company briefs, round cheat-sheets.
/coding-prep Coding interview practice. Tutoring, evaluation, or timed mock.
/daily-summary EOD log of what you did, open loops, next steps.Keep the descriptions terse. Detail comes in Step 2.
After the directory, ask:
Want me to explain one of these in detail, walk through a common workflow, or recommend a skill for something specific?
Then branch based on the response.
When the user names a skill (or says something like "how does resume-builder work"):
Read the skill's own SKILL.md from .claude/skills/<name>/SKILL.md. Summarize:
Keep it tight, under ~15 lines for any single skill. Don't paste the full SKILL.md back.
End with: "Want to try it now, or have questions about another?"
When the user asks "how do I X" or picks a workflow, walk them through it. Use one of the recipes below as a starting point and adapt to their specifics.
#### Recipe: New application end-to-end For a new Job Description from a company they want to pursue.
/job-analyzer with the Job Description text or URL. Lands at $PERSONAL/applications/<company>/<role>/role.md with fit analysis./resume-builder for that role. Output: resume.md, .docx, .pdf in the same folder./cover-letter-builder for the same role.date_applied field updated.#### Recipe: Interview prep, full ramp From "got an onsite" to "ready to walk in".
/interview-prep company brief mode: "Research <company> before <date>". Lands at applications/<company>/<role>/brief.md./interview-prep coverage audit: "Where are my story gaps for this round?". Tells you which behavioral competencies are thin./star-stories <project> for each. Lands at $PERSONAL/career/star/<slug>.md./interview-prep cheat-sheet mode for each round: "Build a cheat-sheet for the <round> at <company>"./interview-prep mock mode the day before: "Mock me on a <round>-style interview"./coding-prep mock: "Mock me on a medium graph problem, 45 min".#### Recipe: Brand-new repo First session after cloning.
/onboard. Bootstraps $PERSONAL, runs the four-doc interview./help (this skill). Pick a first skill to try based on what's on your plate./job-analyzer with a real Job Description. The whole flow becomes obvious from there.#### Recipe: Idle / what should I do When the user has time and doesn't know where to start.
/morning. Surfaces yesterday's open items and one suggested move./morning falls back to suggesting a fresh job analysis grounded in goals.md.When walking through a recipe, list the steps tersely (like above). After listing, ask: "Want to start at step 1 now?"
When the user describes a goal ("I have a Pinecone HM call Friday"), pick the best-fit skill(s) and order. Use the recipes above as templates.
If the goal maps to multiple skills, list them in order with a one-line reason for each. If it maps to one, just say so and offer to start.
SKILL.md and summarize from the live file. The directory table above is a stable index but individual skill behavior is the source file./help because the full SKILL.md is too much..claude/skills/<name>/ doesn't exist, drop it from the directory. The table above is the canonical list only if it matches ls .claude/skills/ — verify before printing if unsure.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.