From career
Identify skill gaps between ground-truth and target roles/companies/domain. Distinguishes "must close to be considered" from "would round out the profile". Writes to <WORKING_FOLDER>/recommendations/skills-<date>.md.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Compares ground-truth to demand signals from the target (role / company / domain) and surfaces gaps with priority.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Compares ground-truth to demand signals from the target (role / company / domain) and surfaces gaps with priority.
$ARGUMENTS:
--target-role=<title> — comma-separated titles.--target-company=<slug>.--target-domain=<slug>.--horizon=<weeks> (default 12) — time the user has to close gaps.At least one target required.
/career:suggest skills --target-role="staff engineer, ai platform"
/career:suggest skills --target-domain=ai-evals --horizon=8
/career:suggest skills --target-company=snowglobe
ground-truth.md (current skills + freelance-brand if relevant).--target-role, briefs for --target-company, note for --target-domain.For each target source, list the skills mentioned with frequency. Group:
Classify each demand-signal skill:
have — clearly in ground-truth.partial — adjacent or unproven.gap — absent.For each gap and partial, estimate:
--horizon.# Skill gap analysis — {{date}}
> Targets: {{role|company|domain summary}}
> Horizon: {{weeks}}
> Ground-truth as of: {{ground-truth-mtime}}
## Must close (within horizon)
| skill | priority | effort | what evidence would count | suggested approach |
## Should close (over horizon)
| skill | ... |
## Nice to have
| skill | ... |
## Already strong (don't oversell, don't ignore)
| skill | where to demonstrate it |
## Sources
1. ...
recommendations: recommendations/skills-<date>.md
must: <n>
should: <n>
nice: <n>
next: /career:suggest projects --close-gap=<skill>
partial is honest. Don't classify as have to flatter the user; don't classify as gap to manufacture work./career:ground-truth edit first.